@@ -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 =" StackWithSinglyLinkedList -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 =" StackQueueWithSinglyLinkedList -impl" >
23
23
<fail message =" Please build using Ant 1.8.0 or higher." >
24
24
<condition >
25
25
<not >
@@ -440,7 +440,7 @@ is divided into following sections:
440
440
</fileset >
441
441
</union >
442
442
<taskdef classname =" org.testng.TestNGAntTask" classpath =" ${run.test.classpath}" name =" testng" />
443
- <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 =" StackWithSinglyLinkedList " testname =" TestNG tests" workingDir =" ${work.dir}" >
443
+ <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 =" StackQueueWithSinglyLinkedList " testname =" TestNG tests" workingDir =" ${work.dir}" >
444
444
<xmlfileset dir =" ${build.test.classes.dir}" includes =" @{testincludes}" />
445
445
<propertyset >
446
446
<propertyref prefix =" test-sys-prop." />
@@ -591,7 +591,7 @@ is divided into following sections:
591
591
<condition else =" -testclass @{testClass}" property =" test.class.or.method" value =" -methods @{testClass}.@{testMethod}" >
592
592
<isset property =" test.method" />
593
593
</condition >
594
- <condition else =" -suitename StackWithSinglyLinkedList -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
594
+ <condition else =" -suitename StackQueueWithSinglyLinkedList -testname @{testClass} ${test.class.or.method}" property =" testng.cmd.args" value =" @{testClass}" >
595
595
<matches pattern =" .*\.xml" string =" @{testClass}" />
596
596
</condition >
597
597
<delete dir =" ${build.test.results.dir}" quiet =" true" />
@@ -883,7 +883,7 @@ is divided into following sections:
883
883
<delete file =" ${built-jar.properties}" quiet =" true" />
884
884
</target >
885
885
<target if =" already.built.jar.${basedir}" name =" -warn-already-built-jar" >
886
- <echo level =" warn" message =" Cycle detected: StackWithSinglyLinkedList was already built" />
886
+ <echo level =" warn" message =" Cycle detected: StackQueueWithSinglyLinkedList was already built" />
887
887
</target >
888
888
<target depends =" init,-deps-jar-init" name =" deps-jar" unless =" no.deps" >
889
889
<mkdir dir =" ${build.dir}" />
@@ -1365,7 +1365,7 @@ is divided into following sections:
1365
1365
<delete file =" ${built-clean.properties}" quiet =" true" />
1366
1366
</target >
1367
1367
<target if =" already.built.clean.${basedir}" name =" -warn-already-built-clean" >
1368
- <echo level =" warn" message =" Cycle detected: StackWithSinglyLinkedList was already built" />
1368
+ <echo level =" warn" message =" Cycle detected: StackQueueWithSinglyLinkedList was already built" />
1369
1369
</target >
1370
1370
<target depends =" init,-deps-clean-init" name =" deps-clean" unless =" no.deps" >
1371
1371
<mkdir dir =" ${build.dir}" />
0 commit comments