am 424b833e: Updated build.xml template

Merge commit '424b833edfc655cb8e23fd508a3b0d0a8968ab55'

* commit '424b833edfc655cb8e23fd508a3b0d0a8968ab55':
  Updated build.xml template
This commit is contained in:
Piotr Gurgul
2009-08-22 15:20:26 -07:00
committed by Android Git Automerger

View File

@@ -2,7 +2,7 @@
<project name="PROJECT_NAME" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contain the path to the SDK. It should *NOT* be checked in in Version
It contains the path to the SDK. It should *NOT* be checked in in Version
Control Systems. -->
<property file="local.properties" />
@@ -14,10 +14,10 @@
application-package
the name of your application package as defined in the manifest. Used by the
'uninstall' rule.
source-folder
the name of the source folder. Default is 'src'.
out-folder
the name of the output folder. Default is 'bin'.
source.dir
the name of the source directory. Default is 'src'.
out.dir
the name of the output directory. Default is 'bin'.
Properties related to the SDK location or the project target should be updated
using the 'android' tool with the 'update' action.