Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2009-08-10 09:10:03 +0000
committerAnithra P Janakiraman2009-08-10 09:10:03 +0000
commite61701a8dc38a9f0d3063ed7b4efc85b7a6c4008 (patch)
treeea9f912cf3c564d041bf5286db27192e5a89832e /systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests
parentcaaa1d09b065e505dc06dedce9b954fcb2d48b8c (diff)
downloadorg.eclipse.linuxtools-e61701a8dc38a9f0d3063ed7b4efc85b7a6c4008.tar.gz
org.eclipse.linuxtools-e61701a8dc38a9f0d3063ed7b4efc85b7a6c4008.tar.xz
org.eclipse.linuxtools-e61701a8dc38a9f0d3063ed7b4efc85b7a6c4008.zip
2009-08-10 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* META-INF/MANIFEST.MF: Externalize Bundle-Name,Bundle-Vendor * plugin.properties: Same
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, 6 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
index 2e69f0d2d8..799528ad1a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
@@ -1,3 +1,7 @@
+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 cbe10eeade..71f76b50c4 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: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphing.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %provider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphing.tests.GraphingPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

Back to the top