aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-05-06 18:08:46 -0700
committerXavier Ducrohet <xav@android.com>2010-05-06 18:15:18 -0700
commit0a958e76e9406faed2c76d44557c678a6caa7081 (patch)
treed418c3bc29523a757e24e34a1d252ab403cac172 /templates
parent360baa4689cb7afabf758066263ccab299dfef2c (diff)
downloadsdk-0a958e76e9406faed2c76d44557c678a6caa7081.zip
sdk-0a958e76e9406faed2c76d44557c678a6caa7081.tar.gz
sdk-0a958e76e9406faed2c76d44557c678a6caa7081.tar.bz2
Add support for code-less project.
Change-Id: I09e8e5b40df3b8da4b34fe4f000e98263ea5bc55
Diffstat (limited to 'templates')
-rw-r--r--templates/build.alias.template23
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/build.alias.template b/templates/build.alias.template
deleted file mode 100644
index d051405..0000000
--- a/templates/build.alias.template
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-ALIAS PROJECTS ARE CURRENT NOT SUPPORTED.
-THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED.
--->
-<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>