Author: mvdb
Date: Thu Nov  3 14:00:13 2005
New Revision: 330648

URL: http://svn.apache.org/viewcvs?rev=330648&view=rev
Log:
Add dist target, so it can be built with craigs nightly build system.

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

Modified: jakarta/commons/proper/feedparser/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/feedparser/trunk/build.xml?rev=330648&r1=330647&r2=330648&view=diff
==============================================================================
--- jakarta/commons/proper/feedparser/trunk/build.xml (original)
+++ jakarta/commons/proper/feedparser/trunk/build.xml Thu Nov  3 14:00:13 2005
@@ -92,6 +92,14 @@
 
     </target>
 
+       <target name="dist" depends="jar,javadoc" description="build a 
distribution">
+               <copy file="LICENSE.txt" todir="${dist.dir}"/>
+               <copy file="NOTICE.txt" todir="${dist.dir}"/>
+               <copy todir="${dist.dir}">
+                       <fileset dir="." includes="docs/**"/>
+               </copy>
+       </target>
+
     <target name="run-example" description="Runs the example feed parser class"
         depends="jar">
         <java classpathref="project.classpath"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to