michaelm 2003/03/11 03:15:09
Modified: . build.xml
Log:
Fixed minor bug in build.xml which didnt allow the webapp to build
Revision Changes Path
1.7 +2 -2 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 11 Mar 2003 02:38:59 -0000 1.6
+++ build.xml 11 Mar 2003 11:15:09 -0000 1.7
@@ -612,7 +612,7 @@
<copy file="${webapp}/sitemap.xmap" tofile="${build.webapp}/sitemap.xmap"/>
<copy todir="${build.webapp}/stylesheets" filtering="on">
- <fileset dir="${webapp}/stylesheets">
+ <fileset dir="${webapp.samples}/stylesheets">
<include name="*.xsl*"/>
</fileset>
</copy>