diff --git a/build/org.eclipse.cdt.managedbuilder.core.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.core.tests/META-INF/MANIFEST.MF index b381a5bcf23..a1d2f950597 100644 --- a/build/org.eclipse.cdt.managedbuilder.core.tests/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.managedbuilder.core.tests/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Tests Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true Bundle-Version: 5.0.100.qualifier Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin -Bundle-Vendor: Eclipse.org +Bundle-Vendor: Eclipse CDT Bundle-Localization: plugin Export-Package: org.eclipse.cdt.managedbuilder.core.tests, org.eclipse.cdt.managedbuilder.templateengine.tests, diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF index cade5f70d21..b2ec4516acf 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Managed Build UI Tests Plug-in Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true Bundle-Version: 5.0.100.qualifier Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin -Bundle-Vendor: Eclipse.org +Bundle-Vendor: Eclipse CDT Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/core/org.eclipse.cdt.core.tests/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.tests/META-INF/MANIFEST.MF index c1f50798ce7..aea4f6ca92c 100644 --- a/core/org.eclipse.cdt.core.tests/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.tests/META-INF/MANIFEST.MF @@ -41,5 +41,5 @@ Require-Bundle: org.eclipse.core.resources, org.eclipse.core.filesystem, org.eclipse.ltk.core.refactoring;bundle-version="3.4.0" Bundle-ActivationPolicy: lazy -Bundle-Vendor: Eclipse.org +Bundle-Vendor: Eclipse CDT Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF index e9d741edeab..6a21b82a9a0 100644 --- a/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF @@ -37,5 +37,5 @@ Require-Bundle: org.eclipse.jface.text, org.eclipse.ltk.core.refactoring;bundle-version="3.4.0", org.eclipse.core.filesystem;bundle-version="1.2.0" Bundle-ActivationPolicy: lazy -Bundle-Vendor: Eclipse.org +Bundle-Vendor: Eclipse CDT Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/debug/org.eclipse.cdt.debug.ui.tests/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.debug.ui.tests/META-INF/MANIFEST.MF index e73ad7e0b17..7dfa3333395 100644 --- a/debug/org.eclipse.cdt.debug.ui.tests/META-INF/MANIFEST.MF +++ b/debug/org.eclipse.cdt.debug.ui.tests/META-INF/MANIFEST.MF @@ -18,5 +18,5 @@ Require-Bundle: org.eclipse.ui.ide, org.eclipse.core.runtime.compatibility Bundle-ActivationPolicy: lazy Plugin-Class: org.eclipse.cdt.debug.testplugin.CTestPlugin -Bundle-Vendor: Eclipse.org +Bundle-Vendor: Eclipse CDT Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/about.html b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/about.html new file mode 100644 index 00000000000..d7c511887d6 --- /dev/null +++ b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/about.html @@ -0,0 +1,24 @@ + +
+June 22, 2007
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.
+ +If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.
+ + \ No newline at end of file diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/build.properties b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/build.properties index fe212029329..1378d9b24a3 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/build.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/build.properties @@ -13,4 +13,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + about.html