Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2009-08-10 09:38:36 +0000
committerAnithra P Janakiraman2009-08-10 09:38:36 +0000
commitc027f8857a42c2692e98438c2e4f1f0ab86b7716 (patch)
tree6c54e88b229f28a64a27a1e315c710ea62bb38c9 /systemtap/org.eclipse.linuxtools.systemtap.ui.structures
parent1ef7081b5d16b896b3ba9650c5f6db8361fd9ff2 (diff)
downloadorg.eclipse.linuxtools-c027f8857a42c2692e98438c2e4f1f0ab86b7716.tar.gz
org.eclipse.linuxtools-c027f8857a42c2692e98438c2e4f1f0ab86b7716.tar.xz
org.eclipse.linuxtools-c027f8857a42c2692e98438c2e4f1f0ab86b7716.zip
2009-08-10 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* META-INF/MANIFEST.MF: undoing previous commit
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.structures')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures/ChangeLog4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures/META-INF/MANIFEST.MF4
2 files changed, 6 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/ChangeLog
index dc6afb9966..a2fb91e663 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/ChangeLog
@@ -1,5 +1,9 @@
2009-08-10 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+ * META-INF/MANIFEST.MF: undoing previous commit
+
+2009-08-10 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
* plugin.properties: New file.
* META-INF/MANIFEST.MF: Externalize Bundle-Name,Bundle-Vendor
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/META-INF/MANIFEST.MF
index a493762065..e37b997209 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %bundleName
+Bundle-Name: Systemtap Structures Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.structures;singleton:=true
Bundle-Version:0.3.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.structures.internal.StructuresPlugin
-Bundle-Vendor: %provider
+Bundle-Vendor: Eclipse
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.systemtap.ui.structures,
org.eclipse.linuxtools.systemtap.ui.structures.listeners,

Back to the top