Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-09-26 19:18:21 +0000
committerMickael Istria2016-11-07 09:56:12 +0000
commit04d81a77272fd25a15dd7c5fb46fb50d7cc12673 (patch)
tree9edbf1fc56e232d7de32cf8e6aa11b23e9c81b98
parent38370eaa6b8703d4c6ae6b8c4b518dd1859be9f3 (diff)
downloadorg.eclipse.epp.packages-04d81a77272fd25a15dd7c5fb46fb50d7cc12673.tar.gz
org.eclipse.epp.packages-04d81a77272fd25a15dd7c5fb46fb50d7cc12673.tar.xz
org.eclipse.epp.packages-04d81a77272fd25a15dd7c5fb46fb50d7cc12673.zip
Bug 502203 - JS package should mention Cordova/hybrid mobile development
Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/epp.website.xml2
1 files changed, 1 insertions, 1 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 463c035b..c13cb4a8 100644
--- a/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml
@@ -14,7 +14,7 @@
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 language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.]]></description>
+ <description><![CDATA[The essential tools for any JavaScript developer, including JavaScript, HTML, CSS, XML languages support, Git client, Mylyn, and tools for Cordova applications.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Mickael Istria</tester>

Back to the top