diff --git a/xdoc/src/plugin-resources/templates/cvs-usage.xml b/xdoc/src/plugin-resources/templates/cvs-usage.xml index cb1bbf06..89affa60 100644 --- a/xdoc/src/plugin-resources/templates/cvs-usage.xml +++ b/xdoc/src/plugin-resources/templates/cvs-usage.xml @@ -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