From 739ecfdea39b348cef5f3b2323792b2a5c3eff69 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Feb 2014 23:07:49 -0500 Subject: [PATCH] commit Eclipse project files to make it easier for others to start Having the pre-configured Eclipse files in git will make it easier for other people to work with FDroid in Eclipse, and should not affect anything else. The key files are .classpath and .project. The .settings/ folder is for user-specific settings, so its ignored. --- .classpath | 12 ++++++++++++ .gitignore | 3 +-- test/.classpath | 10 ++++++++++ test/.gitignore | 3 +-- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .classpath create mode 100644 test/.classpath diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..37a11b83e --- /dev/null +++ b/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index 8345f35d2..22273c3f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /local.properties -/.classpath /bin/ /gen/ /build/ @@ -7,6 +6,6 @@ /build.xml *~ /.idea/ -/.project /*.iml out +/.settings/ diff --git a/test/.classpath b/test/.classpath new file mode 100644 index 000000000..d585386c3 --- /dev/null +++ b/test/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/test/.gitignore b/test/.gitignore index 8345f35d2..22273c3f4 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,4 @@ /local.properties -/.classpath /bin/ /gen/ /build/ @@ -7,6 +6,6 @@ /build.xml *~ /.idea/ -/.project /*.iml out +/.settings/