Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-05-09 13:34:30 +0000
committerMarkus Knauer2011-05-09 13:34:30 +0000
commitb86f9c3b45a5468bb64bfb2897b20a530efcf380 (patch)
tree5351b6c15cd1be50d3f24255d83f371a000f0f00 /packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml
parent6ef14e252d10d0e7fb6c7f738c9f20a8796f09fe (diff)
downloadorg.eclipse.epp.packages-b86f9c3b45a5468bb64bfb2897b20a530efcf380.tar.gz
org.eclipse.epp.packages-b86f9c3b45a5468bb64bfb2897b20a530efcf380.tar.xz
org.eclipse.epp.packages-b86f9c3b45a5468bb64bfb2897b20a530efcf380.zip
* modeling: Bug 345102 - Eclipse Modeling Package Feature's update for Indigo
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml')
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml b/packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml
index 4e7775be..25112a37 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/eclipse_modeling_indigo.xml
@@ -8,13 +8,13 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Modeling Tools (includes Incubating components)"
+ packageName="Eclipse Modeling Tools"
maintainer="Modeling Amalgamation Project"
iconurl="http://www.eclipse.org/modeling/images/modeling_about.png"
bugzillaComponentId="modeling-package"
testPlan="http://www.eclipse.org/epp/testplan.php" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[This modeling package contains a collection of Eclipse Modeling Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, M2T, and EMFT elements. It includes a complete SDK, developer tools and source code. Note that the Modeling package includes some <a href="http://www.eclipse.org/projects/dev_process/validation-phase.php">incubating</a> components, as indicated by feature numbers less than 1.0.0 on the feature list.]]></description>
+ <description><![CDATA[This modeling package contains a collection of Eclipse Modeling Project components, including EMF, GMF, MDT XSD/OCL/UML2, M2M, M2T, and EMFT elements. It includes a complete SDK, developer tools and source code.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Cédric Brun</tester>
@@ -89,6 +89,6 @@
<rcp version="3.7.0" />
<!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-modeling-indigo-M7-incubation" />
+ <product name="eclipse-modeling-indigo-M7" />
</configuration>

Back to the top