From abab67886f897729eddd1ebce103921fae0490e2 Mon Sep 17 00:00:00 2001 From: pahimar Date: Wed, 18 Sep 2013 21:38:50 -0400 Subject: [PATCH] Move back the gitignore, and add pointers to the files again --- eclipse/.gitignore => .gitignore | 3 ++- eclipse/.project | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) rename eclipse/.gitignore => .gitignore (58%) diff --git a/eclipse/.gitignore b/.gitignore similarity index 58% rename from eclipse/.gitignore rename to .gitignore index 4a286b29..e0dde055 100644 --- a/eclipse/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .classpath .project private.properties -environment.properties \ No newline at end of file +environment.properties +/eclipse \ No newline at end of file diff --git a/eclipse/.project b/eclipse/.project index bca67cab..9a075cf3 100644 --- a/eclipse/.project +++ b/eclipse/.project @@ -16,16 +16,46 @@ org.eclipse.jdt.core.javanature + + build.properties + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/build.properties + + + build.xml + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/build.xml + common 2 WORKSPACE_LOC/Equivalent-Exchange-3/common + + environment.properties + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/environment.properties + + + environment.properties_sample + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/environment.properties_sample + + + private.properties + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/private.properties + resources 2 WORKSPACE_LOC/Equivalent-Exchange-3/resources + + version.xml + 1 + WORKSPACE_LOC/Equivalent-Exchange-3/version.xml +