Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-22 15:23:44 +0000
committerjlescot2007-11-22 15:23:44 +0000
commit92a12119016cfc399fd32fcdcd209f034a1ef77a (patch)
tree9031b66f20dc411d64c6af86a68a2915170ee385
parentba1c8f99a92e7fab178d8b9307a1b82d7623aff4 (diff)
downloadorg.eclipse.ecoretools-92a12119016cfc399fd32fcdcd209f034a1ef77a.tar.gz
org.eclipse.ecoretools-92a12119016cfc399fd32fcdcd209f034a1ef77a.tar.xz
org.eclipse.ecoretools-92a12119016cfc399fd32fcdcd209f034a1ef77a.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-feature/feature.properties4
-rw-r--r--features/org.eclipse.emf.ecoretools-feature/feature.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.emf.ecoretools-feature/feature.properties b/features/org.eclipse.emf.ecoretools-feature/feature.properties
index 6d65102..373f73b 100644
--- a/features/org.eclipse.emf.ecoretools-feature/feature.properties
+++ b/features/org.eclipse.emf.ecoretools-feature/feature.properties
@@ -10,13 +10,13 @@
# */
# "featureName" property - name of the feature
-featureName=Ecore Tools
+featureName=Ecore Tools (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "description" property - description of the feature
-description=Ecore Tools component.
+description=Ecore Tools component (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-feature/feature.xml b/features/org.eclipse.emf.ecoretools-feature/feature.xml
index da9c33f..5d5dae9 100644
--- a/features/org.eclipse.emf.ecoretools-feature/feature.xml
+++ b/features/org.eclipse.emf.ecoretools-feature/feature.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.ecoretools"
- label="%featureName (Incubation)"
+ label="%featureName"
version="0.8.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/modeling/emft">
- %description (Incubation)
+ %description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">

Back to the top