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