diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml index 6c7b9174c90..560c42ba9ce 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.xml @@ -3,7 +3,8 @@ id="org.eclipse.cdt.debug.gdbjtag" label="%featureName" version="4.0.0.qualifier" - provider-name="%providerName"> + provider-name="%providerName" + image="eclipse_update_120.jpg"> %description @@ -39,6 +40,7 @@ id="org.eclipse.cdt.debug.gdbjtag" download-size="0" install-size="0" - version="0.0.0"/> + version="0.0.0" + unpack="false"/> diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/META-INF/MANIFEST.MF b/jtag/org.eclipse.cdt.debug.gdbjtag/META-INF/MANIFEST.MF index 8aeaff267f2..c814a07e29f 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag/META-INF/MANIFEST.MF +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/META-INF/MANIFEST.MF @@ -4,3 +4,4 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag Bundle-Version: 4.0.0.qualifier Bundle-Vendor: %providerName +Bundle-Localization: plugin diff --git a/releng/org.eclipse.cdt.sdk-feature/feature.properties b/releng/org.eclipse.cdt.sdk-feature/feature.properties index d91c2f18d54..ffedf8073bd 100644 --- a/releng/org.eclipse.cdt.sdk-feature/feature.properties +++ b/releng/org.eclipse.cdt.sdk-feature/feature.properties @@ -28,7 +28,7 @@ description=Eclipse C/C++ development tools. (Binary runtime and user documentat # copyright copyright=\ -Copyright (c) 2002, 2005 QNX Software Systems and others.\n\ +Copyright (c) 2002, 2007 QNX Software Systems and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/releng/org.eclipse.cdt.testing-feature/feature.properties b/releng/org.eclipse.cdt.testing-feature/feature.properties index 1ac4340c647..a3b73da2c54 100644 --- a/releng/org.eclipse.cdt.testing-feature/feature.properties +++ b/releng/org.eclipse.cdt.testing-feature/feature.properties @@ -26,6 +26,14 @@ updateSiteName=Eclipse CDT Update Site # "description" property - description of the feature description=Eclipse C/C++ development tools testing feature. +# copyright +copyright=\ +Copyright (c) 2002, 2007 QNX Software Systems and others.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html + # "licenseURL" property - URL of the "Feature License" # do not translate value - just change to point to a locale-specific HTML page licenseURL=license.html diff --git a/releng/org.eclipse.cdt.testing-feature/feature.xml b/releng/org.eclipse.cdt.testing-feature/feature.xml index b3793760bb3..df2d80f246d 100644 --- a/releng/org.eclipse.cdt.testing-feature/feature.xml +++ b/releng/org.eclipse.cdt.testing-feature/feature.xml @@ -10,6 +10,10 @@ %description + + %copyright + + %license