forked from datasert/libshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-mugaru.xml
29 lines (21 loc) · 856 Bytes
/
build-mugaru.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<project name="Salesforce Sync for Scheduleforce" basedir="." xmlns:sfdc="antlib:com.brsanthu.mungaru.ant">
<typedef resource="com/brsanthu/mungaru/ant/antlib.xml" classpath="${user.home}/.ant/lib/monsoon/com.brsanthu.mungaru.ant.jar"/>
<property file="build.properties"/>
<property environment="env"/>
<target name="listSupportedMetadata">
<sfdc:listSupportedMetadata/>
</target>
<target name="printMetadataTree">
<sfdc:printMetadataTree/>
</target>
<target name="updateStaticResource">
<zip destfile="ResourceFiles.zip" basedir="./ResourceFiles"/>
<sfdc:updateStaticResource name="ResourceFiles" file="ResourceFiles.zip"/>
</target>
<target name="retrieveMetadata">
<sfdc:retrieveMetadata dest="metadata"/>
</target>
<target name="refreshMetadata">
<refreshMetadata includePackages="lib"/>
</target>
</project>