Skip to content

Commit

Permalink
Added Eclipse project nature metafiles, so that twl will show up as a…
Browse files Browse the repository at this point in the history
… Java project within Eclipse when checked out, as well as classpath definitions. Modified .hgignore to ignore the bin folder, used as output for Eclipse's incremental compiler.
  • Loading branch information
tmccrary committed Jan 21, 2009
1 parent cc0db75 commit 4efded7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/lwjgl.jar"/>
<classpathentry kind="lib" path="libs/xpp3-1.1.3_8.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
\.chg\..*$
\.rej$
\.conflict\~$

17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>twl</name>
<comment>Cloned from ssh://hg.l33tlabs.org//srv/hg/twl</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>
</projectDescription>

0 comments on commit 4efded7

Please sign in to comment.