Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF4
2 files changed, 2 insertions, 6 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
index 799528ad1a..2e69f0d2d8 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
@@ -1,7 +1,3 @@
-2009-08-10 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
-
- * META-INF/MANIFEST.MF: Externalize Bundle-Name,Bundle-Vendor
-
2009-08-07 Andrew Overholt <overholt@redhat.com>
* META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF
index 71f76b50c4..cbe10eeade 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
+Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphing.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: %provider
+Bundle-Vendor: Eclipse
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphing.tests.GraphingPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

Back to the top