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/01/26 04:03:24 UTC

svn commit: r500120 - /jakarta/commons/proper/io/trunk/build.xml

Author: bayard
Date: Thu Jan 25 19:03:23 2007
New Revision: 500120

URL: http://svn.apache.org/viewvc?view=rev&rev=500120
Log:
Include the license and notice in the javadoc jar

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

Modified: jakarta/commons/proper/io/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/build.xml?view=diff&rev=500120&r1=500119&r2=500120
==============================================================================
--- jakarta/commons/proper/io/trunk/build.xml (original)
+++ jakarta/commons/proper/io/trunk/build.xml Thu Jan 25 19:03:23 2007
@@ -124,6 +124,9 @@
     <mkdir dir="${dist.bin}" />
     <mkdir dir="${dist.zip.dir}" />
     <!-- Javadoc -->
+    <copy todir="${javadocdir}/META-INF">
+      <fileset dir="${basedir}" includes="LICENSE*, NOTICE*" />
+    </copy>
     <jar jarfile="${defaulttargetdir}/${final.name}-javadoc.jar" basedir="${javadocdir}" manifest="${basedir}/src/conf/MANIFEST.MF"/>
   	<!-- Binary -->
     <copy todir="${dist.bin}">



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