]> git.proxmox.com Git - extjs.git/blob - extjs/modern/theme-cupertino/.sencha/package/plugin.xml
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / theme-cupertino / .sencha / package / plugin.xml
1 <project basedir=".">
2 <!--
3 This file can be freely edited, so long as the <import file="${sencha.workspace.config.dir}/plugin.xml"/>
4 statement is not removed.
5
6 One of the purposes of this file is to hook various Sencha Command operations and do
7 processing before or after the command is processed. To do this, simply provide the
8 logic in a <target> using one of these names:
9
10 -before-generate-app Called before an application is generated
11 -after-generate-app Called after an application is generated
12
13 -before-generate-controller Called before a controller is generated
14 -after-generate-controller Called after a controller is generated
15
16 -before-generate-model Called before a model is generated
17 -after-generate-model Called after a model is generated
18
19 -before-generate-profile Called before a profile is generated
20 -after-generate-profile Called after a profile is generated
21 -->
22 <import file="${workspace.config.dir}/plugin.xml"/>
23
24 <!--
25 <target name="-after-generate-model">
26 ... use ${args.path}, ${args.name} and ${args.fields} as needed ...
27 </target>
28
29 Other targets are similar. There are properties prefixed with "args." and the name of
30 the command line option that hold the parameters for the command.
31 -->
32 </project>