Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

testing pull request #34

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions src/sample/java/project/Test_File_2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
line one
line two
line three
line four
line five
line six
line seven
4 changes: 4 additions & 0 deletions src/sample/java/project/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
* An example Ant-based Java project.
*/
package sample.java.project;

public class TestClass {

}