vgritsenko 02/02/10 08:38:04
Modified: . build.xml
Log:
javac required because it is default in cocoon.xconf
Revision Changes Path
1.165 +1 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- build.xml 9 Feb 2002 14:39:16 -0000 1.164
+++ build.xml 10 Feb 2002 16:38:04 -0000 1.165
@@ -1110,7 +1110,7 @@
<!-- =================================================================== -->
<!-- Copies the tools.jar to javac.jar in web-inf/lib -->
<!-- =================================================================== -->
- <target name="prepare-tools-lib" depends="package" if="tools.jar.present"
unless="pizza.present">
+ <target name="prepare-tools-lib" depends="package" if="tools.jar.present">
<!-- NOTE: java.home is normally set by the JVM to the /jre directory -->
<copy file="${tools.jar}" tofile="${build.war}/WEB-INF/lib/javac.jar"/>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]