From cefaa04af6956c483805f277d55a1cdeea890426 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Oct 2014 20:38:16 +0200 Subject: [PATCH] Basic setup + adding libraries --- .classpath | 6 ++++++ .gitignore | 1 + .project | 17 +++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 .classpath create mode 100644 .gitignore create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..2061450 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..840e7d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/classes/ diff --git a/.project b/.project new file mode 100644 index 0000000..0abd637 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + inputConsole + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +