Author: thorsten
Date: Mon Oct 1 05:50:19 2007
New Revision: 580935
URL: http://svn.apache.org/viewvc?rev=580935&view=rev
Log:
FOR-1048
Adding forrest.properties.xml to be copied to the war.
Modified:
forrest/trunk/main/targets/webapp.xml
Modified: forrest/trunk/main/targets/webapp.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/targets/webapp.xml?rev=580935&r1=580934&r2=580935&view=diff
==============================================================================
--- forrest/trunk/main/targets/webapp.xml (original)
+++ forrest/trunk/main/targets/webapp.xml Mon Oct 1 05:50:19 2007
@@ -114,6 +114,7 @@
<copy toDir="${project.webapp}/project" overwrite="true"
failonerror="false">
<fileset dir="${project.home}">
<include name="forrest.properties"/>
+ <include name="forrest.properties.xml"/>
<include name="${project.status}"/>
<include name="${project.content-dir}/**"/>
</fileset>