Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnithra P Janakiraman2010-11-03 13:30:24 +0000
committerAnithra P Janakiraman2010-11-03 13:30:24 +0000
commita8d878b88f6fa67975d0f489fd0a9d56d80f768a (patch)
treeeec7a83178bfddcc701a0e1e11bf90986d79904a /systemtap
parentc907c92dec3808b274a51c4247650a41bb9b1906 (diff)
downloadorg.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.tar.gz
org.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.tar.xz
org.eclipse.linuxtools-a8d878b88f6fa67975d0f489fd0a9d56d80f768a.zip
2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
Bz 315846
Diffstat (limited to 'systemtap')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/plugin.properties2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/plugin.properties2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/plugin.properties2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/ChangeLog6
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/META-INF/MANIFEST.MF4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/plugin.properties2
15 files changed, 50 insertions, 10 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/ChangeLog
index 1f18bac74c..5f155305b1 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
2009-08-07 Andrew Overholt <overholt@redhat.com>
* META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/META-INF/MANIFEST.MF
index 8fa1850e95..bb08d39c22 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.consolelog.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.consolelog.tests.ConsoleLogPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/plugin.properties
new file mode 100644
index 0000000000..8af65428f3
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap ConsoleLog tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
index 2e69f0d2d8..94a7e4a490 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
2009-08-07 Andrew Overholt <overholt@redhat.com>
* META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.
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..e842516226 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
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphing.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphing.tests.GraphingPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties
new file mode 100644
index 0000000000..9b13a05a03
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap GraphingUI tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/ChangeLog
index 5e39ce3cbd..2a495a01da 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
2010-01-29 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* src/org/eclipse/linuxtools/systemtap/ui/graphingapi/nonui/tests/structures/ChartStreamDaemonTest2.java: Removed.
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/META-INF/MANIFEST.MF
index da4ed2c05c..40291096a7 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests;singleton:=true
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests.GraphingAPINonUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/plugin.properties
new file mode 100644
index 0000000000..c4fa342153
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap graphingAPI tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/ChangeLog
index da858530a0..cac199f6fd 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
2009-08-07 Andrew Overholt <overholt@redhat.com>
* META-INF/MANIFEST.MF: Make version 0.3.0.qualifier.
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/META-INF/MANIFEST.MF
index 0f8d140153..9d43cb867a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.ide.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.ide.tests.IDEPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/plugin.properties
new file mode 100644
index 0000000000..7c6b09435d
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap IDE tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/ChangeLog b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/ChangeLog
index 42250d77d9..b27100a747 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/ChangeLog
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-03 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
+
+ Bz 315846
+ * plugin.properties: New file.
+ * META-INF/MANIFEST.MF:
+
2010-01-29 Anithra P Janakiraman <anithra@linux.vnet.ibm.com>
* src/org/eclipse/linuxtools/systemtap/ui/structures/validators/MultiValidatorTest.java:
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/META-INF/MANIFEST.MF
index 3e7e965e62..615970acc5 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.structures.tests
Bundle-Version: 0.3.0.qualifier
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %bundleProvider
Bundle-Activator: org.eclipse.linuxtools.systemtap.ui.structures.tests.StructuresPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/plugin.properties
new file mode 100644
index 0000000000..371db92fc2
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.structures.tests/plugin.properties
@@ -0,0 +1,2 @@
+bundleName = SystemTap structures tests Plug-in (Incubation)
+bundleProvider = Eclipse Linux Tools \ No newline at end of file

Back to the top