Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-10-20 15:57:57 +0000
committerEike Stepper2013-10-20 15:57:57 +0000
commite56921e4b2037020a8a3e9e237865758d5a07b85 (patch)
tree201c5dd61ef87510ea0a0ff80b8cb5ef5d7453a6 /features/org.eclipse.emf.cdo.releng.buildstamp-feature
parentc30574eb3f3fb6d55007655d040ca2f7abb4f9cb (diff)
downloadcdo-e56921e4b2037020a8a3e9e237865758d5a07b85.tar.gz
cdo-e56921e4b2037020a8a3e9e237865758d5a07b85.tar.xz
cdo-e56921e4b2037020a8a3e9e237865758d5a07b85.zip
Adjust releng plugin names
Diffstat (limited to 'features/org.eclipse.emf.cdo.releng.buildstamp-feature')
-rw-r--r--features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.properties2
-rw-r--r--features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.properties b/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.properties
index 3e6b9a0a63..fe5e519115 100644
--- a/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.properties
@@ -4,5 +4,5 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
-featureName = CDO Release Engineering Build Stamp
+featureName = Build Stamp
description = Contains a build listener that writes the timestamp of successful builds to a file (can be used with Hudson CI).
diff --git a/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.xml b/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.xml
index 5732f1fc94..80c2618541 100644
--- a/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.releng.buildstamp-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.emf.cdo.releng.buildstamp"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.1.100.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.emf.cdo.license"

Back to the top