From 3b2be4a9b374de1f3840b01b25db49f91330bf96 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Tue, 23 Aug 2016 15:44:02 -0400 Subject: [PATCH] added .project file --- .classpath | 8 ++++++++ .gitignore | 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..cefbd63 --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gitignore b/.gitignore index 32858aa..a031ac2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/bin/ diff --git a/.project b/.project new file mode 100644 index 0000000..775687b --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + iieHardcoreWorld + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +