Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
0.5
-
None
Description
To check out against a certain tag, like this:
<get-src type="cvs">
<module name="forums/javadev/forrest"/>
<content-dir name="src/documentation"/>
<project-dir name="."/>
<tag name="publish"/>
</get-src>
All you have to do is add
tag="${get-src.cvs.tag}"
to the two <cvs> tasks in templates.build.xml
<get-src type="cvs">
<module name="forums/javadev/forrest"/>
<content-dir name="src/documentation"/>
<project-dir name="."/>
<tag name="publish"/>
</get-src>
All you have to do is add
tag="${get-src.cvs.tag}"
to the two <cvs> tasks in templates.build.xml