fix the ant build for the new localization

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@955459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Barker 2010-06-17 02:11:21 +00:00
parent 92a9c20dc5
commit 1ede487865
1 changed files with 4 additions and 1 deletions

View File

@ -139,6 +139,10 @@
<mkdir dir="${build.home}"/>
<mkdir dir="${build.home}/classes"/>
<mkdir dir="${build.home}/test-classes"/>
<mkdir dir="${build.home}/classes/META-INF"/>
<copy todir="${build.home}/classes/META-INF">
<fileset dir="src/main/resources/META-INF" />
</copy>
</target>
<!-- ========== Compile Targets =========================================== -->
@ -234,7 +238,6 @@
<target name="jar" depends="test" description="Create jar file">
<mkdir dir="${build.home}/classes/META-INF"/>
<copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
<copy file="NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>