From 49d274afe8d51bea3bd4e0ba490c95bbe8f8ed13 Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 28 Apr 2004 03:36:37 +0000 Subject: [PATCH] PR: MPXDOC-90 Submitted by: Corey Tripp Reviewed by: Brett Porter Only show CVS related firewall info if using CVS git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115069 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/templates/cvs-usage.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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