Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-06-11 23:15:50 +0000
committerJeff Johnston2012-06-14 20:26:40 +0000
commit01bf645fa5359d3a4d0092590093c779724b2200 (patch)
tree397f6623b5b76f8b9b29bacd5e673f3c04f1d18e
parent72d30b708c8e617280848283f2af95441f6586f2 (diff)
downloadorg.eclipse.linuxtools-01bf645fa5359d3a4d0092590093c779724b2200.tar.gz
org.eclipse.linuxtools-01bf645fa5359d3a4d0092590093c779724b2200.tar.xz
org.eclipse.linuxtools-01bf645fa5359d3a4d0092590093c779724b2200.zip
Prepare RPMStubby component for 1.0.0.
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/META-INF/MANIFEST.MF2
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.properties4
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml2
6 files changed, 7 insertions, 7 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
index e532006690..c3f213dbc9 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.properties
@@ -13,7 +13,7 @@
# NLS_ENCODING=UTF-8
# "featureName" property - name of the feature
-featureName=Convert feature.xml/pom.xml to RPM specfiles (Incubation)
+featureName=Convert feature.xml/pom.xml to RPM specfiles
# "description" property - description of the feature
description=RPM Stubby Plug-in is a plugin aiming to auto-generate RPM specfile \
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
index 8a6ddf98c1..e2c2b75d9f 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.rpmstubby.feature"
label="%featureName"
- version="0.3.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/linuxtools/">
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
index 99841bd0fc..6983e97b26 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/pom.xml
@@ -24,7 +24,7 @@
<artifactId>org.eclipse.linuxtools.rpmstubby.feature</artifactId>
<packaging>eclipse-feature</packaging>
- <version>0.3.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Linux Tools RPM Stubby Feature (Incubation)</name>
<build>
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/META-INF/MANIFEST.MF b/rpmstubby/org.eclipse.linuxtools.rpmstubby/META-INF/MANIFEST.MF
index 86278afd99..96e333cb3c 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/META-INF/MANIFEST.MF
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.rpmstubby;singleton:=true
-Bundle-Version: 0.3.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.rpmstubby.StubbyPlugin
Bundle-Vendor: %provider
Bundle-Localization: plugin
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.properties b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.properties
index a4ef43d90a..56a04dd68f 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.properties
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/plugin.properties
@@ -8,7 +8,7 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation
#################################################################################
-bundleName=Feature to RPM specfile Stubber (Incubation)
+bundleName=Feature to RPM specfile Stubber
provider=Eclipse Linux Tools
menu.label = Stubby
-action.label = Stub out an RPM specfile \ No newline at end of file
+action.label = Stub out an RPM specfile
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml b/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
index 9a4267f836..38043ab840 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/pom.xml
@@ -24,7 +24,7 @@
<artifactId>org.eclipse.linuxtools.rpmstubby</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>0.3.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Linux Tools RPM Stubby Plug-in</name>
<build>

Back to the top