Files
android_development/tools/scripts/build.alias.template
Piotr Gurgul 9fccdf5b88 Alias rules properties names update
android-tools change to android.tools.dir
sdk-folder to sdk.dir
resource-dir to resource.dir
out-package to out.package
Some minor style changes introduced.
2009-08-25 10:59:55 -07:00

20 lines
798 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="PROJECT_NAME" default="package">
<!-- The build.properties file can be created by you and is never touched
by activitycreator. If you want to manually set properties, this is
the best place to set them. -->
<property file="build.properties" />
<!-- The default.properties file is created and updated by activitycreator.
It will set any properties not already defined by build.properties. -->
<property file="default.properties" />
<!-- ************************************************************************************* -->
<!-- Import the default Android build rules.
This requires ant 1.6.0 or above. -->
<import file="${sdk.dir}/tools/lib/alias_rules.xml" />
</project>