Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <target name="deploy">
  2. <sf:deploy username="${user}" password="${pass}" serverurl="${url}"
  3. maxPoll="${maxPoll}" pollWaitMillis="${pollWaitMillis}"
  4. deployRoot="${basedir}/src" testLevel="${testLevel}" checkOnly="${heckOnly}" />
  5. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement