Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Package xmlns="http://soap.sforce.com/2006/04/metadata">
  3. <types>
  4. <members>Case</members>
  5. <name>CustomObject</name>
  6. </types>
  7. <version>35.0</version>
  8. </Package>
  9.  
  10.  
  11. # build.properties
  12. #
  13.  
  14. # Specify the login credentials for the desired Salesforce organization
  15. sf.username = xavier.rocha@salesforce.com.lptest
  16. sf.password = 3Clips3!
  17. #sf.sessionId = 00D180000008gui!AQ0AQHKnxWqh148R9E7oSKDDyuFc_B.b8Bk23SX8EuwfvtY5E3UIlZCL3dgIJ41l5hdW3xjq14p_CC1jzz_5PFCcFuHkzIAj
  18. #sf.pkgName = <Insert comma separated package names to be retrieved>
  19. #sf.zipFile = <Insert path of the zipfile to be retrieved>
  20. #sf.metadataType = <Insert metadata type name for which listMetadata or bulkRetrieve operations are to be performed>
  21.  
  22. # Use 'https://login.salesforce.com' for production or developer edition (the default if not specified).
  23. # Use 'https://test.salesforce.com for sandbox.
  24. sf.serverurl = https://leaseplan--lptest.cs13.my.salesforce.com
  25.  
  26. sf.maxPoll = 20
  27. # If your network requires an HTTP proxy, see http://ant.apache.org/manual/proxy.html for configuration.
  28. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement