Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrun2014-06-27 08:00:19 +0000
committercbrun2014-06-27 08:00:19 +0000
commit4286ee0d3c108357ee300333fed4f0fdf13e3457 (patch)
tree59d647bd87f997fa48a95322aefcf2e1e04f0863
parent6a8c5e573e3130b08435fb53e351d950ee141ff3 (diff)
downloadorg.eclipse.epp.packages-4286ee0d3c108357ee300333fed4f0fdf13e3457.tar.gz
org.eclipse.epp.packages-4286ee0d3c108357ee300333fed4f0fdf13e3457.tar.xz
org.eclipse.epp.packages-4286ee0d3c108357ee300333fed4f0fdf13e3457.zip
[427655] Update modeling description
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/epp.website.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
index 07c3ba14..776ccbcb 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.modeling.feature/epp.website.xml
@@ -14,7 +14,9 @@
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 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 Modeling package provides tools and runtimes for building model-based applications.
+ You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse's team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications.
+ In addition, via the package's discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Cédric Brun</tester>

Back to the top