From: <mat...@us...> - 2009-01-30 19:13:37
|
Revision: 176 http://ant-contrib.svn.sourceforge.net/ant-contrib/?rev=176&view=rev Author: mattinger Date: 2009-01-30 19:13:35 +0000 (Fri, 30 Jan 2009) Log Message: ----------- Updating for ivy 2.0.0 release Modified Paths: -------------- ant-contrib/trunk/build.xml ant-contrib/trunk/ivy.xml ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java Added Paths: ----------- ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0.jar Removed Paths: ------------- ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-rc1.jar Modified: ant-contrib/trunk/build.xml =================================================================== --- ant-contrib/trunk/build.xml 2008-10-01 15:18:44 UTC (rev 175) +++ ant-contrib/trunk/build.xml 2009-01-30 19:13:35 UTC (rev 176) @@ -43,7 +43,7 @@ <property name="bcel.jar" value="${m2_repo}/bcel/bcel/${bcel.version}/bcel-${bcel.version}.jar"/> <property name="httpclient.version" value="3.0.1"/> <property name="httpclient.jar" value="${m2_repo}/commons-httpclient/commons-httpclient/${httpclient.version}/commons-httpclient-${httpclient.version}.jar"/> - <property name="ivy.version" value="1.4.1"/> + <property name="ivy.version" value="2.0.0"/> <property name="ivy.jar" value="lib/ivy/jars/ivy-${ivy.version}.jar"/> <property name="junit.version" value="3.8.1"/> <property name="junit.jar" value="${m2_repo}/junit/junit/${junit.version}/junit-${junit.version}.jar"/> Modified: ant-contrib/trunk/ivy.xml =================================================================== --- ant-contrib/trunk/ivy.xml 2008-10-01 15:18:44 UTC (rev 175) +++ ant-contrib/trunk/ivy.xml 2009-01-30 19:13:35 UTC (rev 176) @@ -34,7 +34,7 @@ conf="default->default" /> <dependency org="apache" name="ivy" - rev="2.0.0-rc1" + rev="2.0.0" conf="default->default" /> <dependency org="jayasoft" name="ivy" Deleted: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0-rc1.jar =================================================================== (Binary files differ) Added: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0.jar =================================================================== (Binary files differ) Property changes on: ant-contrib/trunk/lib/ivy/jars/ivy-2.0.0.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java =================================================================== --- ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java 2008-10-01 15:18:44 UTC (rev 175) +++ ant-contrib/trunk/src/main/java/net/sf/antcontrib/net/Ivy20Adapter.java 2009-01-30 19:13:35 UTC (rev 176) @@ -104,6 +104,7 @@ } } + //task.getProject().addReference("urlimporttask", configure); configure.execute(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |