From 53432f77b6c09715fc742809c44208b5b54cbe76 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 6 Mar 2012 12:59:10 -0800 Subject: Remove obsolete test projects. Change-Id: Ic4e2dec427268497f5ab9ee24c6e21bd50ef2139 --- testapps/basicLib/.classpath | 8 -- testapps/basicLib/.project | 33 -------- testapps/basicLib/AndroidManifest.xml | 16 ---- testapps/basicLib/build.properties | 17 ----- testapps/basicLib/build.xml | 84 --------------------- testapps/basicLib/default.properties | 12 --- testapps/basicLib/res/drawable/icon.png | Bin 2574 -> 0 bytes testapps/basicLib/res/layout/basiclib_main.xml | 13 ---- testapps/basicLib/res/values/strings.xml | 4 - .../src/com/android/tests/basiclib/Main.java | 15 ---- testapps/basicLibWithJar/.classpath | 9 --- testapps/basicLibWithJar/.project | 33 -------- testapps/basicLibWithJar/AndroidManifest.xml | 15 ---- testapps/basicLibWithJar/build.properties | 17 ----- testapps/basicLibWithJar/build.xml | 84 --------------------- testapps/basicLibWithJar/default.properties | 12 --- testapps/basicLibWithJar/libs/basicJar.jar | Bin 2713 -> 0 bytes testapps/basicLibWithJar/res/drawable/icon.png | Bin 2574 -> 0 bytes .../res/layout/basiclibwithjar_main.xml | 14 ---- testapps/basicLibWithJar/res/layout/main.xml | 14 ---- testapps/basicLibWithJar/res/values/ids.xml | 4 - testapps/basicLibWithJar/res/values/strings.xml | 4 - .../com/android/tests/basiclibwithjar/Main.java | 25 ------ testapps/basicProject/.classpath | 8 -- testapps/basicProject/.project | 33 -------- testapps/basicProject/AndroidManifest.xml | 16 ---- testapps/basicProject/build.properties | 17 ----- testapps/basicProject/build.xml | 84 --------------------- testapps/basicProject/default.properties | 12 --- testapps/basicProject/res/drawable/icon.png | Bin 2574 -> 0 bytes testapps/basicProject/res/layout/main.xml | 13 ---- testapps/basicProject/res/values/strings.xml | 4 - .../src/com/android/tests/basicproject/Main.java | 15 ---- testapps/basicProjectWithJar/.classpath | 9 --- testapps/basicProjectWithJar/.project | 33 -------- testapps/basicProjectWithJar/AndroidManifest.xml | 16 ---- testapps/basicProjectWithJar/build.properties | 17 ----- testapps/basicProjectWithJar/build.xml | 84 --------------------- testapps/basicProjectWithJar/default.properties | 12 --- testapps/basicProjectWithJar/libs/basicJar.jar | Bin 2713 -> 0 bytes testapps/basicProjectWithJar/res/drawable/icon.png | Bin 2574 -> 0 bytes testapps/basicProjectWithJar/res/layout/main.xml | 14 ---- .../basicProjectWithJar/res/values/strings.xml | 4 - .../android/tests/basicprojectwithjar/Main.java | 22 ------ testapps/basicProjectWithJavaFolder/.classpath | 9 --- testapps/basicProjectWithJavaFolder/.project | 33 -------- .../basicProjectWithJavaFolder/AndroidManifest.xml | 16 ---- .../basicProjectWithJavaFolder/default.properties | 11 --- .../res/drawable-hdpi/icon.png | Bin 4147 -> 0 bytes .../res/drawable-ldpi/icon.png | Bin 1723 -> 0 bytes .../res/drawable-mdpi/icon.png | Bin 2574 -> 0 bytes .../basicProjectWithJavaFolder/res/layout/main.xml | 18 ----- .../res/values/strings.xml | 4 - .../android/tests/basicProjectWithJava/Main.java | 21 ------ testapps/basicProjectWithLib/.classpath | 9 --- testapps/basicProjectWithLib/.project | 33 -------- testapps/basicProjectWithLib/AndroidManifest.xml | 21 ------ testapps/basicProjectWithLib/build.properties | 17 ----- testapps/basicProjectWithLib/build.xml | 84 --------------------- testapps/basicProjectWithLib/default.properties | 14 ---- .../basicProjectWithLib/res/values/strings.xml | 4 - 61 files changed, 1140 deletions(-) delete mode 100644 testapps/basicLib/.classpath delete mode 100644 testapps/basicLib/.project delete mode 100644 testapps/basicLib/AndroidManifest.xml delete mode 100644 testapps/basicLib/build.properties delete mode 100644 testapps/basicLib/build.xml delete mode 100644 testapps/basicLib/default.properties delete mode 100644 testapps/basicLib/res/drawable/icon.png delete mode 100644 testapps/basicLib/res/layout/basiclib_main.xml delete mode 100644 testapps/basicLib/res/values/strings.xml delete mode 100644 testapps/basicLib/src/com/android/tests/basiclib/Main.java delete mode 100644 testapps/basicLibWithJar/.classpath delete mode 100644 testapps/basicLibWithJar/.project delete mode 100644 testapps/basicLibWithJar/AndroidManifest.xml delete mode 100644 testapps/basicLibWithJar/build.properties delete mode 100644 testapps/basicLibWithJar/build.xml delete mode 100644 testapps/basicLibWithJar/default.properties delete mode 100644 testapps/basicLibWithJar/libs/basicJar.jar delete mode 100644 testapps/basicLibWithJar/res/drawable/icon.png delete mode 100644 testapps/basicLibWithJar/res/layout/basiclibwithjar_main.xml delete mode 100644 testapps/basicLibWithJar/res/layout/main.xml delete mode 100644 testapps/basicLibWithJar/res/values/ids.xml delete mode 100644 testapps/basicLibWithJar/res/values/strings.xml delete mode 100644 testapps/basicLibWithJar/src/com/android/tests/basiclibwithjar/Main.java delete mode 100644 testapps/basicProject/.classpath delete mode 100644 testapps/basicProject/.project delete mode 100644 testapps/basicProject/AndroidManifest.xml delete mode 100644 testapps/basicProject/build.properties delete mode 100644 testapps/basicProject/build.xml delete mode 100644 testapps/basicProject/default.properties delete mode 100644 testapps/basicProject/res/drawable/icon.png delete mode 100644 testapps/basicProject/res/layout/main.xml delete mode 100644 testapps/basicProject/res/values/strings.xml delete mode 100644 testapps/basicProject/src/com/android/tests/basicproject/Main.java delete mode 100644 testapps/basicProjectWithJar/.classpath delete mode 100644 testapps/basicProjectWithJar/.project delete mode 100644 testapps/basicProjectWithJar/AndroidManifest.xml delete mode 100644 testapps/basicProjectWithJar/build.properties delete mode 100644 testapps/basicProjectWithJar/build.xml delete mode 100644 testapps/basicProjectWithJar/default.properties delete mode 100644 testapps/basicProjectWithJar/libs/basicJar.jar delete mode 100644 testapps/basicProjectWithJar/res/drawable/icon.png delete mode 100644 testapps/basicProjectWithJar/res/layout/main.xml delete mode 100644 testapps/basicProjectWithJar/res/values/strings.xml delete mode 100644 testapps/basicProjectWithJar/src/com/android/tests/basicprojectwithjar/Main.java delete mode 100644 testapps/basicProjectWithJavaFolder/.classpath delete mode 100644 testapps/basicProjectWithJavaFolder/.project delete mode 100644 testapps/basicProjectWithJavaFolder/AndroidManifest.xml delete mode 100644 testapps/basicProjectWithJavaFolder/default.properties delete mode 100644 testapps/basicProjectWithJavaFolder/res/drawable-hdpi/icon.png delete mode 100644 testapps/basicProjectWithJavaFolder/res/drawable-ldpi/icon.png delete mode 100644 testapps/basicProjectWithJavaFolder/res/drawable-mdpi/icon.png delete mode 100644 testapps/basicProjectWithJavaFolder/res/layout/main.xml delete mode 100644 testapps/basicProjectWithJavaFolder/res/values/strings.xml delete mode 100644 testapps/basicProjectWithJavaFolder/src/com/android/tests/basicProjectWithJava/Main.java delete mode 100644 testapps/basicProjectWithLib/.classpath delete mode 100644 testapps/basicProjectWithLib/.project delete mode 100644 testapps/basicProjectWithLib/AndroidManifest.xml delete mode 100644 testapps/basicProjectWithLib/build.properties delete mode 100644 testapps/basicProjectWithLib/build.xml delete mode 100644 testapps/basicProjectWithLib/default.properties delete mode 100644 testapps/basicProjectWithLib/res/values/strings.xml (limited to 'testapps') diff --git a/testapps/basicLib/.classpath b/testapps/basicLib/.classpath deleted file mode 100644 index 765e549..0000000 --- a/testapps/basicLib/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/testapps/basicLib/.project b/testapps/basicLib/.project deleted file mode 100644 index 5c71aaf..0000000 --- a/testapps/basicLib/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicLib - - - - - - 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/testapps/basicLib/AndroidManifest.xml b/testapps/basicLib/AndroidManifest.xml deleted file mode 100644 index a97b8df..0000000 --- a/testapps/basicLib/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/testapps/basicLib/build.properties b/testapps/basicLib/build.properties deleted file mode 100644 index ee52d86..0000000 --- a/testapps/basicLib/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - diff --git a/testapps/basicLib/build.xml b/testapps/basicLib/build.xml deleted file mode 100644 index ea34e33..0000000 --- a/testapps/basicLib/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicLib/default.properties b/testapps/basicLib/default.properties deleted file mode 100644 index beef685..0000000 --- a/testapps/basicLib/default.properties +++ /dev/null @@ -1,12 +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-AOSP -android.library=true diff --git a/testapps/basicLib/res/drawable/icon.png b/testapps/basicLib/res/drawable/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/testapps/basicLib/res/drawable/icon.png and /dev/null differ diff --git a/testapps/basicLib/res/layout/basiclib_main.xml b/testapps/basicLib/res/layout/basiclib_main.xml deleted file mode 100644 index 37e5c2c..0000000 --- a/testapps/basicLib/res/layout/basiclib_main.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/testapps/basicLib/res/values/strings.xml b/testapps/basicLib/res/values/strings.xml deleted file mode 100644 index 1bdf988..0000000 --- a/testapps/basicLib/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicLib - diff --git a/testapps/basicLib/src/com/android/tests/basiclib/Main.java b/testapps/basicLib/src/com/android/tests/basiclib/Main.java deleted file mode 100644 index 0be5f11..0000000 --- a/testapps/basicLib/src/com/android/tests/basiclib/Main.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.android.tests.basiclib; - -import android.app.Activity; -import android.os.Bundle; - -public class Main extends Activity -{ - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) - { - super.onCreate(savedInstanceState); - setContentView(R.layout.basiclib_main); - } -} diff --git a/testapps/basicLibWithJar/.classpath b/testapps/basicLibWithJar/.classpath deleted file mode 100644 index 08a60d4..0000000 --- a/testapps/basicLibWithJar/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/testapps/basicLibWithJar/.project b/testapps/basicLibWithJar/.project deleted file mode 100644 index 5bbb0f6..0000000 --- a/testapps/basicLibWithJar/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicLibWithJar - - - - - - 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/testapps/basicLibWithJar/AndroidManifest.xml b/testapps/basicLibWithJar/AndroidManifest.xml deleted file mode 100644 index 1a7e638..0000000 --- a/testapps/basicLibWithJar/AndroidManifest.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - diff --git a/testapps/basicLibWithJar/build.properties b/testapps/basicLibWithJar/build.properties deleted file mode 100644 index ee52d86..0000000 --- a/testapps/basicLibWithJar/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - diff --git a/testapps/basicLibWithJar/build.xml b/testapps/basicLibWithJar/build.xml deleted file mode 100644 index ea34e33..0000000 --- a/testapps/basicLibWithJar/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicLibWithJar/default.properties b/testapps/basicLibWithJar/default.properties deleted file mode 100644 index beef685..0000000 --- a/testapps/basicLibWithJar/default.properties +++ /dev/null @@ -1,12 +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-AOSP -android.library=true diff --git a/testapps/basicLibWithJar/libs/basicJar.jar b/testapps/basicLibWithJar/libs/basicJar.jar deleted file mode 100644 index 8169064..0000000 Binary files a/testapps/basicLibWithJar/libs/basicJar.jar and /dev/null differ diff --git a/testapps/basicLibWithJar/res/drawable/icon.png b/testapps/basicLibWithJar/res/drawable/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/testapps/basicLibWithJar/res/drawable/icon.png and /dev/null differ diff --git a/testapps/basicLibWithJar/res/layout/basiclibwithjar_main.xml b/testapps/basicLibWithJar/res/layout/basiclibwithjar_main.xml deleted file mode 100644 index 5fefdd7..0000000 --- a/testapps/basicLibWithJar/res/layout/basiclibwithjar_main.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/testapps/basicLibWithJar/res/layout/main.xml b/testapps/basicLibWithJar/res/layout/main.xml deleted file mode 100644 index fc39355..0000000 --- a/testapps/basicLibWithJar/res/layout/main.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/testapps/basicLibWithJar/res/values/ids.xml b/testapps/basicLibWithJar/res/values/ids.xml deleted file mode 100644 index 8cbe2cc..0000000 --- a/testapps/basicLibWithJar/res/values/ids.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/testapps/basicLibWithJar/res/values/strings.xml b/testapps/basicLibWithJar/res/values/strings.xml deleted file mode 100644 index 1701887..0000000 --- a/testapps/basicLibWithJar/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicLibWithJar - diff --git a/testapps/basicLibWithJar/src/com/android/tests/basiclibwithjar/Main.java b/testapps/basicLibWithJar/src/com/android/tests/basiclibwithjar/Main.java deleted file mode 100644 index a7b782a..0000000 --- a/testapps/basicLibWithJar/src/com/android/tests/basiclibwithjar/Main.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.android.tests.basiclibwithjar; - -import com.android.tests.basicjar.Foo; - -import android.app.Activity; -import android.os.Bundle; -import android.widget.TextView; - -public class Main extends Activity -{ - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) - { - super.onCreate(savedInstanceState); - setContentView(R.layout.basiclibwithjar_main); - - Foo foo = new Foo(); - int a = foo.getRandomFoo(); - - TextView tv = (TextView) findViewById(R.id.text); - tv.setText("BasicLibWithJar: Value from Jar: " + a); - - } -} diff --git a/testapps/basicProject/.classpath b/testapps/basicProject/.classpath deleted file mode 100644 index 765e549..0000000 --- a/testapps/basicProject/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/testapps/basicProject/.project b/testapps/basicProject/.project deleted file mode 100644 index ef11c50..0000000 --- a/testapps/basicProject/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicProject - - - - - - 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/testapps/basicProject/AndroidManifest.xml b/testapps/basicProject/AndroidManifest.xml deleted file mode 100644 index aafc833..0000000 --- a/testapps/basicProject/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/testapps/basicProject/build.properties b/testapps/basicProject/build.properties deleted file mode 100644 index ee52d86..0000000 --- a/testapps/basicProject/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - diff --git a/testapps/basicProject/build.xml b/testapps/basicProject/build.xml deleted file mode 100644 index 9983df5..0000000 --- a/testapps/basicProject/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicProject/default.properties b/testapps/basicProject/default.properties deleted file mode 100644 index 6bd3afc..0000000 --- a/testapps/basicProject/default.properties +++ /dev/null @@ -1,12 +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-AOSP -proguard.config=../proguard.config \ No newline at end of file diff --git a/testapps/basicProject/res/drawable/icon.png b/testapps/basicProject/res/drawable/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/testapps/basicProject/res/drawable/icon.png and /dev/null differ diff --git a/testapps/basicProject/res/layout/main.xml b/testapps/basicProject/res/layout/main.xml deleted file mode 100644 index 783e4a0..0000000 --- a/testapps/basicProject/res/layout/main.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/testapps/basicProject/res/values/strings.xml b/testapps/basicProject/res/values/strings.xml deleted file mode 100644 index a7322d3..0000000 --- a/testapps/basicProject/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicProject - diff --git a/testapps/basicProject/src/com/android/tests/basicproject/Main.java b/testapps/basicProject/src/com/android/tests/basicproject/Main.java deleted file mode 100644 index 1240556..0000000 --- a/testapps/basicProject/src/com/android/tests/basicproject/Main.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.android.tests.basicproject; - -import android.app.Activity; -import android.os.Bundle; - -public class Main extends Activity -{ - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) - { - super.onCreate(savedInstanceState); - setContentView(R.layout.main); - } -} diff --git a/testapps/basicProjectWithJar/.classpath b/testapps/basicProjectWithJar/.classpath deleted file mode 100644 index 08a60d4..0000000 --- a/testapps/basicProjectWithJar/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/testapps/basicProjectWithJar/.project b/testapps/basicProjectWithJar/.project deleted file mode 100644 index 90bdb0c..0000000 --- a/testapps/basicProjectWithJar/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicProjectWithJar - - - - - - 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/testapps/basicProjectWithJar/AndroidManifest.xml b/testapps/basicProjectWithJar/AndroidManifest.xml deleted file mode 100644 index b9ac56f..0000000 --- a/testapps/basicProjectWithJar/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/testapps/basicProjectWithJar/build.properties b/testapps/basicProjectWithJar/build.properties deleted file mode 100644 index ee52d86..0000000 --- a/testapps/basicProjectWithJar/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - diff --git a/testapps/basicProjectWithJar/build.xml b/testapps/basicProjectWithJar/build.xml deleted file mode 100644 index 3503448..0000000 --- a/testapps/basicProjectWithJar/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicProjectWithJar/default.properties b/testapps/basicProjectWithJar/default.properties deleted file mode 100644 index 38db660..0000000 --- a/testapps/basicProjectWithJar/default.properties +++ /dev/null @@ -1,12 +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-AOSP -proguard.config=../proguard.config diff --git a/testapps/basicProjectWithJar/libs/basicJar.jar b/testapps/basicProjectWithJar/libs/basicJar.jar deleted file mode 100644 index 8169064..0000000 Binary files a/testapps/basicProjectWithJar/libs/basicJar.jar and /dev/null differ diff --git a/testapps/basicProjectWithJar/res/drawable/icon.png b/testapps/basicProjectWithJar/res/drawable/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/testapps/basicProjectWithJar/res/drawable/icon.png and /dev/null differ diff --git a/testapps/basicProjectWithJar/res/layout/main.xml b/testapps/basicProjectWithJar/res/layout/main.xml deleted file mode 100644 index 1b7a6df..0000000 --- a/testapps/basicProjectWithJar/res/layout/main.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/testapps/basicProjectWithJar/res/values/strings.xml b/testapps/basicProjectWithJar/res/values/strings.xml deleted file mode 100644 index ca28ebd..0000000 --- a/testapps/basicProjectWithJar/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicProjectWithJar - diff --git a/testapps/basicProjectWithJar/src/com/android/tests/basicprojectwithjar/Main.java b/testapps/basicProjectWithJar/src/com/android/tests/basicprojectwithjar/Main.java deleted file mode 100644 index 0d9028e..0000000 --- a/testapps/basicProjectWithJar/src/com/android/tests/basicprojectwithjar/Main.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.android.tests.basicprojectwithjar; - -import com.android.tests.basicjar.Foo; - -import android.app.Activity; -import android.os.Bundle; -import android.widget.TextView; - -public class Main extends Activity { - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.main); - - Foo foo = new Foo(); - int a = foo.getRandomFoo(); - - TextView tv = (TextView) findViewById(R.id.text); - tv.setText("BasicProjectWithJar: Value from Jar: " + a); - } -} diff --git a/testapps/basicProjectWithJavaFolder/.classpath b/testapps/basicProjectWithJavaFolder/.classpath deleted file mode 100644 index 5ae731a..0000000 --- a/testapps/basicProjectWithJavaFolder/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/testapps/basicProjectWithJavaFolder/.project b/testapps/basicProjectWithJavaFolder/.project deleted file mode 100644 index e65e06a..0000000 --- a/testapps/basicProjectWithJavaFolder/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicProjectWithJavaFolder - - - - - - 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/testapps/basicProjectWithJavaFolder/AndroidManifest.xml b/testapps/basicProjectWithJavaFolder/AndroidManifest.xml deleted file mode 100644 index 1f968cd..0000000 --- a/testapps/basicProjectWithJavaFolder/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/testapps/basicProjectWithJavaFolder/default.properties b/testapps/basicProjectWithJavaFolder/default.properties deleted file mode 100644 index 8ee25b8..0000000 --- a/testapps/basicProjectWithJavaFolder/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-AOSP diff --git a/testapps/basicProjectWithJavaFolder/res/drawable-hdpi/icon.png b/testapps/basicProjectWithJavaFolder/res/drawable-hdpi/icon.png deleted file mode 100644 index 8074c4c..0000000 Binary files a/testapps/basicProjectWithJavaFolder/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/testapps/basicProjectWithJavaFolder/res/drawable-ldpi/icon.png b/testapps/basicProjectWithJavaFolder/res/drawable-ldpi/icon.png deleted file mode 100644 index 1095584..0000000 Binary files a/testapps/basicProjectWithJavaFolder/res/drawable-ldpi/icon.png and /dev/null differ diff --git a/testapps/basicProjectWithJavaFolder/res/drawable-mdpi/icon.png b/testapps/basicProjectWithJavaFolder/res/drawable-mdpi/icon.png deleted file mode 100644 index a07c69f..0000000 Binary files a/testapps/basicProjectWithJavaFolder/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/testapps/basicProjectWithJavaFolder/res/layout/main.xml b/testapps/basicProjectWithJavaFolder/res/layout/main.xml deleted file mode 100644 index 1fd9814..0000000 --- a/testapps/basicProjectWithJavaFolder/res/layout/main.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - diff --git a/testapps/basicProjectWithJavaFolder/res/values/strings.xml b/testapps/basicProjectWithJavaFolder/res/values/strings.xml deleted file mode 100644 index 96d8724..0000000 --- a/testapps/basicProjectWithJavaFolder/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicProjectWithJava - diff --git a/testapps/basicProjectWithJavaFolder/src/com/android/tests/basicProjectWithJava/Main.java b/testapps/basicProjectWithJavaFolder/src/com/android/tests/basicProjectWithJava/Main.java deleted file mode 100644 index 994382e..0000000 --- a/testapps/basicProjectWithJavaFolder/src/com/android/tests/basicProjectWithJava/Main.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.android.tests.basicProjectWithJava; - -import com.android.tests.basicJavaProject.Foo; - -import android.app.Activity; -import android.os.Bundle; -import android.widget.TextView; - -public class Main extends Activity { - /** Called when the activity is first created. */ - @Override - public void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.main); - - Foo foo = new Foo(); - - TextView tv = (TextView) findViewById(R.id.text); - tv.setText("basicProjectWithJava\nvalue from java project:" + foo.getRandomFoo()); - } -} \ No newline at end of file diff --git a/testapps/basicProjectWithLib/.classpath b/testapps/basicProjectWithLib/.classpath deleted file mode 100644 index 29e2115..0000000 --- a/testapps/basicProjectWithLib/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/testapps/basicProjectWithLib/.project b/testapps/basicProjectWithLib/.project deleted file mode 100644 index 4b74bbd..0000000 --- a/testapps/basicProjectWithLib/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - basicProjectWithLib - - - - - - 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/testapps/basicProjectWithLib/AndroidManifest.xml b/testapps/basicProjectWithLib/AndroidManifest.xml deleted file mode 100644 index 0f9192a..0000000 --- a/testapps/basicProjectWithLib/AndroidManifest.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicProjectWithLib/build.properties b/testapps/basicProjectWithLib/build.properties deleted file mode 100644 index ee52d86..0000000 --- a/testapps/basicProjectWithLib/build.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - diff --git a/testapps/basicProjectWithLib/build.xml b/testapps/basicProjectWithLib/build.xml deleted file mode 100644 index a83eed4..0000000 --- a/testapps/basicProjectWithLib/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testapps/basicProjectWithLib/default.properties b/testapps/basicProjectWithLib/default.properties deleted file mode 100644 index 7d1f949..0000000 --- a/testapps/basicProjectWithLib/default.properties +++ /dev/null @@ -1,14 +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-AOSP -proguard.config=../proguard.config -android.library.reference.1=../basicLib -android.library.reference.2=../basicLibWithJar diff --git a/testapps/basicProjectWithLib/res/values/strings.xml b/testapps/basicProjectWithLib/res/values/strings.xml deleted file mode 100644 index bdca683..0000000 --- a/testapps/basicProjectWithLib/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - basicProjectWithLib - -- cgit v1.1