Let's call our auxiliary Ant file build-proguard since that is more indicative

of its purpose in life.
This commit is contained in:
Michael Bayne
2010-09-21 06:41:18 +00:00
parent 98442b4a86
commit 44754f6d43
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
<configuration> <configuration>
<target> <target>
<property name="maven.version" value="${project.version}" /> <property name="maven.version" value="${project.version}" />
<ant antfile="${basedir}/build-ivy.xml"> <ant antfile="${basedir}/build-proguard.xml">
<target name="proguard" /> <target name="proguard" />
</ant> </ant>
</target> </target>