Browse Source

update Ivy

master
Jan Matèrne 10 years ago
parent
commit
0724e3a233
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      check.xml

+ 1
- 2
check.xml View File

@@ -79,7 +79,7 @@


<target name="init-ivy">
<property name="ivy.version" value="2.2.0"/>
<property name="ivy.version" value="2.4.0-rc1"/>
<property name="ivy.jar.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
<property name="ivy.jar.dir" value="${build.dir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
@@ -192,7 +192,6 @@
</xslt>
</target>
<target name="rat" description="--> Runs the ReleaseAuditingTool" depends="init-ivy">
<ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="${rat.version}"
inline="true" conf="default" pathid="rat.classpath" transitive="true"/>


Loading…
Cancel
Save