diff options
| author | jlescot | 2007-11-22 15:23:37 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-22 15:23:37 +0000 |
| commit | 32f6f8f6fa449b1d7091345c34cc16b82a01f7f6 (patch) | |
| tree | cd225a681d73b1385bc48931fda2cb2155d69c7b | |
| parent | c110bcbe5d969b49af48310d6b871227d2ba577e (diff) | |
| download | org.eclipse.ecoretools-32f6f8f6fa449b1d7091345c34cc16b82a01f7f6.tar.gz org.eclipse.ecoretools-32f6f8f6fa449b1d7091345c34cc16b82a01f7f6.tar.xz org.eclipse.ecoretools-32f6f8f6fa449b1d7091345c34cc16b82a01f7f6.zip | |
(Incubation) should be present in the Localization file, no directly inside the MANIFEST.MF or feature.xml file
| -rw-r--r-- | doc/org.eclipse.emf.ecoretools.doc-feature/feature.properties | 4 | ||||
| -rw-r--r-- | doc/org.eclipse.emf.ecoretools.doc-feature/feature.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.eclipse.emf.ecoretools.doc-feature/feature.properties b/doc/org.eclipse.emf.ecoretools.doc-feature/feature.properties index 5592eab..245c5c8 100644 --- a/doc/org.eclipse.emf.ecoretools.doc-feature/feature.properties +++ b/doc/org.eclipse.emf.ecoretools.doc-feature/feature.properties @@ -10,13 +10,13 @@ # */ # "featureName" property - name of the feature -featureName=Ecore Tools Documentation +featureName=Ecore Tools Documentation (Incubation) # "providerName" property - name of the company that provides the feature providerName=Eclipse.org # "description" property - description of the feature -description=Ecore Tools Documentation +description=Ecore Tools 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/doc/org.eclipse.emf.ecoretools.doc-feature/feature.xml b/doc/org.eclipse.emf.ecoretools.doc-feature/feature.xml index 7c14f38..4e3298d 100644 --- a/doc/org.eclipse.emf.ecoretools.doc-feature/feature.xml +++ b/doc/org.eclipse.emf.ecoretools.doc-feature/feature.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.eclipse.emf.ecoretools.doc" - 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"> |
