diff options
| author | jlescot | 2007-11-22 15:23:44 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-22 15:23:44 +0000 |
| commit | 92a12119016cfc399fd32fcdcd209f034a1ef77a (patch) | |
| tree | 9031b66f20dc411d64c6af86a68a2915170ee385 | |
| parent | ba1c8f99a92e7fab178d8b9307a1b82d7623aff4 (diff) | |
| download | org.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.properties | 4 | ||||
| -rw-r--r-- | features/org.eclipse.emf.ecoretools-feature/feature.xml | 4 |
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"> |
