Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-05-04 12:24:02 +0000
committerMarkus Knauer2011-05-04 12:24:02 +0000
commit88e258b726f10b341af90a280db5ffccf8b8f556 (patch)
tree12893d4462f8e78f7d4f51c4acfd471c16c60d2e /packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml
parentfc9b3e750eb1a1e8f269f433a8ecfedc01955ff5 (diff)
downloadorg.eclipse.epp.packages-88e258b726f10b341af90a280db5ffccf8b8f556.tar.gz
org.eclipse.epp.packages-88e258b726f10b341af90a280db5ffccf8b8f556.tar.xz
org.eclipse.epp.packages-88e258b726f10b341af90a280db5ffccf8b8f556.zip
* testing: Bug 344369 - Create a Testing package, patch 194703
Diffstat (limited to 'packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml')
-rw-r--r--packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml b/packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml
index 103e531f..3d12f9e7 100644
--- a/packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml
+++ b/packages/org.eclipse.epp.package.testing.feature/eclipse_testing_indigo.xml
@@ -10,15 +10,18 @@
<packageMetaData
packageName="Eclipse for Testers"
maintainer="Eclipse Jubula Project"
- iconurl="http://www.eclipse.org/downloads/images/testing.jpg"
+ iconurl="http://www.eclipse.org/downloads/images/testing.png"
bugzillaComponentId="testing-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[Testing applications is supported by this Testing Package.]]></description>
+ <description><![CDATA[This package contains Eclipse features that support the software development quality assurance process, such as the Jubula test specification client and Mylyn.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Achim L&ouml;rke</tester>
<tester>Markus Tiede</tester>
+ <tester>Zeb Ford-Reitz</tester>
+ <tester>Alexandra Imrie</tester>
+ <tester>Tim Winselmann</tester>
</packageTesters>
</packageMetaData>
<MoreInfo>
@@ -28,6 +31,9 @@
<NewAndNoteworthy
url="http://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="http://www.eclipse.org/jubula/new/"
+ project="Eclipse Jubula" />
</MoreInfo>

Back to the top