diff options
author | Mickael Istria | 2019-05-14 09:06:53 +0000 |
---|---|---|
committer | Mickael Istria | 2019-05-14 09:06:53 +0000 |
commit | 6eb85ea374d94ca4656f455842219e1739e102ea (patch) | |
tree | daface306d0f8f4bce9230354f55a38c936a65dd /packages | |
parent | 1cafedc1fecee933a77577e4f9b483a6c6ff6136 (diff) | |
download | org.eclipse.epp.packages-6eb85ea374d94ca4656f455842219e1739e102ea.tar.gz org.eclipse.epp.packages-6eb85ea374d94ca4656f455842219e1739e102ea.tar.xz org.eclipse.epp.packages-6eb85ea374d94ca4656f455842219e1739e102ea.zip |
Improve JS package description
Change-Id: If5174f395319c0ae7aa71eb848f527cd7c8f790b
Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/org.eclipse.epp.package.javascript.feature/epp.website.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml b/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml index 7c5e99e4..0584a703 100644 --- a/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml +++ b/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml @@ -8,13 +8,13 @@ testPlan is the fully qualified URL to the test plan for this package --> <packageMetaData - packageName="Eclipse IDE for JavaScript and Web Developers" + packageName="Eclipse IDE for Web and JavaScript Developers (includes Incubating components)" maintainer="Eclipse Packaging Project" iconurl="http://www.eclipse.org/downloads/images/javascript.png" bugzillaComponentId="javascript-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[The essential tools for any JavaScript developer, including JavaScript, HTML, CSS, XML languages support, Git client, and Mylyn.]]></description> + <description><![CDATA[The essential tools for any JavaScript developer, including JavaScript, TypeScript, HTML, CSS, XML, Yaml, Markdown... languages support; Kubernetes, Angular and React frameworks support; Node.js debugger; Git client; Mylyn task management; integrated terminal and remote filesystem explorer; Web and application server management.]]></description> <!-- packageTesters is a list of the people that are testing the package --> <packageTesters> <tester>Mickael Istria</tester> |