From 094f75068ea018bc8630e553bbe4ab350ae4970c Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 2 Jun 2010 08:02:48 +0000 Subject: forgot some files for android --- src/android/Fridge/.classpath | 7 +++++++ src/android/Fridge/.project | 33 +++++++++++++++++++++++++++++++++ src/android/Fridge/AndroidManifest.xml | 18 ++++++++++++++++++ src/android/Fridge/default.properties | 13 +++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 src/android/Fridge/.classpath create mode 100644 src/android/Fridge/.project create mode 100644 src/android/Fridge/AndroidManifest.xml create mode 100644 src/android/Fridge/default.properties (limited to 'src/android') diff --git a/src/android/Fridge/.classpath b/src/android/Fridge/.classpath new file mode 100644 index 000000000..6e9239ff0 --- /dev/null +++ b/src/android/Fridge/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/android/Fridge/.project b/src/android/Fridge/.project new file mode 100644 index 000000000..e2fab1991 --- /dev/null +++ b/src/android/Fridge/.project @@ -0,0 +1,33 @@ + + + Fridge + + + + + + 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/src/android/Fridge/AndroidManifest.xml b/src/android/Fridge/AndroidManifest.xml new file mode 100644 index 000000000..be36eaf2d --- /dev/null +++ b/src/android/Fridge/AndroidManifest.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/android/Fridge/default.properties b/src/android/Fridge/default.properties new file mode 100644 index 000000000..402f98cc7 --- /dev/null +++ b/src/android/Fridge/default.properties @@ -0,0 +1,13 @@ +# 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. + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-2 -- cgit v1.2.3