You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/28 05:36:37 UTC

cvs commit: maven-plugins/xdoc/src/plugin-resources/templates cvs-usage.xml

brett       2004/04/27 20:36:37

  Modified:    xdoc/src/plugin-resources/templates cvs-usage.xml
  Log:
  PR: MPXDOC-90
  Submitted by:	Corey Tripp
  Reviewed by:	Brett Porter
  Only show CVS related firewall info if using CVS
  
  Revision  Changes    Path
  1.13      +10 -7     maven-plugins/xdoc/src/plugin-resources/templates/cvs-usage.xml
  
  Index: cvs-usage.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/templates/cvs-usage.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- cvs-usage.xml	4 Mar 2004 18:39:49 -0000	1.12
  +++ cvs-usage.xml	28 Apr 2004 03:36:37 -0000	1.13
  @@ -101,15 +101,18 @@
         #end
   
         #if ($repository.url && $repository.url != '')
  -      <section name="CVS Access behind a firewall">
  +        #set ($connscm = $repository.getScmType())
  +        #if ($connscm == 'cvs')
  +          <section name="CVS Access behind a firewall">
    
  -        <p>
  -          For those developers who are stuck behind a corporate
  -          firewall, <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
  -          can use the viewcvs web interface to checkout the source code.
  -        </p>
  +            <p>
  +              For those developers who are stuck behind a corporate
  +              firewall, <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
  +              can use the viewcvs web interface to checkout the source code.
  +            </p>
   
  -      </section>
  +          </section>
  +        #end
         #end
   
       #end
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org