You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2010/10/26 06:09:23 UTC

svn commit: r1027360 - /forrest/trunk/main/build.xml

Author: crossley
Date: Tue Oct 26 04:09:22 2010
New Revision: 1027360

URL: http://svn.apache.org/viewvc?rev=1027360&view=rev
Log:
Add our top-level LICENSE and NOTICE to the forrest jar.

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1027360&r1=1027359&r2=1027360&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Oct 26 04:09:22 2010
@@ -498,7 +498,8 @@ Remove any build directories in a tree b
     <jar destfile="${build.dir}/xml-forrest.jar">
       <fileset dir="${build.classes}"/>
       <fileset file="${forrest.core}/webapp/WEB-INF/ehcache.xml"/>
- 
+      <fileset file="${forrest.home}/LICENSE.txt"/>
+      <fileset file="${forrest.home}/NOTICE.txt"/>
       <manifest>
         <section name="org/apache/forrest/">
           <attribute name="Comment" value="Support classes for Apache Forrest"/>