slackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangouts
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.
11 lines
294 B
11 lines
294 B
9 years ago
|
<project name="x-refresh-impl">
|
||
|
<import file="bootstrap-impl.xml"/>
|
||
|
|
||
|
<target name="-refresh-pkg" depends="init"/>
|
||
|
<!--
|
||
|
Refresh app
|
||
|
-->
|
||
|
<target name="-before-refresh"/>
|
||
|
<target name="-refresh" depends="-refresh-pkg"/>
|
||
|
<target name="-after-refresh"/>
|
||
|
</project>
|