@extjs/sencha-cmd-linux-32
Version:
Productivity and performance optimization tool for building applications with Sencha Ext JS and Sencha Touch.
28 lines (27 loc) • 1.12 kB
text/xml
<project name="x-resources-impl">
<!--legacy target support-->
<target name="-before-inherit-resources"/>
<target name="-after-inherit-resources"/>
<target name="-inherit-resources"/>
<target name="-before-copy-resources"/>
<target name="-after-copy-resources"/>
<target name="-copy-resources">
<echo>Merging resources from current package ${package.resources.dir}</echo>
<copy todir="${build.out.resources.dir}" overwrite="true">
<fileset dir="${package.resources.dir}" includes="**/*"/>
</copy>
<property name="target.json.resources.dir" value="${package.output.base}"/>
<property name="target.config.resources.dir" value="${build.resources.dir}"/>
<x-compile refid="${compiler.ref.id}">
<![CDATA[
resources
-excludes=-all*.css
-out=${target.config.resources.dir}
and
resources
-model=true
-out=${target.json.resources.dir}
]]>
</x-compile>
</target>
</project>