You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/01/18 09:43:52 UTC

svn commit: r900302 - /gump/metadata/project/testng.xml

Author: bodewig
Date: Mon Jan 18 08:43:52 2010
New Revision: 900302

URL: http://svn.apache.org/viewvc?rev=900302&view=rev
Log:
no -jdk suffix anymore

Modified:
    gump/metadata/project/testng.xml

Modified: gump/metadata/project/testng.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/testng.xml?rev=900302&r1=900301&r2=900302&view=diff
==============================================================================
--- gump/metadata/project/testng.xml (original)
+++ gump/metadata/project/testng.xml Mon Jan 18 08:43:52 2010
@@ -42,6 +42,6 @@
     <depend project="junit" />
     <depend project="backport-util-concurrent"/>
 
-    <jar name="testng-@@DATE@@-jdk15.jar"/>
+    <jar name="testng-@@DATE@@.jar"/>
   </project>
 </module>