Add support for clirr

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-07 20:28:37 +00:00
parent b72b6f471c
commit a6cf8d4ecd
1 changed files with 15 additions and 0 deletions

View File

@ -581,4 +581,19 @@
<checksum file="${build.src.zip.name}"/>
</target>
<target name="clirr">
<property name="jar.baseline" value="commons-collections-2.1.1.jar" />
<property name="jar.current" value="commons-collections-3.1-dev.jar" />
<taskdef resource="clirrtask.properties">
<classpath path="/clirr/clirr-0.3.jar;/clirr/bcel-5.1.jar;" />
</taskdef>
<clirr>
<origfiles dir="." includes="${jar.baseline}"/>
<newfiles dir="." includes="${jar.current}" />
<formatter type="plain" outfile="clirr.txt" />
</clirr>
</target>
</project>