Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2009-07-07 15:29:58 +0000
committerAnithra P Janakiraman2009-07-07 15:29:58 +0000
commitcfd360b19d951c7da7405124aa0db59f40a3deee (patch)
treeed6d4794d7c22679d2732f0f9f14df6da5c2810e /systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests
parent31d4fd1f1d472ac2ed674bb90e841caf97cabd29 (diff)
downloadorg.eclipse.linuxtools-cfd360b19d951c7da7405124aa0db59f40a3deee.tar.gz
org.eclipse.linuxtools-cfd360b19d951c7da7405124aa0db59f40a3deee.tar.xz
org.eclipse.linuxtools-cfd360b19d951c7da7405124aa0db59f40a3deee.zip
2009-07-07 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* Initial Import
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog8
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF4
2 files changed, 2 insertions, 10 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..be1ad911c7 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
@@ -1,11 +1,3 @@
-2009-08-07 Andrew Overholt <overholt@redhat.com>
-
- * META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.
-
-2009-08-07 Andrew Overholt <overholt@redhat.com>
-
- * META-INF/MANIFEST.MF: Change provider from IBM to Eclipse.
-
2009-07-07 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* .classpath: New file.
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..0fb8838a4d 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
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphing.tests
-Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Version: 1.0.0
+Bundle-Vendor: IBM
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphing.tests.GraphingPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy

Back to the top