Files
lime/templates/android/template/project.properties
underscorediscovery ba35d41715 Updating templates path
2013-11-28 01:23:25 -03:30

23 lines
830 B
Properties

# 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.
manifestmerger.enabled=true
::if (ANDROID_LIBRARY_PROJECTS)::::foreach (ANDROID_LIBRARY_PROJECTS)::
android.library.reference.::index::=::path::::end::::end::
# Project target.
target=android-::ANDROID_TARGET_SDK_VERSION::
::if (KEY_STORE)::
key.store=::KEY_STORE::
::if (KEY_STORE_ALIAS)::key.alias=::KEY_STORE_ALIAS::::end::
::if (KEY_STORE_PASSWORD)::key.store.password=::KEY_STORE_PASSWORD::::end::
::if (KEY_STORE_ALIAS_PASSWORD)::key.alias.password=::KEY_STORE_ALIAS_PASSWORD::::end::
::end::