]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/build.xml
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / build.xml
CommitLineData
6527f429
DM
1<?xml version="1.0" encoding="utf-8"?>\r
2<project name="theme-neutral" default=".help">\r
3 <!--\r
4 The build-impl.xml file imported here contains the guts of the build process. It is\r
5 a great idea to read that file to understand how the process works, but it is best to\r
6 limit your changes to this file.\r
7 -->\r
8 <import file="${basedir}/.sencha/package/build-impl.xml"/>\r
9 <import file="${basedir}/.sencha/test/test-impl.xml"/>\r
10\r
11 <!--\r
12 The following targets can be provided to inject logic before and/or after key steps\r
13 of the build process:\r
14\r
15 The "init-local" target is used to initialize properties that may be personalized\r
16 for the local machine.\r
17\r
18 <target name="-before-init-local"/>\r
19 <target name="-after-init-local"/>\r
20\r
21 The "clean" target is used to clean build output from the build.dir.\r
22\r
23 <target name="-before-clean"/>\r
24 <target name="-after-clean"/>\r
25\r
26 The general "init" target is used to initialize all other properties, including\r
27 those provided by Sencha Cmd.\r
28\r
29 <target name="-before-init"/>\r
30 <target name="-after-init"/>\r
31 \r
32 The "build" target performs the call to Sencha Cmd to build the application.\r
33\r
34 <target name="-before-build"/>\r
35 <target name="-after-build"/>\r
36 -->\r
37\r
38</project>\r