CVS: junit build.xml,1.24,1.25

David Saff <[email protected]> Tue, 20 Mar 2007 07:12:25 -0700
Newsgroups gmane.comp.java.junit.devel
Message-ID <[email protected]>
Update of /cvsroot/junit/junit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16775

Modified Files:
	build.xml 
Log Message:
Fix upload ant task, and cleaned up ant tests

Index: build.xml
===================================================================
RCS file: /cvsroot/junit/junit/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- build.xml	10 Mar 2007 07:10:32 -0000	1.24
+++ build.xml	20 Mar 2007 14:12:23 -0000	1.25
@@ -117,7 +117,7 @@
 		<delete file="${javadoczip}" />
 	</target>
 
-	<target name="upload.to.sourceforge">
+	<target name="upload.to.sourceforge" depends="zip">
 		<ftp server="upload.sourceforge.net"
 		     userid="anonymous"
 		     password="[email protected]"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV