Merge the new Ant script rules and template from Eclair (do not merge)

This commit is contained in:
Xavier Ducrohet
2009-09-29 18:06:01 -07:00
parent 559f26b0a5
commit fff9ff6967
9 changed files with 456 additions and 191 deletions

View File

@@ -8,16 +8,16 @@ THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED.
<!-- 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"/>
<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"/>
<property file="default.properties" />
<!-- ************************************************************************************* -->
<!-- Import the default Android build rules.
<!-- Import the default Android build rules.
This requires ant 1.6.0 or above. -->
<import file="${sdk-folder}/tools/lib/alias_rules.xml" />
<import file="${sdk.dir}/tools/lib/alias_rules.xml" />
</project>