icloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsapp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
28 lines
1.0 KiB
9 years ago
|
<project name="x-resources-impl">
|
||
|
<target name="-before-resources"/>
|
||
|
<target name="-after-resources"/>
|
||
|
|
||
|
<!--'-init-compiler' defined in init-impl.xml-->
|
||
|
<target name="-resources" depends="-init-compiler">
|
||
|
<property name="target.json.resources.dir" value="${build.out.base.path}"/>
|
||
|
<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>
|
||
|
|
||
|
<!-- Legacy targets (implement -before-resources or -after-resources instead): -->
|
||
|
<target name="-after-copy-resources"/>
|
||
|
<target name="-after-inherit-resources"/>
|
||
|
<target name="-before-copy-resources"/>
|
||
|
<target name="-before-inherit-resources"/>
|
||
|
</project>
|