Author: billbarker
Date: Thu Jun 17 02:11:21 2010
New Revision: 955459

URL: http://svn.apache.org/viewvc?rev=955459&view=rev
Log:
fix the ant build for the new localization

Modified:
    commons/proper/math/trunk/build.xml

Modified: commons/proper/math/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=955459&r1=955458&r2=955459&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Thu Jun 17 02:11:21 2010
@@ -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"/>
 


Reply via email to