cziegeler 01/07/23 01:56:54
Modified: . build.xml
Log:
Fixing dist generation: The database connection must not be included in the dist, it
must be set when building cocoon
Revision Changes Path
1.39 +5 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.xml 2001/07/20 10:07:41 1.38
+++ build.xml 2001/07/23 08:56:54 1.39
@@ -862,6 +862,11 @@
<copy todir="${dist.dir}/webapp">
<fileset dir="${build.war}"/>
</copy>
+ <!-- Fix for web.xml, cocoon.xconf and sitemap.xmap -->
+ <copy file="${webapp.dir}/cocoon.xconf"
tofile="${dist.dir}/webapp/cocoon.xconf" filtering="off" overwrite="yes"/>
+ <copy file="${webapp.dir}/sitemap.xmap"
tofile="${dist.dir}/webapp/sitemap.xmap" filtering="off" overwrite="yes"/>
+ <copy file="${webapp.dir}/WEB-INF/web.xml"
tofile="${dist.dir}/webapp/WEB-INF/web.xml" filtering="off" overwrite="yes"/>
+
<copy todir="${dist.dir}/bin">
<fileset dir="${bin.dir}"/>
</copy>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]