@@ -19,7 +19,7 @@ is divided into following sections:
1919 - cleanup
2020
2121 -->
22- <project xmlns : j2seproject1 =" http://www.netbeans.org/ns/j2se-project/1" xmlns : j2seproject3 =" http://www.netbeans.org/ns/j2se-project/3" xmlns : jaxrpc =" http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir =" .." default =" default" name =" Hack_Bar -impl" >
22+ <project xmlns : j2seproject1 =" http://www.netbeans.org/ns/j2se-project/1" xmlns : j2seproject3 =" http://www.netbeans.org/ns/j2se-project/3" xmlns : jaxrpc =" http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir =" .." default =" default" name =" HackBar -impl" >
2323 <fail message =" Please build using Ant 1.8.0 or higher." >
2424 <condition >
2525 <not >
@@ -443,7 +443,7 @@ is divided into following sections:
443443 </fileset >
444444 </union >
445445 <taskdef classname =" org.testng.TestNGAntTask" classpath =" ${run.test.classpath}" name =" testng" />
446- <testng classfilesetref =" test.set" failureProperty =" tests.failed" listeners =" org.testng.reporters.VerboseReporter" methods =" ${testng.methods.arg}" mode =" ${testng.mode}" outputdir =" ${build.test.results.dir}" suitename =" Hack_Bar " testname =" TestNG tests" workingDir =" ${work.dir}" >
446+ <testng classfilesetref =" test.set" failureProperty =" tests.failed" listeners =" org.testng.reporters.VerboseReporter" methods =" ${testng.methods.arg}" mode =" ${testng.mode}" outputdir =" ${build.test.results.dir}" suitename =" HackBar " testname =" TestNG tests" workingDir =" ${work.dir}" >
447447 <xmlfileset dir =" ${build.test.classes.dir}" includes =" @{testincludes}" />
448448 <propertyset >
449449 <propertyref prefix =" test-sys-prop." />
@@ -594,7 +594,7 @@ is divided into following sections:
594594 <condition else =" -testclass @{testClass}" property =" test.class.or.method" value =" -methods @{testClass}.@{testMethod}" >
595595 <isset property =" test.method" />
596596 </condition >
597- <condition else =" -suitename Hack_Bar -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
597+ <condition else =" -suitename HackBar -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
598598 <matches pattern =" .*\.xml" string =" @{testClass}" />
599599 </condition >
600600 <delete dir =" ${build.test.results.dir}" quiet =" true" />
@@ -886,7 +886,7 @@ is divided into following sections:
886886 <delete file =" ${built-jar.properties}" quiet =" true" />
887887 </target >
888888 <target if =" already.built.jar.${basedir}" name =" -warn-already-built-jar" >
889- <echo level =" warn" message =" Cycle detected: Hack_Bar was already built" />
889+ <echo level =" warn" message =" Cycle detected: HackBar was already built" />
890890 </target >
891891 <target depends =" init,-deps-jar-init" name =" deps-jar" unless =" no.deps" >
892892 <mkdir dir =" ${build.dir}" />
@@ -1371,7 +1371,7 @@ is divided into following sections:
13711371 <delete file =" ${built-clean.properties}" quiet =" true" />
13721372 </target >
13731373 <target if =" already.built.clean.${basedir}" name =" -warn-already-built-clean" >
1374- <echo level =" warn" message =" Cycle detected: Hack_Bar was already built" />
1374+ <echo level =" warn" message =" Cycle detected: HackBar was already built" />
13751375 </target >
13761376 <target depends =" init,-deps-clean-init" name =" deps-clean" unless =" no.deps" >
13771377 <mkdir dir =" ${build.dir}" />
0 commit comments