You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/02/08 00:19:35 UTC

svn commit: r504732 - /jakarta/commons/proper/lang/trunk/build.xml

Author: bayard
Date: Wed Feb  7 15:19:35 2007
New Revision: 504732

URL: http://svn.apache.org/viewvc?view=rev&rev=504732
Log:
And clean up so they don't end up in other things

Modified:
    jakarta/commons/proper/lang/trunk/build.xml

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/build.xml?view=diff&rev=504732&r1=504731&r2=504732
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Wed Feb  7 15:19:35 2007
@@ -101,11 +101,13 @@
           <fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
         </copy>
 		<jar jarfile="${final.name}-sources.jar" basedir="${source.home}" manifest="${build.home}/conf/MANIFEST.MF"/>
+        <delete dir="${source.home}/META-INF"/>
 		<copy file="${final.name}-sources.jar" todir="${dist.home}"/>
         <copy todir="${dist.home}/docs/api/META-INF">
           <fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
         </copy>
 		<jar jarfile="${final.name}-javadoc.jar" basedir="${dist.home}/docs/api" manifest="${build.home}/conf/MANIFEST.MF"/>
+        <delete dir="${dist.home}/docs/api/META-INF"/>
 		<copy file="${final.name}-javadoc.jar" todir="${dist.home}"/>
 		<mkdir dir="${final.name}"/>
 		<move todir="${final.name}/${final.name}">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org