Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2009-08-06 10:42:16 +0000
committerAnithra P Janakiraman2009-08-06 10:42:16 +0000
commit8ecbea3abc7ff895fcb19a410d5367cd271b0335 (patch)
treef20f30777bd4abf0d8315af0e29a59a3eb12fd03 /systemtap/org.eclipse.linuxtools.systemtap.ui.logging
parent49528d837aab8966fe9a4c57c4a47d9e0cd11bf7 (diff)
downloadorg.eclipse.linuxtools-8ecbea3abc7ff895fcb19a410d5367cd271b0335.tar.gz
org.eclipse.linuxtools-8ecbea3abc7ff895fcb19a410d5367cd271b0335.tar.xz
org.eclipse.linuxtools-8ecbea3abc7ff895fcb19a410d5367cd271b0335.zip
Renaming directories for systemtap
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.logging')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.logging/ChangeLog8
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF4
2 files changed, 2 insertions, 10 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/ChangeLog
index 1e87f9beec..861616c0aa 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/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>
* ChangeLog: Refactoring. Renaming all packages directories from *.systemtapgui.* to *.systemtap.ui.*
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF
index dbaec2171e..6435ad1965 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Logging Plug-in
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.logging;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.logging.internal.LoggingPlugin
-Bundle-Vendor: Eclipse
+Bundle-Vendor: IBM
Bundle-Localization: plugin
Export-Package: org.eclipse.linuxtools.systemtap.ui.logging
Require-Bundle: org.eclipse.ui,

Back to the top