1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adding auto-tagging to build scripts.

This commit is contained in:
Doug Schaefer 2006-04-04 18:14:12 +00:00
parent e26773312d
commit 7be89ca12e

View file

@ -183,7 +183,7 @@
</target>
<target name="tagone">
<ant cvsroot=":ext:dschaefer@dev.eclipse.org:/cvsroot/tools" cvsrsh="ssh"
<cvs cvsroot=":ext:dschaefer@dev.eclipse.org:/cvsroot/tools" cvsrsh="ssh"
command="rtag ${tagbranch} ${tagname} ${tagmodule}"/>
</target>