Index: xdoc/src/plugin-resources/templates/cvs-usage.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/xdoc/src/plugin-resources/templates/cvs-usage.xml,v retrieving revision 1.12 diff -u -r1.12 cvs-usage.xml --- xdoc/src/plugin-resources/templates/cvs-usage.xml 4 Mar 2004 18:39:49 -0000 1.12 +++ xdoc/src/plugin-resources/templates/cvs-usage.xml 23 Mar 2004 17:32:01 -0000 @@ -101,15 +101,18 @@ #end #if ($repository.url && $repository.url != '') -
+ #set ($connscm = $repository.getScmType()) + #if ($connscm == 'cvs') +
-

- For those developers who are stuck behind a corporate - firewall, CVSGrab - can use the viewcvs web interface to checkout the source code. -

+

+ For those developers who are stuck behind a corporate + firewall, CVSGrab + can use the viewcvs web interface to checkout the source code. +

-
+
+ #end #end #end