]> git.proxmox.com Git - sencha-touch.git/blame - src/examples/touchflickr/.sencha/app/resources-impl.xml
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / touchflickr / .sencha / app / resources-impl.xml
CommitLineData
c4685c84
TL
1<project name="resources-impl">
2 <target name="-before-resources"/>
3 <target name="-after-resources"/>
4
5 <!--'-init-compiler' defined in init-impl.xml-->
6 <target name="-resources" depends="-init-compiler">
7 <x-compile refid="${compiler.ref.id}">
8 <![CDATA[
9 resources
10 -excludes=-all*.css
11 -out=${build.resources.dir}
12 and
13 resources
14 -model=true
15 -out=${build.dir}
16 ]]>
17 </x-compile>
18 </target>
19
20 <!-- Legacy targets (implement -before-resources or -after-resources instead): -->
21 <target name="-after-copy-resources"/>
22 <target name="-after-inherit-resources"/>
23 <target name="-before-copy-resources"/>
24 <target name="-before-inherit-resources"/>
25</project>