Home | History | Annotate | Download | only in templates
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3 ALIAS PROJECTS ARE CURRENT NOT SUPPORTED.
      4 THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED.
      5 -->
      6 <project name="PROJECT_NAME" default="package">
      7 
      8     <!-- The build.properties file can be created by you and is never touched
      9          by activitycreator. If you want to manually set properties, this is
     10          the best place to set them. -->
     11     <property file="build.properties" />
     12 
     13     <!-- The default.properties file is created and updated by activitycreator.
     14          It will set any properties not already defined by build.properties. -->
     15     <property file="default.properties" />
     16 
     17     <!-- ************************************************************************************* -->
     18     <!-- Import the default Android build rules.
     19          This requires ant 1.6.0 or above. -->
     20 
     21     <import file="${sdk.dir}/tools/lib/alias_rules.xml" />
     22 
     23 </project>
     24