jhm 2004/03/01 09:24:24 Modified: . build.xml Log: Make conform to used encoding. Revision Changes Path 1.414 +1 -1 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- build.xml 1 Mar 2004 15:10:37 -0000 1.413 +++ build.xml 1 Mar 2004 17:24:24 -0000 1.414 @@ -328,7 +328,7 @@ <patternset id="teststhatfail"> <!-- Property 'run.failing.tests' should force Ant to run these tests. --> - <!-- Because the whole patternset canīt be excluded, you have to add --> + <!-- Because the whole patternset can not be excluded, you have to add --> <!-- an unless-attribute on each exclude-element. --> <exclude unless="run.failing.tests" name="${optional.package}/BeanShellScriptTest.java"/> <exclude unless="run.failing.tests" name="${optional.package}/jdepend/JDependTest.java"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]