diff --git a/features/org.eclipse.wtp.releng.fixups.feature/feature.xml b/features/org.eclipse.wtp.releng.fixups.feature/feature.xml index 6e3b87c3f03550e0c2513e8873f991d456e2b83c..340b7b67199b4c13a581c1ca05c4878143316cef 100644 --- a/features/org.eclipse.wtp.releng.fixups.feature/feature.xml +++ b/features/org.eclipse.wtp.releng.fixups.feature/feature.xml @@ -19,8 +19,6 @@ <plugin id="org.eclipse.wtp.releng.fixups" - download-size="0" - install-size="0" version="0.0.0" unpack="false"/> diff --git a/plugins/org.eclipse.wtp.releng.fixups/META-INF/MANIFEST.MF b/plugins/org.eclipse.wtp.releng.fixups/META-INF/MANIFEST.MF index 578f367668a20788170a7a5cbee57ed16dfe42df..ef3a981055a563309409e72bc3507a4ea6df3b4e 100644 --- a/plugins/org.eclipse.wtp.releng.fixups/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.wtp.releng.fixups/META-INF/MANIFEST.MF @@ -1,6 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name +Bundle-Copyright: %Bundle-copyright Bundle-SymbolicName: org.eclipse.wtp.releng.fixups;singleton:=true Bundle-Version: 1.0.1.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/plugins/org.eclipse.wtp.releng.fixups/OSGI-INF/l10n/bundle.properties b/plugins/org.eclipse.wtp.releng.fixups/OSGI-INF/l10n/bundle.properties index 95e921423b43f6308f46741b71a0d449858b258a..cf71faa5016acd069b58cf755ccbec327eb72bdd 100644 --- a/plugins/org.eclipse.wtp.releng.fixups/OSGI-INF/l10n/bundle.properties +++ b/plugins/org.eclipse.wtp.releng.fixups/OSGI-INF/l10n/bundle.properties @@ -11,6 +11,16 @@ #Properties file for org.eclipse.wtp.releng.fixups Bundle-Name = Releng Fixups Bundle-Vendor = Eclipse Web Tools Platform +Bundle-copyright = \ +Copyright (c) 2010 IBM Corporation and others. \ +All rights reserved. This program and the accompanying materials \ +are made available under the terms of the Eclipse Public License v1.0 \ +which accompanies this distribution, and is available at \ + http://www.eclipse.org/legal/epl-v10.html \ +\ +Contributors: \ + IBM Corporation - initial API and implementation + category.name.releng = Releng Tools Category command.name.checklicenses = Check Licenses menu.label.releng = Releng