diff --git a/Encapsulation_Inheritance_Polymorphism/pom.xml b/Encapsulation_Inheritance_Polymorphism/pom.xml deleted file mode 100644 index 43f962d..0000000 --- a/Encapsulation_Inheritance_Polymorphism/pom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - 4.0.0 - - org.example - Encapsulation_Inheritance_Polymorphism - 1.0-SNAPSHOT - jar - - untitled - http://maven.apache.org - - - UTF-8 - - - - - junit - junit - 3.8.1 - test - - - diff --git a/Encapsulation_Inheritance_Polymorphism/src/main/java/org/example/App.java b/Encapsulation_Inheritance_Polymorphism/src/main/java/org/example/App.java deleted file mode 100644 index 5f21d2e..0000000 --- a/Encapsulation_Inheritance_Polymorphism/src/main/java/org/example/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.example; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/Encapsulation_Inheritance_Polymorphism/src/test/java/org/example/AppTest.java b/Encapsulation_Inheritance_Polymorphism/src/test/java/org/example/AppTest.java deleted file mode 100644 index d5f435d..0000000 --- a/Encapsulation_Inheritance_Polymorphism/src/test/java/org/example/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.example; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} diff --git a/MyPic/pom.xml b/MyPic/pom.xml deleted file mode 100644 index 354d734..0000000 --- a/MyPic/pom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - 4.0.0 - - org.example - MyPic - 1.0-SNAPSHOT - jar - - project2 - http://maven.apache.org - - - UTF-8 - - - - - junit - junit - 3.8.1 - test - - - diff --git a/MyPic/src/main/java/org/example/App.java b/MyPic/src/main/java/org/example/App.java deleted file mode 100644 index 5f21d2e..0000000 --- a/MyPic/src/main/java/org/example/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.example; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/MyPic/src/test/java/org/example/AppTest.java b/MyPic/src/test/java/org/example/AppTest.java deleted file mode 100644 index d5f435d..0000000 --- a/MyPic/src/test/java/org/example/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.example; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} diff --git a/Person/pom.xml b/Person/pom.xml deleted file mode 100644 index 3bd59cf..0000000 --- a/Person/pom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - 4.0.0 - - org.example - Person - 1.0-SNAPSHOT - jar - - Person - http://maven.apache.org - - - UTF-8 - - - - - junit - junit - 3.8.1 - test - - - diff --git a/Person/src/main/java/org/example/App.java b/Person/src/main/java/org/example/App.java deleted file mode 100644 index 5f21d2e..0000000 --- a/Person/src/main/java/org/example/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.example; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/Person/src/test/java/org/example/AppTest.java b/Person/src/test/java/org/example/AppTest.java deleted file mode 100644 index d5f435d..0000000 --- a/Person/src/test/java/org/example/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.example; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} diff --git a/interface/pom.xml b/interface/pom.xml deleted file mode 100644 index c2b50d4..0000000 --- a/interface/pom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - 4.0.0 - - org.example - interface - 1.0-SNAPSHOT - jar - - interface - http://maven.apache.org - - - UTF-8 - - - - - junit - junit - 3.8.1 - test - - - diff --git a/interface/src/main/java/org/example/App.java b/interface/src/main/java/org/example/App.java deleted file mode 100644 index 5f21d2e..0000000 --- a/interface/src/main/java/org/example/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.example; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/interface/src/test/java/org/example/AppTest.java b/interface/src/test/java/org/example/AppTest.java deleted file mode 100644 index d5f435d..0000000 --- a/interface/src/test/java/org/example/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.example; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -}