You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2006/02/18 19:30:19 UTC

svn commit: r378753 - /gump/metadata/project/junit.xml

Author: billbarker
Date: Sat Feb 18 10:30:17 2006
New Revision: 378753

URL: http://svn.apache.org/viewcvs?rev=378753&view=rev
Log:
Unversion the jar file name, so gump can find it

Modified:
    gump/metadata/project/junit.xml

Modified: gump/metadata/project/junit.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/junit.xml?rev=378753&r1=378752&r2=378753&view=diff
==============================================================================
--- gump/metadata/project/junit.xml (original)
+++ gump/metadata/project/junit.xml Sat Feb 18 10:30:17 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-  Copyright 2001-2005 The Apache Software Foundation
+  Copyright 2001-2006 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -29,6 +29,7 @@
 
     <ant>
       <property name="dist" reference="home" project="junit"/>
+      <property name="jarfile" value="junit.jar" />
     </ant>
 
     <depend project="bootstrap-ant"/>