]> git.proxmox.com Git - extjs.git/blame - extjs/packages/font-ext/build.xml
add extjs 6.0.1 sources
[extjs.git] / extjs / packages / font-ext / build.xml
CommitLineData
6527f429
DM
1<?xml version="1.0" encoding="utf-8"?>\r
2<project name="font-ext" 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\r
10 <!--\r
11 The following targets can be provided to inject logic before and/or after key steps\r
12 of the build process:\r
13\r
14 The "init-local" target is used to initialize properties that may be personalized\r
15 for the local machine.\r
16\r
17 <target name="-before-init-local"/>\r
18 <target name="-after-init-local"/>\r
19\r
20 The "clean" target is used to clean build output from the build.dir.\r
21\r
22 <target name="-before-clean"/>\r
23 <target name="-after-clean"/>\r
24\r
25 The general "init" target is used to initialize all other properties, including\r
26 those provided by Sencha Cmd.\r
27\r
28 <target name="-before-init"/>\r
29 <target name="-after-init"/>\r
30 \r
31 The "build" target performs the call to Sencha Cmd to build the application.\r
32\r
33 <target name="-before-build"/>\r
34 <target name="-after-build"/>\r
35 -->\r
36\r
37</project>\r