Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-06-11 23:38:19 +0000
committerJeff Johnston2012-06-14 20:26:55 +0000
commitd84b56550ccf3128e25e7d9fcf77a648ebd024b4 (patch)
tree2d41a932aba6997a74c9ca26132ee501bc5f915f /systemtap/org.eclipse.linuxtools.systemtap.ui.logging
parent01bf645fa5359d3a4d0092590093c779724b2200 (diff)
downloadorg.eclipse.linuxtools-d84b56550ccf3128e25e7d9fcf77a648ebd024b4.tar.gz
org.eclipse.linuxtools-d84b56550ccf3128e25e7d9fcf77a648ebd024b4.tar.xz
org.eclipse.linuxtools-d84b56550ccf3128e25e7d9fcf77a648ebd024b4.zip
Prepare SystemTap component for 1.0.0.
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.logging')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.logging/META-INF/MANIFEST.MF2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.logging/plugin.properties4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.logging/pom.xml2
3 files changed, 4 insertions, 4 deletions
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 6437743f92..77e05c2df8 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,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.logging;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.ui.logging.LoggingPlugin
Bundle-Vendor: %bundleProvider
Bundle-Localization: plugin
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/plugin.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/plugin.properties
index 7be2eeecc3..89ca96322e 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/plugin.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/plugin.properties
@@ -1,3 +1,3 @@
-bundleName=SystemTap Logging Functionality (Incubation)
+bundleName=SystemTap Logging Functionality
bundleProvider=Eclipse Linux Tools
-preference.logging.name=Logging \ No newline at end of file
+preference.logging.name=Logging
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/pom.xml
index cee6397a96..cfee49ee8f 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.logging/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.logging</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools SystemTap Logging Functionality Plug-in</name>

Back to the top