-
-
-
- CVS
-
+
+
+
-
- #set ($repository = $project.repository)
-
- #if (!$repository)
-
-
- No SCM repository is defined.
-
-
- #else
-
- #if ($repository.url && $repository.url != '')
- #set ($url = $escape.getText($repository.url))
-
- #end
-
- #if ($repository.connection && $repository.connection != '')
- #set ($connscm = $repository.getScmType())
- #if ($connscm == 'cvs')
- #set ($conn = $repository.getCvsRoot($repository.connection, ''))
- #set ($module = $repository.getCvsModule($repository.connection))
-
-
- This project's CVS repository can be checked out through anonymous (pserver)
- CVS with the following instruction on a single line.
-
-
-
-
-
-
-
-
- This project's CVS repository can be checked out through anonymous (pserver)
- CVS with the following instruction set.
- When prompted for a password for anonymous, simply press the Enter key.
-
-
-
- cvs -d $conn login
-
- cvs -z3 -d $conn co $module
-
+
+ #set ($repository = $project.repository)
-
- Updates from within the module's directory do not need the -d parameter.
-
-
- #end
- #end
-
- #if ($repository.developerConnection && $repository.developerConnection != '')
- #set ($connscm = $repository.getScmType())
- #if ($connscm == 'cvs')
-
- #set ($conn = $repository.getCvsRoot($repository.developerConnection, 'username'))
- #set ($module = $repository.getCvsModule($repository.developerConnection))
- #set ($server = $repository.getCvsServer($repository.developerConnection))
-
-
-
- Only project developers can access the CVS tree via this method.
- Substitute username with the proper value.
-
-
-
-
-
- Remember to replace 'username' with your actual username on $server.
- Also change ssh in maven.scm.cvs.rsh=ssh
- to the name of your ssh executable.
-
-
-
-
-
-
- Only project developers can access the CVS tree via this method.
- SSH1 must be installed on your client machine. Substitute
- username with the proper value. Enter your site password when prompted.
-
-
-
- export CVS_RSH=ssh
-
- cvs -z3 -d $conn co $module
-
-
-
- Remember to replace 'username' with your actual username on $server.
-
-
-
- #end
- #end
-
- #if ($repository.url && $repository.url != '')
- #set ($connscm = $repository.getScmType())
- #if ($connscm == 'cvs')
-
-
+ #if (!$repository)
+
- For those developers who are stuck behind a corporate
- firewall, CVSGrab
- can use the viewcvs web interface to checkout the source code.
+
+
+ #else
+ #set ($url = $escape.getText($repository.url))
+ #if ($repository.url && $repository.url != '')
+
+ #end
+
+ #if ($repository.connection && $repository.connection != '')
+ #set ($connscm = $repository.getScmType())
+
+ #if ($connscm == 'cvs')
+ #set ($conn = $repository.getCvsRoot($repository.connection, ''))
+ #set ($module = $repository.getCvsModule($repository.connection))
+
+
+
+
+
+
+
+
+
+ cvs -d $conn login
+
+ cvs -z3 -d $conn co $module
+
+
+
+
+
+
+ #end
+ #end
+
+ #if ($repository.developerConnection && $repository.developerConnection != '')
+ #set ($connscm = $repository.getScmType())
+
+ #if ($connscm == 'cvs')
+ #set ($conn = $repository.getCvsRoot($repository.developerConnection, 'username'))
+ #set ($module = $repository.getCvsModule($repository.developerConnection))
+ #set ($server = $repository.getCvsServer($repository.developerConnection))
+
+
+
+
+
+
+
+
+
+
+ export CVS_RSH=ssh
+
+ cvs -z3 -d $conn co $module
+
+
+
+
+
+
+
+ #end
+ #end
+
+ #if ($repository.url && $repository.url != '')
+ #set ($connscm = $repository.getScmType())
+
+ #if ($connscm == 'cvs')
+
+ #end
+ #end
#end
- #end
-
- #end
-
-
+
-
diff --git a/xdoc/src/plugin-resources/templates/dependencies.xml b/xdoc/src/plugin-resources/templates/dependencies.xml
index 8c740b0f..2cdefad5 100644
--- a/xdoc/src/plugin-resources/templates/dependencies.xml
+++ b/xdoc/src/plugin-resources/templates/dependencies.xml
@@ -17,55 +17,63 @@
*/
-->
+
-
-
-
- CVS
-
+
+
+
-
- #set ($repository = $project.repository)
-
- #if (!$repository)
-
-
- No SCM repository is defined.
-
-
- #else
-
- #if ($repository.url && $repository.url != '')
- #set ($url = $escape.getText($repository.url))
-
- #end
-
- #if ($repository.connection && $repository.connection != '')
- #set ($connscm = $repository.getScmType())
- #if ($connscm == 'cvs')
- #set ($conn = $repository.getCvsRoot($repository.connection, ''))
- #set ($module = $repository.getCvsModule($repository.connection))
-
-
- This project's CVS repository can be checked out through anonymous (pserver)
- CVS with the following instruction set.
- When prompted for a password for anonymous, simply press the Enter key.
-
-
-
- cvs -d $conn login
-
- cvs -z3 -d $conn co $module
-
+
+ #set ($repository = $project.repository)
-
- Updates from within the module's directory do not need the -d parameter.
-
-
+ #if (!$repository)
+
+ #else
+ #set ($url = $escape.getText($repository.url))
+
+ #if ($repository.url && $repository.url != '')
+
+ #end
+
+ #if ($repository.connection && $repository.connection != '')
+ #set ($connscm = $repository.getScmType())
+
+ #if ($connscm == 'cvs')
+ #set ($conn = $repository.getCvsRoot($repository.connection, ''))
+ #set ($module = $repository.getCvsModule($repository.connection))
+
+
+
+
+
+
+ cvs -d $conn login
+
+ cvs -z3 -d $conn co $module
+
+
+
+
+
+
+ #end
+ #end
+
+ #if ($repository.developerConnection && $repository.developerConnection != '')
+ #set ($connscm = $repository.getScmType())
+
+ #if ($connscm == 'cvs')
+ #set ($conn = $repository.getCvsRoot($repository.developerConnection, 'username'))
+ #set ($module = $repository.getCvsModule($repository.developerConnection))
+ #set ($server = $repository.getCvsServer($repository.developerConnection))
+
+
+
+
+
+
+
+
+ export CVS_RSH=ssh
+
+ cvs -z3 -d $conn co $module
+
+
+
+
+
+
+
+ #end
+ #end
+
+ #if ($repository.url && $repository.url != '')
+
+ #end
#end
- #end
-
- #if ($repository.developerConnection && $repository.developerConnection != '')
- #set ($connscm = $repository.getScmType())
- #if ($connscm == 'cvs')
-
- #set ($conn = $repository.getCvsRoot($repository.developerConnection, 'username'))
- #set ($module = $repository.getCvsModule($repository.developerConnection))
- #set ($server = $repository.getCvsServer($repository.developerConnection))
-
-
-
-
- Only project developers can access the CVS tree via this method.
- SSH1 must be installed on your client machine. Substitute
- name with the proper value. Enter your site password when prompted.
-
-
-
- export CVS_RSH=ssh
-
- cvs -z3 -d $conn co $module
-
-
-
- Remember to replace 'username' with your actual username on $server.
-
-
-
- #end
- #end
-
- #if ($repository.url && $repository.url != '')
-
-
-
- For those developers who are stuck behind a corporate
- firewall, CVSGrab
- can use the viewcvs web interface to checkout the source code.
-
-
-
- #end
-
- #end
-
-
+
-
diff --git a/xdoc/src/plugin-resources/templates/team-list.xml b/xdoc/src/plugin-resources/templates/team-list.xml
index 5f2f8f77..3e9ff24d 100644
--- a/xdoc/src/plugin-resources/templates/team-list.xml
+++ b/xdoc/src/plugin-resources/templates/team-list.xml
@@ -17,141 +17,194 @@
*/
-->
+