[jboss-cvs] JBossAS SVN: r66797 - branches/JBPAPP_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 15:48:59 EST 2007


Author: rrajesh
Date: 2007-11-06 15:48:59 -0500 (Tue, 06 Nov 2007)
New Revision: 66797

Modified:
   branches/JBPAPP_4_2/build/build.xml
Log:
JBPAPP-400 Fix windows build

Modified: branches/JBPAPP_4_2/build/build.xml
===================================================================
--- branches/JBPAPP_4_2/build/build.xml	2007-11-06 18:38:53 UTC (rev 66796)
+++ branches/JBPAPP_4_2/build/build.xml	2007-11-06 20:48:59 UTC (rev 66797)
@@ -1427,14 +1427,14 @@
   <!-- <replace> does not break due to line termination inconsistencies -->
   <target name="fixEOL" depends="check.windows" if="is.windows">
     <echo message="Fixing EOL characters for multi-line text replacement on Windows"/>
-    <fixcrlf srcdir="${install.bin}" includes="run.conf" eol="crlf"/>
-    <fixcrlf srcdir="${install.bin}" includes="run.sh" eol="crlf"/>
-    <fixcrlf srcdir="${install.production}/deploy/uuid-key-generator.sar/META-INF" includes="jboss-service.xml" eol="crlf"/>
-    <fixcrlf srcdir="${install.production}/deploy-hasingleton/jms" includes="jbossmq-destinations-service.xml" eol="crlf"/>
-    <fixcrlf srcdir="${install.production.conf}" includes="jboss-log4j.xml" eol="crlf"/>
-    <fixcrlf srcdir="${install.production.conf}" includes="jboss-minimal.xml" eol="crlf"/>
-    <fixcrlf srcdir="${install.production.conf}" includes="jboss-service.xml" eol="crlf"/>
-    <fixcrlf srcdir="${install.production}/deploy" includes="jbossjca-service.xml" eol="crlf"/>
+    <fixcrlf srcdir="../system/src/bin" includes="run.conf" eol="crlf"/>
+    <fixcrlf srcdir="../system/src/bin" includes="run.sh" eol="crlf"/>
+    <fixcrlf srcdir="../server/src/resources/uuid-key-generator/META-INF" includes="jboss-service.xml" eol="crlf"/>
+    <fixcrlf srcdir="../messaging/src/etc/server/default/deploy" includes="jbossmq-destinations-service.xml" eol="crlf"/>
+    <fixcrlf srcdir="../server/src/etc/conf/default" includes="jboss-log4j.xml" eol="crlf"/>
+    <fixcrlf srcdir="../server/src/etc/conf/default" includes="jboss-minimal.xml" eol="crlf"/>
+    <fixcrlf srcdir="../server/src/etc/conf/default" includes="jboss-service.xml" eol="crlf"/>
+    <fixcrlf srcdir="../connector/src/resources/jca-sar" includes="jbossjca-service.xml" eol="crlf"/>
     <fixcrlf srcdir="../server/src/main/org/jboss/metadata/serviceref" includes="ServiceRefDelegate.java" eol="crlf"/>
   </target>
 




More information about the jboss-cvs-commits mailing list