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