stefano 2003/03/15 15:43:50
Modified: . build.xml
Log:
ops
Revision Changes Path
1.13 +3 -3 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 15 Mar 2003 23:38:37 -0000 1.12
+++ build.xml 15 Mar 2003 23:43:50 -0000 1.13
@@ -637,9 +637,9 @@
<copy file="${webapp}/sitemap.xmap" tofile="${build.webapp}/sitemap.xmap"/>
- <copy todir="${build.webapp}">
+ <copy todir="${build.webapp}/stylesheets">
<fileset dir="${webapp}/stylesheets">
- <include name="*.xslt"/>
+ <include name="**/*.xslt"/>
</fileset>
</copy>