From 2d9208e3a28b1aedc5e9063d96a3f6750633bd57 Mon Sep 17 00:00:00 2001 From: asmw Date: Mon, 20 Feb 2012 10:40:34 +0100 Subject: [PATCH] Revert "Remove generated/IDE files" This reverts commit 6118555b337b494b3de3d2f022f5c46ec37825be. --- .classpath | 7 +++++ .project | 33 +++++++++++++++++++++++ build.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++ default.properties | 11 ++++++++ local.properties | 10 +++++++ 5 files changed, 128 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 build.xml create mode 100644 default.properties create mode 100644 local.properties diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..609aa00 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..f1d11b4 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + dumload + + + + + + 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 + + diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..7ea4a86 --- /dev/null +++ b/build.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..9d135cb --- /dev/null +++ b/default.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-7 diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..57f202f --- /dev/null +++ b/local.properties @@ -0,0 +1,10 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must *NOT* be checked in Version Control Systems, +# as it contains information specific to your local configuration. + +# location of the SDK. This is only used by Ant +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/Users/joshua/android/android-sdk-mac_86 -- 2.39.2