Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2010-11-03 13:30:24 +0000
committerAnithra P Janakiraman2010-11-03 13:30:24 +0000
commita8d878b88f6fa67975d0f489fd0a9d56d80f768a (patch)
treeeec7a83178bfddcc701a0e1e11bf90986d79904a /systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests
parentc907c92dec3808b274a51c4247650a41bb9b1906 (diff)
downloadorg.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.tar.gz
org.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.tar.xz
org.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.zip
2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
Bz 315846
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties2
3 files changed, 10 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..94a7e4a490 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
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..e842516226 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: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphing.tests.GraphingPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties
new file mode 100644
index 0000000000..9b13a05a03
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap GraphingUI tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file

Back to the top