@@ -19,7 +19,7 @@ is divided into following sections:
19
19
- cleanup
20
20
21
21
-->
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 =" Threaded_SC -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 =" ClusterComputing -impl" >
23
23
<fail message =" Please build using Ant 1.8.0 or higher." >
24
24
<condition >
25
25
<not >
@@ -449,7 +449,7 @@ is divided into following sections:
449
449
</fileset >
450
450
</union >
451
451
<taskdef classname =" org.testng.TestNGAntTask" classpath =" ${run.test.classpath}" name =" testng" />
452
- <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 =" Threaded_SC " testname =" TestNG tests" workingDir =" ${work.dir}" >
452
+ <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 =" ClusterComputing " testname =" TestNG tests" workingDir =" ${work.dir}" >
453
453
<xmlfileset dir =" ${build.test.classes.dir}" includes =" @{testincludes}" />
454
454
<propertyset >
455
455
<propertyref prefix =" test-sys-prop." />
@@ -600,7 +600,7 @@ is divided into following sections:
600
600
<condition else =" -testclass @{testClass}" property =" test.class.or.method" value =" -methods @{testClass}.@{testMethod}" >
601
601
<isset property =" test.method" />
602
602
</condition >
603
- <condition else =" -suitename Threaded_SC -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
603
+ <condition else =" -suitename ClusterComputing -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
604
604
<matches pattern =" .*\.xml" string =" @{testClass}" />
605
605
</condition >
606
606
<delete dir =" ${build.test.results.dir}" quiet =" true" />
@@ -892,7 +892,7 @@ is divided into following sections:
892
892
<delete file =" ${built-jar.properties}" quiet =" true" />
893
893
</target >
894
894
<target if =" already.built.jar.${basedir}" name =" -warn-already-built-jar" >
895
- <echo level =" warn" message =" Cycle detected: Threaded_SC was already built" />
895
+ <echo level =" warn" message =" Cycle detected: ClusterComputing was already built" />
896
896
</target >
897
897
<target depends =" init,-deps-jar-init" name =" deps-jar" unless =" no.deps" >
898
898
<mkdir dir =" ${build.dir}" />
@@ -1377,7 +1377,7 @@ is divided into following sections:
1377
1377
<delete file =" ${built-clean.properties}" quiet =" true" />
1378
1378
</target >
1379
1379
<target if =" already.built.clean.${basedir}" name =" -warn-already-built-clean" >
1380
- <echo level =" warn" message =" Cycle detected: Threaded_SC was already built" />
1380
+ <echo level =" warn" message =" Cycle detected: ClusterComputing was already built" />
1381
1381
</target >
1382
1382
<target depends =" init,-deps-clean-init" name =" deps-clean" unless =" no.deps" >
1383
1383
<mkdir dir =" ${build.dir}" />
0 commit comments