giacomo 2003/04/25 08:14:47
Modified: tools/src blocks-build.xsl
Log:
Since XMLForm has become a block we need to include *.js files into the jar
as well
Revision Changes Path
1.15 +1 -0 cocoon-2.1/tools/src/blocks-build.xsl
Index: blocks-build.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/src/blocks-build.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -b -u -r1.14 -r1.15
--- blocks-build.xsl 17 Apr 2003 09:36:09 -0000 1.14
+++ blocks-build.xsl 25 Apr 2003 15:14:47 -0000 1.15
@@ -177,6 +177,7 @@
<copy filtering="on"
todir="{string('${build.blocks}')}/{$block-name}/dest">
<fileset dir="{string('${blocks}')}/{$block-name}/java">
<include name="**/*.xsl"/>
+ <include name="**/*.js"/>
</fileset>
</copy>