Skip to content

Commit 8b38760

Browse files
Project folder name changed as queue also implemented
1 parent be7d9ee commit 8b38760

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

LinkedList/StackWithSinglyLinkedList/build.xml renamed to LinkedList/StackQueueWithSinglyLinkedList/build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<!-- the Compile on Save feature is turned off for the project. -->
88
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
99
<!-- in the project's Project Properties dialog box.-->
10-
<project name="StackWithSinglyLinkedList" default="default" basedir=".">
11-
<description>Builds, tests, and runs the project StackWithSinglyLinkedList.</description>
10+
<project name="StackQueueWithSinglyLinkedList" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project StackQueueWithSinglyLinkedList.</description>
1212
<import file="nbproject/build-impl.xml"/>
1313
<!--
1414
@@ -58,7 +58,7 @@
5858
5959
An example of overriding the target for project execution could look like this:
6060
61-
<target name="run" depends="StackWithSinglyLinkedList-impl.jar">
61+
<target name="run" depends="StackQueueWithSinglyLinkedList-impl.jar">
6262
<exec dir="bin" executable="launcher.exe">
6363
<arg file="${dist.jar}"/>
6464
</exec>

LinkedList/StackWithSinglyLinkedList/nbproject/build-impl.xml renamed to LinkedList/StackQueueWithSinglyLinkedList/nbproject/build-impl.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -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="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">
2323
<fail message="Please build using Ant 1.8.0 or higher.">
2424
<condition>
2525
<not>
@@ -440,7 +440,7 @@ is divided into following sections:
440440
</fileset>
441441
</union>
442442
<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}">
444444
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
445445
<propertyset>
446446
<propertyref prefix="test-sys-prop."/>
@@ -591,7 +591,7 @@ is divided into following sections:
591591
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
592592
<isset property="test.method"/>
593593
</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}">
595595
<matches pattern=".*\.xml" string="@{testClass}"/>
596596
</condition>
597597
<delete dir="${build.test.results.dir}" quiet="true"/>
@@ -883,7 +883,7 @@ is divided into following sections:
883883
<delete file="${built-jar.properties}" quiet="true"/>
884884
</target>
885885
<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"/>
887887
</target>
888888
<target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
889889
<mkdir dir="${build.dir}"/>
@@ -1365,7 +1365,7 @@ is divided into following sections:
13651365
<delete file="${built-clean.properties}" quiet="true"/>
13661366
</target>
13671367
<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"/>
13691369
</target>
13701370
<target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
13711371
<mkdir dir="${build.dir}"/>
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=c22e9069
2-
build.xml.script.CRC32=cde96998
1+
build.xml.data.CRC32=66060602
2+
build.xml.script.CRC32=0ab09b61
33
build.xml.stylesheet.CRC32=[email protected]
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=c22e9069
7-
nbproject/build-impl.xml.script.CRC32=c1a4c346
6+
nbproject/build-impl.xml.data.CRC32=66060602
7+
nbproject/build-impl.xml.script.CRC32=7fa626b6
88
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]

LinkedList/StackWithSinglyLinkedList/nbproject/project.properties renamed to LinkedList/StackQueueWithSinglyLinkedList/nbproject/project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ debug.test.classpath=\
2424
dist.archive.excludes=
2525
# This directory is removed when the project is cleaned:
2626
dist.dir=dist
27-
dist.jar=${dist.dir}/StackWithSinglyLinkedList.jar
27+
dist.jar=${dist.dir}/StackQueueWithSinglyLinkedList.jar
2828
dist.javadoc.dir=${dist.dir}/javadoc
2929
excludes=
3030
includes=**
@@ -53,7 +53,7 @@ javadoc.splitindex=true
5353
javadoc.use=true
5454
javadoc.version=false
5555
javadoc.windowtitle=
56-
main.class=stackwithsinglylinkedlist.StackWithSinglyLinkedList
56+
main.class=stackqueuewithsinglylinkedlist.StackWithSinglyLinkedList
5757
manifest.file=manifest.mf
5858
meta.inf.dir=${src.dir}/META-INF
5959
mkdist.disabled=false

LinkedList/StackWithSinglyLinkedList/nbproject/project.xml renamed to LinkedList/StackQueueWithSinglyLinkedList/nbproject/project.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<type>org.netbeans.modules.java.j2seproject</type>
44
<configuration>
55
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
6-
<name>StackWithSinglyLinkedList</name>
6+
<name>StackQueueWithSinglyLinkedList</name>
77
<source-roots>
88
<root id="src.dir"/>
99
</source-roots>

LinkedList/StackWithSinglyLinkedList/src/stackwithsinglylinkedlist/Queue.java renamed to LinkedList/StackQueueWithSinglyLinkedList/src/stackqueuewithsinglylinkedlist/Queue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66

7-
package stackwithsinglylinkedlist;
7+
package stackqueuewithsinglylinkedlist;
88

99
import java.util.EmptyStackException;
1010

LinkedList/StackWithSinglyLinkedList/src/stackwithsinglylinkedlist/SinglyNode.java renamed to LinkedList/StackQueueWithSinglyLinkedList/src/stackqueuewithsinglylinkedlist/SinglyNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66

7-
package stackwithsinglylinkedlist;
7+
package stackqueuewithsinglylinkedlist;
88

99
/**
1010
*

LinkedList/StackWithSinglyLinkedList/src/stackwithsinglylinkedlist/Stack.java renamed to LinkedList/StackQueueWithSinglyLinkedList/src/stackqueuewithsinglylinkedlist/Stack.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66

7-
package stackwithsinglylinkedlist;
7+
package stackqueuewithsinglylinkedlist;
88

99
import java.util.EmptyStackException;
1010

LinkedList/StackWithSinglyLinkedList/src/stackwithsinglylinkedlist/StackWithSinglyLinkedList.java renamed to LinkedList/StackQueueWithSinglyLinkedList/src/stackqueuewithsinglylinkedlist/StackWithSinglyLinkedList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66

7-
package stackwithsinglylinkedlist;
7+
package stackqueuewithsinglylinkedlist;
88

99
/**
1010
*

0 commit comments

Comments
 (0)