restored project.properties in android projects to fix deployment error

This commit is contained in:
Fredrik Teschke
2013-07-18 18:27:26 +02:00
parent 98d20345d5
commit 3b9f446da3
3 changed files with 32 additions and 2 deletions
-2
View File
@@ -27,5 +27,3 @@ java/com.sap.sailing.simulator/bin/com/sap/sailing/simulator/Simulator.gwt.xml
/mobile/com.sap.sailing.racecommittee.app/res/values/keys.xml
/mobile/google-play-services_lib/gen/*
/mobile/google-play-services_lib/gen/com/google/android/gms/BuildConfig.java
/mobile/com.sap.sailing.racecommittee.app/project.properties
/mobile/com.sap.sailing.racecommittee.glue/project.properties
@@ -0,0 +1,16 @@
# 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 edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=Google Inc.:Google APIs:13
android.library.reference.1=..\\google-play-services_lib
android.library.reference.2=../com.sap.sailing.racecommittee.glue
@@ -0,0 +1,16 @@
# 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 edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-13
android.library=true