Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-13 14:26:55 +0000
committerjlescot2007-11-13 14:26:55 +0000
commit8a6c2a24f5d64ace28e6fd41162794ae375d6d47 (patch)
treebbcf5afd21ffdb72e51498d0aec5aeeb64bba2b4
parent9e6369e49fc0fb01843de2fed6e9567779781310 (diff)
downloadorg.eclipse.ecoretools-8a6c2a24f5d64ace28e6fd41162794ae375d6d47.tar.gz
org.eclipse.ecoretools-8a6c2a24f5d64ace28e6fd41162794ae375d6d47.tar.xz
org.eclipse.ecoretools-8a6c2a24f5d64ace28e6fd41162794ae375d6d47.zip
Update configuration files for the build process : follow the guidelines defined at the EMFT level
-rw-r--r--features/org.eclipse.emf.ecoretools-feature/feature.properties4
-rw-r--r--features/org.eclipse.emf.ecoretools-feature/feature.xml7
2 files changed, 9 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.ecoretools-feature/feature.properties b/features/org.eclipse.emf.ecoretools-feature/feature.properties
index 9dbb4d1..6d65102 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 Diagram
+featureName=Ecore Tools
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "description" property - description of the feature
-description=Ecore Tools diagram component.
+description=Ecore Tools component.
# "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 921ba90..da9c33f 100644
--- a/features/org.eclipse.emf.ecoretools-feature/feature.xml
+++ b/features/org.eclipse.emf.ecoretools-feature/feature.xml
@@ -23,6 +23,13 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<plugin
+ id="org.eclipse.emf.ecoretools"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.emf.ecoretools.diagram"
download-size="0"
install-size="0"

Back to the top