Author: rgardler
Date: Thu Aug 30 16:11:23 2007
New Revision: 571340
URL: http://svn.apache.org/viewvc?rev=571340&view=rev
Log:
content object files should overwrite defaults
Modified:
forrest/trunk/whiteboard/forrest2/forrest2-webapp/build.xml
Modified: forrest/trunk/whiteboard/forrest2/forrest2-webapp/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/forrest2-webapp/build.xml?rev=571340&r1=571339&r2=571340&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest2/forrest2-webapp/build.xml (original)
+++ forrest/trunk/whiteboard/forrest2/forrest2-webapp/build.xml Thu Aug 30
16:11:23 2007
@@ -32,7 +32,9 @@
<import file="${ivy.repository.dir}/build-scripts/common-webapp.xml"/>
<target name="post-deploy-webapp">
- <copy
todir="${serveltEngine.webapp.dir}/${ant.project.name}/WEB-INF/classes">
+ <echo>Content object dir: ${content.object.dir}</echo>
+ <copy
todir="${serveltEngine.webapp.dir}/${ant.project.name}/WEB-INF/classes"
+ overwrite="yes">
<fileset dir="${content.object.dir}/src" />
</copy>
</target>