diff options
11 files changed, 2 insertions, 66 deletions
@@ -1,3 +1,4 @@ bin .settings local.properties +gen diff --git a/AndroidAsync/gen/com/koushikdutta/async/BuildConfig.java b/AndroidAsync/gen/com/koushikdutta/async/BuildConfig.java deleted file mode 100644 index f4835cb..0000000 --- a/AndroidAsync/gen/com/koushikdutta/async/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -/** Automatically generated file. DO NOT MODIFY */ -package com.koushikdutta.async; - -public final class BuildConfig { - public final static boolean DEBUG = true; -}
\ No newline at end of file diff --git a/AndroidAsync/gen/com/koushikdutta/async/Manifest.java b/AndroidAsync/gen/com/koushikdutta/async/Manifest.java deleted file mode 100644 index ebe7bd1..0000000 --- a/AndroidAsync/gen/com/koushikdutta/async/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async; - -/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ -public final class Manifest { -}
\ No newline at end of file diff --git a/AndroidAsync/gen/com/koushikdutta/async/R.java b/AndroidAsync/gen/com/koushikdutta/async/R.java deleted file mode 100644 index 35ea1b4..0000000 --- a/AndroidAsync/gen/com/koushikdutta/async/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async; - -/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ -public final class R { -}
\ No newline at end of file diff --git a/AndroidAsyncSample/.classpath b/AndroidAsyncSample/.classpath index 3f9691c..0b08408 100644 --- a/AndroidAsyncSample/.classpath +++ b/AndroidAsyncSample/.classpath @@ -4,5 +4,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java b/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java deleted file mode 100644 index 7e08348..0000000 --- a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -/** Automatically generated file. DO NOT MODIFY */ -package com.koushikdutta.async.sample; - -public final class BuildConfig { - public final static boolean DEBUG = true; -}
\ No newline at end of file diff --git a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/Manifest.java b/AndroidAsyncSample/gen/com/koushikdutta/async/sample/Manifest.java deleted file mode 100644 index a18afeb..0000000 --- a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async.sample; - -/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ -public final class Manifest { -}
\ No newline at end of file diff --git a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/R.java b/AndroidAsyncSample/gen/com/koushikdutta/async/sample/R.java deleted file mode 100644 index 15d1069..0000000 --- a/AndroidAsyncSample/gen/com/koushikdutta/async/sample/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async.sample; - -/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ -public final class R { -}
\ No newline at end of file diff --git a/AndroidAsyncTest/gen/com/koushikdutta/async/test/BuildConfig.java b/AndroidAsyncTest/gen/com/koushikdutta/async/test/BuildConfig.java deleted file mode 100644 index 11c34e7..0000000 --- a/AndroidAsyncTest/gen/com/koushikdutta/async/test/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -/** Automatically generated file. DO NOT MODIFY */ -package com.koushikdutta.async.test; - -public final class BuildConfig { - public final static boolean DEBUG = true; -}
\ No newline at end of file diff --git a/AndroidAsyncTest/gen/com/koushikdutta/async/test/Manifest.java b/AndroidAsyncTest/gen/com/koushikdutta/async/test/Manifest.java deleted file mode 100644 index b296c6f..0000000 --- a/AndroidAsyncTest/gen/com/koushikdutta/async/test/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async.test; - -/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ -public final class Manifest { -}
\ No newline at end of file diff --git a/AndroidAsyncTest/gen/com/koushikdutta/async/test/R.java b/AndroidAsyncTest/gen/com/koushikdutta/async/test/R.java deleted file mode 100644 index 84720c2..0000000 --- a/AndroidAsyncTest/gen/com/koushikdutta/async/test/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package com.koushikdutta.async.test; - -/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ -public final class R { -}
\ No newline at end of file |