Skip to content

Commit

Permalink
make Eclipse happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjo1970 committed Sep 11, 2010
1 parent c3ac83f commit e463b94
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="classes" path="src"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="/Users/rj/git/dumbster/lib/activation.jar"/>
<classpathentry kind="lib" path="/Users/rj/git/dumbster/lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="/Users/rj/git/dumbster/lib/mail.jar"/>
<classpathentry kind="con" path="/Users/rj/git/dumbster/build/classes"/>
<classpathentry kind="output" path="bin"/>
</classpath>
24 changes: 24 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>dumbster</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<linkedResources>
<link>
<name>classes</name>
<type>2</type>
<location>/Users/rj/git/dumbster/build/classes</location>
</link>
</linkedResources>
</projectDescription>

0 comments on commit e463b94

Please sign in to comment.