stefano 2003/03/15 15:38:37
Modified: . build.xml
Log:
forgot to add the system stylesheets
Revision Changes Path
1.12 +8 -2 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 15 Mar 2003 23:27:39 -0000 1.11
+++ build.xml 15 Mar 2003 23:38:37 -0000 1.12
@@ -636,7 +636,13 @@
<copy file="${resources.styles}/cocoon.css"
tofile="${build.webapp}/resources/styles/cocoon.css"/>
<copy file="${webapp}/sitemap.xmap" tofile="${build.webapp}/sitemap.xmap"/>
-
+
+ <copy todir="${build.webapp}">
+ <fileset dir="${webapp}/stylesheets">
+ <include name="*.xslt"/>
+ </fileset>
+ </copy>
+
<copy todir="${build.webapp}/WEB-INF" filtering="on">
<fileset dir="${webapp}/WEB-INF">
<include name="entities/**"/>