From f0577636c62edf7c2cc5ec8d4ffd2a78472fd49f Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 22 Apr 2010 07:22:34 +0000
Subject: [PATCH] minor test

---
 .../org.eclipse.wtp.releng.fixups.feature/feature.xml  |  2 --
 .../org.eclipse.wtp.releng.fixups/META-INF/MANIFEST.MF |  1 +
 .../OSGI-INF/l10n/bundle.properties                    | 10 ++++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/features/org.eclipse.wtp.releng.fixups.feature/feature.xml b/features/org.eclipse.wtp.releng.fixups.feature/feature.xml
index 6e3b87c3f..340b7b671 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 578f36766..ef3a98105 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 95e921423..cf71faa50 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
-- 
GitLab