]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/nestedlist/build.xml
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / nestedlist / build.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <project name="nestedlist" default=".help">
3 <import file="${basedir}/.sencha/app/build-impl.xml"/>
4
5 <!--
6 The following targets can be provided to inject logic before and/or after key steps
7 of the build process:
8
9 The "init-local" target is used to initialize properties that may be personalized
10 for the local machine.
11
12 <target name="-before-init-local"/>
13 <target name="-after-init-local"/>
14
15 The "clean" target is used to clean build output from the build.dir.
16
17 <target name="-before-clean"/>
18 <target name="-after-clean"/>
19
20 The general "init" target is used to initialize all other properties, including
21 those provided by Sencha Cmd.
22
23 <target name="-before-init"/>
24 <target name="-after-init"/>
25
26 The "build" target performs the call to Sencha Cmd to build the application.
27
28 <target name="-before-build"/>
29 <target name="-after-build"/>
30 -->
31
32 </project>