[Nice-commit] Nice build.xml,1.11,1.12
Brought to you by:
bonniot
|
From: Artem Gr K. <ar...@us...> - 2005-05-06 08:37:11
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3723 Modified Files: build.xml Log Message: Formatting changed a bit. Index: build.xml =================================================================== RCS file: /cvsroot/nice/Nice/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.xml 18 Apr 2005 10:37:42 -0000 1.11 --- build.xml 6 May 2005 08:37:01 -0000 1.12 *************** *** 23,28 **** debug="on" optimize="yes" ! compiler="${compiler}" ! /> </sequential> </macrodef> --- 23,27 ---- debug="on" optimize="yes" ! compiler="${compiler}" /> </sequential> </macrodef> *************** *** 36,41 **** debug="on" optimize="yes" ! compiler="${compiler}" ! > <include /> </javac> --- 35,39 ---- debug="on" optimize="yes" ! compiler="${compiler}"> <include /> </javac> *************** *** 51,56 **** fork="yes" classpath="@{runtime}" ! classname="nice.tools.compiler.console.dispatch" ! > <jvmarg line="${jvmArgs}" /> <arg value="--sourcepath" /> --- 49,53 ---- fork="yes" classpath="@{runtime}" ! classname="nice.tools.compiler.console.dispatch"> <jvmarg line="${jvmArgs}" /> <arg value="--sourcepath" /> *************** *** 73,78 **** fork="yes" classpath="@{runtime}" ! classname="nice.tools.compiler.console.dispatch" ! > <jvmarg line="${jvmArgs}" /> <arg value="--sourcepath" /> --- 70,74 ---- fork="yes" classpath="@{runtime}" ! classname="nice.tools.compiler.console.dispatch"> <jvmarg line="${jvmArgs}" /> <arg value="--sourcepath" /> *************** *** 107,112 **** <move file="src/bossa/syntax/dispatch.java.bootstrap" tofile="src/bossa/syntax/dispatch.java" ! failonerror="no" ! /> <mac-javac-single includes="nice/tools/util/System.java" /> <mac-nicec-old package="nice.tools.repository" args="-R" /> --- 103,107 ---- <move file="src/bossa/syntax/dispatch.java.bootstrap" tofile="src/bossa/syntax/dispatch.java" ! failonerror="no" /> <mac-javac-single includes="nice/tools/util/System.java" /> <mac-nicec-old package="nice.tools.repository" args="-R" /> *************** *** 131,136 **** <move file="src/bossa/syntax/dispatch.java" tofile="src/bossa/syntax/dispatch.java.bootstrap" ! failonerror="no" ! /> <delete file="${build}/bossa/syntax/dispatch.class" /> <mac-nicec-old package="bossa.syntax" args="-r" /> --- 126,130 ---- <move file="src/bossa/syntax/dispatch.java" tofile="src/bossa/syntax/dispatch.java.bootstrap" ! failonerror="no" /> <delete file="${build}/bossa/syntax/dispatch.class" /> <mac-nicec-old package="bossa.syntax" args="-r" /> *************** *** 211,216 **** <target name="compiler1" depends="core-bootstrap,javacc,parser,recompile,setDate,compiler" ! description="build intermediate compiler" ! /> <target name="compiler2" depends="initialize"> <!-- Rebuild the compiler with itself. --> --- 205,209 ---- <target name="compiler1" depends="core-bootstrap,javacc,parser,recompile,setDate,compiler" ! description="build intermediate compiler" /> <target name="compiler2" depends="initialize"> <!-- Rebuild the compiler with itself. --> *************** *** 277,282 **** classname="nice.tools.testsuite.TestNice" fork="yes" ! failonerror="${checkFail}" ! > <jvmarg line="${jvmArgs}" /> <arg value="testsuite/compiler" /> --- 270,274 ---- classname="nice.tools.testsuite.TestNice" fork="yes" ! failonerror="${checkFail}"> <jvmarg line="${jvmArgs}" /> <arg value="testsuite/compiler" /> *************** *** 287,292 **** classname="nice.tools.testsuite.TestNice" fork="yes" ! failonerror="${checkFail}" ! > <jvmarg line="${jvmArgs}" /> <arg value="testsuite/lib" /> --- 279,283 ---- classname="nice.tools.testsuite.TestNice" fork="yes" ! failonerror="${checkFail}"> <jvmarg line="${jvmArgs}" /> <arg value="testsuite/lib" /> *************** *** 298,303 **** classname="nice.tools.testsuite.dispatch" fork="yes" ! failonerror="${checkFail}" ! > <jvmarg line="${jvmArgs}" /> </java> --- 289,293 ---- classname="nice.tools.testsuite.dispatch" fork="yes" ! failonerror="${checkFail}"> <jvmarg line="${jvmArgs}" /> </java> *************** *** 334,339 **** <move file="src/bossa/syntax/dispatch.java" tofile="src/bossa/syntax/dispatch.java.bootstrap" ! failonerror="no" ! /> </target> </project> --- 324,328 ---- <move file="src/bossa/syntax/dispatch.java" tofile="src/bossa/syntax/dispatch.java.bootstrap" ! failonerror="no" /> </target> </project> |