From 4efded763a7f83ce51f5aa00406ba94e829fc8e7 Mon Sep 17 00:00:00 2001 From: tmccrary Date: Tue, 20 Jan 2009 22:57:24 -0500 Subject: [PATCH] Added Eclipse project nature metafiles, so that twl will show up as a 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. --- .classpath | 8 ++++++++ .hgignore | 1 + .project | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..dc108f4 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.hgignore b/.hgignore index 2f945c3..8976c3b 100644 --- a/.hgignore +++ b/.hgignore @@ -3,3 +3,4 @@ \.chg\..*$ \.rej$ \.conflict\~$ + diff --git a/.project b/.project new file mode 100644 index 0000000..b61d6f4 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + twl + Cloned from ssh://hg.l33tlabs.org//srv/hg/twl + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +