Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-06-11 23:03:18 +0000
committerJeff Johnston2012-06-14 20:25:02 +0000
commitfb09791a1f2e7fbf7d1bc4901126d70a7cd5138b (patch)
treebdc4361a56c87da895251435661376e7753e1692 /oprofile/org.eclipse.linuxtools.oprofile.tests
parentbe56537a0e788558a60b55a0ff66b879ce961851 (diff)
downloadorg.eclipse.linuxtools-fb09791a1f2e7fbf7d1bc4901126d70a7cd5138b.tar.gz
org.eclipse.linuxtools-fb09791a1f2e7fbf7d1bc4901126d70a7cd5138b.tar.xz
org.eclipse.linuxtools-fb09791a1f2e7fbf7d1bc4901126d70a7cd5138b.zip
Prepare OProfile component for 1.0.0.
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.tests')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/META-INF/MANIFEST.MF2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/plugin.properties2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/META-INF/MANIFEST.MF b/oprofile/org.eclipse.linuxtools.oprofile.tests/META-INF/MANIFEST.MF
index 6631af53f1..17f552d092 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.tests/META-INF/MANIFEST.MF
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.tests
-Bundle-Version: 0.3.1.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.eclipse.linuxtools.internal.oprofile.core.opxml,
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/plugin.properties b/oprofile/org.eclipse.linuxtools.oprofile.tests/plugin.properties
index c32eb1edf5..f8a1718df2 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.tests/plugin.properties
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# Kent Sebastian <ksebasti@redhat.com> - initial API and implementation
#*******************************************************************************
-bundleName=OProfile Common Test Plug-in (Incubation)
+bundleName=OProfile Common Test Plug-in
bundleProvider=Eclipse Linux Tools
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
index 9ecab0781c..9be69524b3 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.tests</artifactId>
- <version>0.3.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools OProfile Tests Plug-in</name>

Back to the top