|
From: wrzep <do-...@jb...> - 2006-06-06 02:37:23
|
"unibrew" wrote : So, please go through it and check if everything we need is there, if there are no mistakes etc. It is important to consider this carefully because later changes might be paintful for us while doing migration and for our users. To start with, project.xml has changed a bit. 1. Repository and jira location are defined more flexible: <repository type="svn">http://anonsvn.labs.jboss.com/labs/jbosslabs/trunk</repository> | <issue-tracker type="jira">http://jira.jboss.com/jira/browse/JBLAB</issue-tracker> 2. Navigation. Adam is working on new, project-oriented, navigation. Now, you define project menu as following: <menu> | <page display="Blog">blog</page> | <page display="Freezone">freezone</page> | <page display="Downloads">downloads</page> | <link display="An outside link">http://jboss.com</link> | </menu> 3. Navigation, one more time. Hope it will be implemented soon. As repository location is already defined (see 1.), there's no use repeating it inside menu entry. Instead of: <menu> ... | <link display="Source Repository">http://anonsvn.labs.jboss.com/labs/jbosslabs/trunk</link> | </menu> let's have: <menu> ... | <link type="repository" display="Source Repository"/> | </menu> Obviously, same thing for the issue tracker. So, repo location is a project attribute. Every portlet can ask for project repository. Navigation uses this to display proper link. As you mentioned, we may want the same for: - fisheye/viewcvs, - dev/user forums. (How about CruiseControl?) Cheers :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949046#3949046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949046 |