Skip to content
This repository was 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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 {

}