Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.dsl.feature/eclipse_dsl_juno.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.dsl.feature/eclipse_dsl_juno.xml b/packages/org.eclipse.epp.package.dsl.feature/eclipse_dsl_juno.xml
index 935cfa0b..d272afa7 100644
--- a/packages/org.eclipse.epp.package.dsl.feature/eclipse_dsl_juno.xml
+++ b/packages/org.eclipse.epp.package.dsl.feature/eclipse_dsl_juno.xml
@@ -8,13 +8,13 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse Java and DSL Tools"
+ packageName="Eclipse IDE for Java and DSL Developers"
maintainer="Xtext Project"
- iconurl="http://www.eclipse.org/modeling/images/modeling_about.png"
+ iconurl="http://www.eclipse.org/Xtext/icons/dsl-package.jpg"
bugzillaComponentId="dsl-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 package contains framework and tools to leverage models: an Ecore graphical modeler (class-like diagram), Java code generation utility for RCP applications and the EMF Framework, model comparison support, support for XSD schemas, OCL and graphical modeler runtimes. It includes a complete SDK, developer tools and source code.]]></description>
+ <description><![CDATA[The essential tools for Java and DSL developers, including a Java & Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Dennis Huebner</tester>

Back to the top