Guest User

Untitled

a guest
Aug 17th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Define svnSetting globally
  2. <project name="helloworld" basedir="." default="helloworld">
  3. <svnSetting
  4. javahl="false"
  5. svnkit="true"
  6. username="guest"
  7. password=""
  8. id="svn.settings"
  9. />
  10. ...
  11. </project>
  12.  
  13. <project name="helloworld" basedir="." default="helloworld">
  14. <path id="path.svnant">
  15. <pathelement location="${basedir}/svnant.jar"/>
  16. <pathelement location="${basedir}/svnClientAdapter.jar"/>
  17. </path>
  18. <typedef resource="org/tigris/subversion/svnant/svnantlib.xml"
  19. classpathref="path.svnant"/>
Add Comment
Please, Sign In to add comment