Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2009-08-07 17:54:58 +0000
committerAndrew Overholt2009-08-07 17:54:58 +0000
commit2f34bb7fb1e14abe80c1e2e8a953156f7bc8f056 (patch)
tree25e483aa12ccc9a0f2e74e645b04c5754212bc82 /systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui
parent70dd64d0b19460cf9a07742dd633b2260ed7bfa4 (diff)
downloadorg.eclipse.linuxtools-2f34bb7fb1e14abe80c1e2e8a953156f7bc8f056.tar.gz
org.eclipse.linuxtools-2f34bb7fb1e14abe80c1e2e8a953156f7bc8f056.tar.xz
org.eclipse.linuxtools-2f34bb7fb1e14abe80c1e2e8a953156f7bc8f056.zip
2009-08-07 Andrew Overholt <overholt@redhat.com>
* META-INF/MANIFEST.MF: Change provider from IBM to Eclipse.
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/ChangeLog4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/META-INF/MANIFEST.MF2
2 files changed, 5 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/ChangeLog
index 3ab441c2fb..d6e5d578b9 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/ChangeLog
@@ -1,3 +1,7 @@
+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>
* ChangeLog: Refactoring. Renaming all packages directories from *.systemtapgui.* to *.systemtap.ui.*
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/META-INF/MANIFEST.MF
index 69f1e45cdd..233e51fa9e 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: SystemTapGUI Plug-in
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.systemtapgui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.systemtapgui.internal.SystemTapGUIPlugin
-Bundle-Vendor: IBM
+Bundle-Vendor: Eclipse
Bundle-Localization: plugin
Export-Package: org.eclipse.linuxtools.systemtap.ui.systemtapgui,
org.eclipse.linuxtools.systemtap.ui.systemtapgui.preferences

Back to the top