stephan 2003/03/24 03:47:01
Modified: src/targets compile-build.xml
Log:
Merged change from the original build.xml
Revision Changes Path
1.7 +2 -2 cocoon-2.1/src/targets/compile-build.xml
Index: compile-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/compile-build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- compile-build.xml 24 Mar 2003 10:34:08 -0000 1.6
+++ compile-build.xml 24 Mar 2003 11:47:01 -0000 1.7
@@ -136,12 +136,12 @@
target="roles"/>
</target>
- <!-- compiles and packages a single block -->
+ <!-- compiles and packages a single block, used by Gump -->
<target name="block" depends="compile, prepare-blocks">
<ant antfile="${build.temp}/blocks-build.xml"
inheritAll="true"
inheritRefs="false"
- target="${block-name}-compile"/>
+ target="cocoon-block-${block-name}-compile"/>
</target>
<!-- compiles and packages all blocks -->