Guest User

Untitled

a guest
Nov 7th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <property file="build.properties"/>
  2. <property environment="env"/>
  3.  
  4. <target name="deploy">
  5.  
  6. <sf:deploy username="${sf.username}"
  7. password="${sf.password}"
  8. serverurl="${sf.serverurl}"
  9. runAllTests="true"
  10. logType="Detail"
  11. deployRoot="src"/>
  12.  
  13. </target>
Add Comment
Please, Sign In to add comment