Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-22 15:23:42 +0000
committerjlescot2007-11-22 15:23:42 +0000
commit5e02d7087fa2ea3553231b5240f1a74259cc1882 (patch)
tree06a86d7095bb6f64037c2961f0c297b6bad90230
parent5e160736f068dda91e115e963a463973c6512235 (diff)
downloadorg.eclipse.ecoretools-5e02d7087fa2ea3553231b5240f1a74259cc1882.tar.gz
org.eclipse.ecoretools-5e02d7087fa2ea3553231b5240f1a74259cc1882.tar.xz
org.eclipse.ecoretools-5e02d7087fa2ea3553231b5240f1a74259cc1882.zip
(Incubation) should be present in the Localization file, no directly inside the MANIFEST.MF or feature.xml file
-rw-r--r--features/org.eclipse.emf.ecoretools.sdk-feature/feature.properties4
-rw-r--r--features/org.eclipse.emf.ecoretools.sdk-feature/feature.xml4
-rw-r--r--features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplateFeature/feature.properties4
-rw-r--r--features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplatePlugin/plugin.properties2
4 files changed, 7 insertions, 7 deletions
diff --git a/features/org.eclipse.emf.ecoretools.sdk-feature/feature.properties b/features/org.eclipse.emf.ecoretools.sdk-feature/feature.properties
index 18ff37c..c57296f 100644
--- a/features/org.eclipse.emf.ecoretools.sdk-feature/feature.properties
+++ b/features/org.eclipse.emf.ecoretools.sdk-feature/feature.properties
@@ -10,13 +10,13 @@
# */
# "featureName" property - name of the feature
-featureName=Ecore Tools SDK
+featureName=Ecore Tools SDK (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "description" property - description of the feature
-description=Ecore Tools SDK includes runtime, source, and documentation
+description=Ecore Tools SDK includes runtime, source, and documentation (Incubation)
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/features/org.eclipse.emf.ecoretools.sdk-feature/feature.xml b/features/org.eclipse.emf.ecoretools.sdk-feature/feature.xml
index 6c335bc..02b1d7f 100644
--- a/features/org.eclipse.emf.ecoretools.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.ecoretools.sdk-feature/feature.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.ecoretools.sdk"
- label="%featureName (Incubation)"
+ label="%featureName"
version="0.8.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
<description>
- %description (Incubation)
+ %description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
diff --git a/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplateFeature/feature.properties
index d75fb42..c4b560c 100644
--- a/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplateFeature/feature.properties
@@ -10,13 +10,13 @@
# */
# "featureName" property - name of the feature
-featureName=EMF Ecore Tools Source
+featureName=EMF Ecore Tools Source (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "description" property - description of the feature
-description=EMF Ecore Tools source code
+description=EMF Ecore Tools source code (Incubation)
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplatePlugin/plugin.properties
index 22c293c..ef67a6d 100644
--- a/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplatePlugin/plugin.properties
+++ b/features/org.eclipse.emf.ecoretools.sdk-feature/sourceTemplatePlugin/plugin.properties
@@ -9,5 +9,5 @@
# * Anyware Technologies - Initial API and implementation
# */
-pluginName=Ecore Tools Source
+pluginName=Ecore Tools Source (Incubation)
providerName=Eclipse.org

Back to the top