Guest User

Untitled

a guest
Nov 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <target name="deploy">
  2. <sf:deploy username="${sf.username}" password="${sf.password}${sf.token}"
  3. serverurl="${sf.endpoint}" maxPoll="${sf.maxPoll}" deployRoot="../src"
  4. rollbackOnError="true" autoUpdatePackage="true" purgeOnDelete="true"
  5. logType="Debugonly" allowMissingFiles="true" ignoreWarnings="true"
  6. pollWaitMillis="10000" />
  7. </target>
Add Comment
Please, Sign In to add comment