From 99a063c9d5c5a6727118099d216e84ff4db8f217 Mon Sep 17 00:00:00 2001 From: Dave Moloney Date: Wed, 19 Aug 2015 14:24:57 +0100 Subject: [PATCH 1/2] Flipping source order to start with Java 8 / 7 --- koans/app/config/PathToEnlightenment.xml | 33 ++++++++++++------------ 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/koans/app/config/PathToEnlightenment.xml b/koans/app/config/PathToEnlightenment.xml index 6e0256ec..d603e4ed 100755 --- a/koans/app/config/PathToEnlightenment.xml +++ b/koans/app/config/PathToEnlightenment.xml @@ -1,12 +1,27 @@ - + + + + + + + + + + + + + + + + + - @@ -38,18 +53,4 @@ - - - - - - - - - - - - - - From 49d419a8b0c8bcaecd7fb618e3598da69c2a6c20 Mon Sep 17 00:00:00 2001 From: Dave Moloney Date: Thu, 20 Aug 2015 11:14:18 +0100 Subject: [PATCH 2/2] Adding .gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3a109ac2..0b115dde 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ koans/data* koans/app/data lib/file-compiler/bin koans/app/config/file_hashes.dat +*.iml +.idea/