You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2006/12/28 22:28:04 UTC

svn commit: r490829 - /jakarta/poi/trunk/build.xml

Author: nick
Date: Thu Dec 28 13:28:03 2006
New Revision: 490829

URL: http://svn.apache.org/viewvc?view=rev&rev=490829
Log:
Include NOTICE and LICENSE in the maven targetted jars too

Modified:
    jakarta/poi/trunk/build.xml

Modified: jakarta/poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/build.xml?view=diff&rev=490829&r1=490828&r2=490829
==============================================================================
--- jakarta/poi/trunk/build.xml (original)
+++ jakarta/poi/trunk/build.xml Thu Dec 28 13:28:03 2006
@@ -807,6 +807,7 @@
 			<fileset dir="${main.output.dir}" />
 			<fileset dir="${contrib.output.dir}" />
 			<fileset dir="${scratchpad.output.dir}" />
+			<fileset dir="legal/" />
         </jar>
 
 		<!-- Build a Jar file of all the source files -->
@@ -825,6 +826,7 @@
 			<fileset dir="${main.src}" includes="**/*.java" />
 			<fileset dir="${contrib.src}" includes="**/*.java" />
 			<fileset dir="${scratchpad.src}" includes="**/*.java" />
+			<fileset dir="legal/" />
         </jar>
 
 		<!-- Build the pom -->



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/