cziegeler 01/11/26 01:05:02
Modified: . Tag: cocoon_20_branch build.xml
Log:
Patches to build system inspired by Jeff Turner [[EMAIL PROTECTED]]
Revision Changes Path
No revision
No revision
1.8.2.69 +8 -9 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.8.2.68
retrieving revision 1.8.2.69
diff -u -r1.8.2.68 -r1.8.2.69
--- build.xml 2001/11/26 08:56:30 1.8.2.68
+++ build.xml 2001/11/26 09:05:02 1.8.2.69
@@ -323,17 +323,17 @@
<target name="php-warn" unless="php.present" depends="optional-tests"
description="Outputs a warning if net.php.* classes are missing during
compilation">
<antcall target="op-warning">
- <param name="thing" value="Php"/>
+ <param name="thing" value="PHP"/>
<param name="recovery"
- value="Get the php servlet and place the jar in the lib dir"/>
+ value="Get the PHP servlet and place the jar in the lib dir"/>
<param name="message"
- value="Php is required for the php generator."/>
+ value="PHP is required for the php generator."/>
</antcall>
</target>
<target name="naming-warn" unless="naming.present" depends="optional-tests"
description="Outputs a warning if javax.naming.* classes are missing during
compilation">
<antcall target="op-warning">
- <param name="thing" value="JDNI"/>
+ <param name="thing" value="JNDI"/>
<param name="recovery"
value="Get the jndi.jar from Sun and place the jar in the lib dir"/>
<param name="message"
@@ -992,11 +992,10 @@
<chmod perm="+x" file="${dist.src.dir}/run.sh"/>
<chmod perm="+x" file="${dist.src.dir}/build.sh"/>
<chmod perm="+x" file="${dist.src.dir}/bin/antRun"/>
- <fixcrlf srcdir="${dist.src.dir}" includes="run.sh" eol="lf"/>
- <fixcrlf srcdir="${dist.src.dir}" includes="run.bat" eol="crlf"/>
- <fixcrlf srcdir="${dist.src.dir}" includes="build.sh" eol="lf"/>
- <fixcrlf srcdir="${dist.src.dir}" includes="build.bat" eol="crlf"/>
- </target>
+ <fixcrlf srcdir="${dist.src.dir}" includes="**.sh" eol="lf"/>
+ <fixcrlf srcdir="${dist.src.dir}" includes="antRun" eol="lf"/>
+ <fixcrlf srcdir="${dist.src.dir}" includes="**.bat" eol="crlf"/>
+ </target>
<!-- =================================================================== -->
<!-- Packages the source distribution as .zip -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]