Author: crossley
Date: Wed Dec 14 22:02:29 2005
New Revision: 356980
URL: http://svn.apache.org/viewcvs?rev=356980&view=rev
Log:
Copy the generated locationmap for plugins.
Modified:
forrest/trunk/main/targets/webapp.xml
Modified: forrest/trunk/main/targets/webapp.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/targets/webapp.xml?rev=356980&r1=356979&r2=356980&view=diff
==============================================================================
--- forrest/trunk/main/targets/webapp.xml (original)
+++ forrest/trunk/main/targets/webapp.xml Wed Dec 14 22:02:29 2005
@@ -140,6 +140,10 @@
<copy toDir="${project.webapp}/project/build/tmp"
file="${project.temp-dir}/build-info.xml"/>
+ <!-- Copy the generated locationmap for plugins -->
+ <copy toDir="${project.webapp}/project/build/tmp"
+ file="${project.temp-dir}/locationmap.xml"/>
+
<!-- Grab the plugin xmaps as these are no longer in the
plugins-dir.