CVS: junit build.xml,1.25,1.26

David Saff <[email protected]> Thu, 22 Mar 2007 10:47:54 -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-serv27494

Modified Files:
	build.xml 
Log Message:
@Ignore javadoc 

Fix TestClass method visibility

Update build.xml to produce snapshots




Index: build.xml
===================================================================
RCS file: /cvsroot/junit/junit/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- build.xml	20 Mar 2007 14:12:23 -0000	1.25
+++ build.xml	22 Mar 2007 17:47:52 -0000	1.26
@@ -1,8 +1,10 @@
 <project name="junit" default="dist" basedir=".">
+	<tstamp />
+	
 	<property file="${user.home}/.junit.properties" />
 	<property name="src" value="src" />
 	<property name="bin" value="bin" />
-	<property name="version" value="4.3" />
+	<property name="version" value="4.4-snapshot-${DSTAMP}-${TSTAMP}" />
 	<property name="dist"  value="junit${version}" />
 	<property name="versionfile"  value="${src}/junit/runner/Version.java" />
 	<property name="zipfile"  value="${dist}.zip" />


-------------------------------------------------------------------------
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