Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # build.properties - credentials are not set here
  2. # for password encryption use a script from the bin folder:
  3. # ./encrypt.sh -e YourPassYourToken ../datascripts/dataloader_encryption_key.txt
  4.  
  5. #src.dir = <path to the source code>
  6. src.dir=src
  7. #pmd.format = html, text, xml
  8. pmd.format=xml
  9. #cpd.format = csv, text, xml
  10. cpd.format=xml
  11. cpd.minimumTokenCount=100
  12.  
  13. sf.maxPoll = 1000
  14. sf.serverurl = https://test.salesforce.com
  15. sf.password =UwxpoTR9dCQiTL8rctKsGzv38a3QUWW2i4
  16. sf.orgserver = test
  17. sf.passwordencrypted =5762cb1865cb22143d3cfb1eb271a17a8bc36d4ba1aa39c8da856ad982f4c18c54f622f698b865ae
  18. sf.username=d.yoshchik@itransition.com.dy2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement