From: <bo...@us...> - 2009-09-21 19:37:49
|
Revision: 357 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=357&view=rev Author: bodewig Date: 2009-09-21 19:37:43 +0000 (Mon, 21 Sep 2009) Log Message: ----------- tag release 1.3 of XMLUnit for Java Modified Paths: -------------- tags/XMLUnit-Java-1.3/LICENSE.txt tags/XMLUnit-Java-1.3/build.xml Added Paths: ----------- tags/XMLUnit-Java-1.3/ Property changes on: tags/XMLUnit-Java-1.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: tags/XMLUnit-Java-1.3/LICENSE.txt =================================================================== --- branches/xmlunit-1.x/LICENSE.txt 2009-09-21 10:21:20 UTC (rev 356) +++ tags/XMLUnit-Java-1.3/LICENSE.txt 2009-09-21 19:37:43 UTC (rev 357) @@ -1,6 +1,6 @@ /* ****************************************************************** -Copyright (c) 2001-2007, Jeff Martin, Tim Bacon +Copyright (c) 2001-2009, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without Modified: tags/XMLUnit-Java-1.3/build.xml =================================================================== --- branches/xmlunit-1.x/build.xml 2009-09-21 10:21:20 UTC (rev 356) +++ tags/XMLUnit-Java-1.3/build.xml 2009-09-21 19:37:43 UTC (rev 357) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.3alpha"/> + <property name="xmlunit.version" value="1.3"/> <!-- some locations --> <property name="src.dir" value="src"/> @@ -264,7 +264,7 @@ </target> <target name="dist" - depends="clean,bindist,srcdist,compile-userguide-examples" + depends="bindist,srcdist,compile-userguide-examples" description="creates the distribution files"> <checksum algorithm="md5"> <fileset dir="${dist.dir}"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |