[OJB-developers] build.xml
Brought to you by:
thma
From: Chris G. <CGr...@de...> - 2002-04-11 21:11:43
|
Apologies for the previous empty email -- I thank Outlook. =3D) Could you apply the following patch to the build.xml file? This will fix the problem with the CodeSwitcher converting all files to DOS format every time it runs. Cheers, Chris Greenlee Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/objectbridge/ojb-1-0/build.xml,v retrieving revision 1.12 diff -u -r1.12 build.xml --- build.xml 8 Apr 2002 16:59:26 -0000 1.12 +++ build.xml 11 Apr 2002 21:08:41 -0000 @@ -48,6 +48,7 @@ <arg value=3D"${JDK}" /> <arg value=3D"${DEBUG}" /> </java> + <fixcrlf srcdir=3D"${source}" includes=3D"**/*.java" excludes=3D"**/CVS/**/*" /> </target> <!-- Delete all the directories created in prepare --> |