Guest User

Untitled

a guest
Jun 21st, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # build.properties
  2. #
  3. # Specify the login credentials for the desired Salesforce organization
  4. sffrom.username = keith.reedy@email.com.sandboxname
  5. sffrom.password = passowrdANDtoken
  6. sffrom.serverurl = https://test.salesforce.com
  7. #
  8. #
  9. sfto.username = keith.reedy@email.com
  10. sfto.password = prodpasswordandtoken
  11. sfto.serverurl = https://login.salesforce.com
  12. #
  13.  
  14. <property file="build.properties "/>
  15.  
  16. <sf:retrieve username="${sffrom.username}" password="${sffrom.password}" serverurl="${sffrom.serverurl}" retrieveTarget="retrieveUnpackaged" unpackaged="package.xml"/>
Add Comment
Please, Sign In to add comment