From 8e6b278a47e5ca9b54644ffc0983d50458e60d8a Mon Sep 17 00:00:00 2001 From: thermatk Date: Wed, 16 Oct 2013 00:10:36 +0400 Subject: [PATCH] include project files --- .classpath | 9 +++++++++ .gitignore | 9 --------- .project | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 .classpath create mode 100644 .project diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..7bc01d9 --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.gitignore b/.gitignore index 648a292..7d622a3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,15 +15,6 @@ gen/ # Local configuration file (sdk path, etc) local.properties -# Eclipse project files -.classpath -.project - # Proguard folder generated by Eclipse proguard/ -# Intellij project files -*.iml -*.ipr -*.iws -.idea/ diff --git a/.project b/.project new file mode 100644 index 0000000..504018d --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + HSEWiFi + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + +