[jboss-dev] Include source repository links in project links

Scott M Stark scott.stark at jboss.org
Tue Dec 5 13:31:59 EST 2006


Every project on labs should have links to its developer and anonymous
repositories in its navigation section.

This is done by checking out the project from under:
https://cms.labs.jboss.com/prod/forge/portal-content/default/members/

and editing the project.xml to include these links in the menu section.
For example, for jbossas, the link elements for Dev SVN, Anon SVN
provide this:
<project>
...
        <menu>
                <page display="Blog">blog</page>
                <freezone display="Downloads">download/index.html</freezone>
                <freezone display="Documentation">docs/index.html</freezone>
                <link display="Wiki Knowledge
Base">http://jboss.org/wiki/Wiki.jsp</link>
                <link
display="Forums">http://www.jboss.com/index.html?module=bb</link>
                <issue-tracker display="JIRA Issue Tracking"/>
      <link display="Dev SVN">https://svn.jboss.org/repos/jbossas/</link>
      <link display="Anon
SVN">http://anonsvn.jboss.org/repos/jbossas/</link>
        </menu>



More information about the jboss-development mailing list