Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Bänziger2016-05-11 14:08:49 +0000
committerPatrick Bänziger2016-05-12 07:18:05 +0000
commitf0ab480b3fd93cd6963235cd5fafb092addfc18c (patch)
treeb17a7a35dfe35f7d119f3348f50f05775227ab4a /packages/org.eclipse.epp.package.scout.feature/epp.website.xml
parent60862fe51180bec87bb1de88e088d18de3cd643f (diff)
downloadorg.eclipse.epp.packages-f0ab480b3fd93cd6963235cd5fafb092addfc18c.tar.gz
org.eclipse.epp.packages-f0ab480b3fd93cd6963235cd5fafb092addfc18c.tar.xz
org.eclipse.epp.packages-f0ab480b3fd93cd6963235cd5fafb092addfc18c.zip
Scout: Update website description, update tester section
Change-Id: I7fe2c33f8e781f56cfe7fcb9e7426d17e7c4b7a1 Signed-off-by: Patrick Bänziger <patrick.baenziger@bsi-software.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.scout.feature/epp.website.xml')
-rw-r--r--packages/org.eclipse.epp.package.scout.feature/epp.website.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.scout.feature/epp.website.xml b/packages/org.eclipse.epp.package.scout.feature/epp.website.xml
index a0a235c8..6d33514f 100644
--- a/packages/org.eclipse.epp.package.scout.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.scout.feature/epp.website.xml
@@ -14,12 +14,13 @@
bugzillaComponentId="scout-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[<a href="http://www.eclipse.org/scout">Eclipse Scout</a> is a framework to develop Java/Eclipse based business applications that run on the desktop, in browsers, and on mobile devices. This package includes a complete SDK, useful developer tools and source code.]]></description>
+ <description><![CDATA[<a href="http://www.eclipse.org/scout">Eclipse Scout</a> is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
- <tester>Andreas Hoegger</tester>
<tester>Matthias Zimmermann</tester>
- <tester>Ken Lee</tester>
+ <tester>Judith Gull</tester>
+ <tester>Patrick Bänziger</tester>
+ <tester>Arthur van Dorp</tester>
</packageTesters>
</packageMetaData>
<MoreInfo>

Back to the top