task definition for svnant


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask">
  2. <classpath>
  3. <fileset dir="${PluginRoot}/${SVNAnt}">
  4. <include name="**/svn*.jar"/>
  5. </fileset>
  6. </classpath>
  7. </taskdef>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.