Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2009-08-07 17:50:04 +0000
committerAndrew Overholt2009-08-07 17:50:04 +0000
commit8a7232a7365dc9350eb62251aeb67ec149d56e94 (patch)
treede50b3540c3cba9085e0ac5f21bd085988baaec8 /systemtap/org.eclipse.linuxtools.systemtap.ui.editor
parent11ed243cf9378a3fefffe882e6106374abbe9b76 (diff)
downloadorg.eclipse.linuxtools-8a7232a7365dc9350eb62251aeb67ec149d56e94.tar.gz
org.eclipse.linuxtools-8a7232a7365dc9350eb62251aeb67ec149d56e94.tar.xz
org.eclipse.linuxtools-8a7232a7365dc9350eb62251aeb67ec149d56e94.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.editor')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.editor/ChangeLog4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.editor/META-INF/MANIFEST.MF2
2 files changed, 5 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/ChangeLog
index 020d90d64c..d39d25562d 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/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>
* src/org/eclipse/linuxtools/systemtap/ui/editor/ColorManager.java (dispose):
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/META-INF/MANIFEST.MF
index 804920dff6..a78c97484a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: Editor Plug-in
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.editor;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.editor.internal.EditorPlugin
-Bundle-Vendor: IBM
+Bundle-Vendor: Eclipse
Bundle-Localization: plugin
Export-Package: org.eclipse.linuxtools.systemtap.ui.editor,
org.eclipse.linuxtools.systemtap.ui.editor.actions.file

Back to the top