Skip to content

Commit

Permalink
put in a base classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
stuckless committed Feb 2, 2014
1 parent 30b56f1 commit 7e516d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 7e516d4

Please sign in to comment.