From 6118555b337b494b3de3d2f022f5c46ec37825be Mon Sep 17 00:00:00 2001 From: asmw Date: Mon, 20 Feb 2012 10:26:50 +0100 Subject: [PATCH] Remove generated/IDE files --- .classpath | 7 ----- .project | 33 ----------------------- build.xml | 67 ---------------------------------------------- default.properties | 11 -------- local.properties | 10 ------- 5 files changed, 128 deletions(-) delete mode 100644 .classpath delete mode 100644 .project delete mode 100644 build.xml delete mode 100644 default.properties delete mode 100644 local.properties diff --git a/.classpath b/.classpath deleted file mode 100644 index 609aa00..0000000 --- a/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index f1d11b4..0000000 --- a/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - 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 deleted file mode 100644 index 7ea4a86..0000000 --- a/build.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/default.properties b/default.properties deleted file mode 100644 index 9d135cb..0000000 --- a/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# 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 deleted file mode 100644 index 57f202f..0000000 --- a/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# 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