Repository: ant-easyant-plugins Updated Branches: refs/heads/master 5eabfe0b6 -> 6e25d1d8e
EASYANT-73 Plugins release script does not work (thanks to Jérôme Leroux) Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/commit/b33eaba6 Tree: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/tree/b33eaba6 Diff: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/diff/b33eaba6 Branch: refs/heads/master Commit: b33eaba68632686ae77f0c75cbb8ce6405698ac4 Parents: 5eabfe0 Author: Jean-Louis Boudart <[email protected]> Authored: Fri Feb 6 20:12:50 2015 +0100 Committer: Jean-Louis Boudart <[email protected]> Committed: Fri Feb 6 20:12:50 2015 +0100 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/blob/b33eaba6/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7cb1ac3..bb27632 100644 --- a/build.xml +++ b/build.xml @@ -26,8 +26,8 @@ <get src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar" dest="${user.home}/.ivy2/jars/ivy-${ivy.version}.jar" usetimestamp="true"/> <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpath="${user.home}/.ivy2/jars/ivy-${ivy.version}.jar" /> - <get src="http://repo1.maven.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar" dest="${user.home}/.ant/jars/ant-contrib-20020829.jar" usetimestamp="true" /> - <taskdef resource="net/sf/antcontrib/antcontrib.properties" uri="antlib:net.sf.antcontrib" classpath="${user.home}/.ant/jars/ant-contrib-20020829.jar" /> + <get src="http://repo1.maven.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar" dest="${user.home}/.ant/jars/ant-contrib-1.0b3.jar" usetimestamp="true" /> + <taskdef resource="net/sf/antcontrib/antcontrib.properties" uri="antlib:net.sf.antcontrib" classpath="${user.home}/.ant/jars/ant-contrib-1.0b3.jar" /> </target> <target name="clean-shared-repo">
