You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/24 02:05:00 UTC

svn commit: rev 10209 - xml/forrest/branches/copyless/src/core/targets

Author: nicolaken
Date: Fri Apr 23 17:04:59 2004
New Revision: 10209

Modified:
   xml/forrest/branches/copyless/src/core/targets/webapp.xml
Log:
Also copy the forrest jar

Modified: xml/forrest/branches/copyless/src/core/targets/webapp.xml
==============================================================================
--- xml/forrest/branches/copyless/src/core/targets/webapp.xml	(original)
+++ xml/forrest/branches/copyless/src/core/targets/webapp.xml	Fri Apr 23 17:04:59 2004
@@ -105,6 +105,12 @@
       </fileset>
     </copy>
     
+    <copy todir="${project.webapp}/WEB-INF/lib">
+      <fileset dir="${forrest.build.lib-dir}">
+        <include name="**.jar"/>
+      </fileset>
+    </copy>
+                  
     <copy toDir="${project.webapp}/WEB-INF/classes">
       <fileset dir="${forrest.home}/context/WEB-INF/classes"/>
     </copy>