diff --git a/project.properties b/project.properties index ba0d7cbb..e2a9b261 100644 --- a/project.properties +++ b/project.properties @@ -9,3 +9,7 @@ groupId = com.nullprogram project.url = http://nullprogram.com/blog/2010/10/04/ project.repo.url = https://github.com/skeeto/SampleJavaProject.git project.scm.url = https://github.com/skeeto/SampleJavaProject +# test line 1 +# test push +# test push again +# chg sublime text \ No newline at end of file diff --git a/src/sample/java/project/Test_File_2.txt b/src/sample/java/project/Test_File_2.txt new file mode 100644 index 00000000..75f21499 --- /dev/null +++ b/src/sample/java/project/Test_File_2.txt @@ -0,0 +1,7 @@ +line one +line two +line three +line four +line five +line six +line seven \ No newline at end of file diff --git a/src/sample/java/project/package-info.java b/src/sample/java/project/package-info.java index a7fef0ef..9ed32aad 100644 --- a/src/sample/java/project/package-info.java +++ b/src/sample/java/project/package-info.java @@ -2,3 +2,7 @@ * An example Ant-based Java project. */ package sample.java.project; + +public class TestClass { + +}