Although allowed by the schema, this ordering no longer matches that in
the Maven reference
http://maven.apache.org/maven-1.x/reference/project-descriptor.htmlCan't Continuum handle this so we can go back to matching the docs?
I have removed the duplicate name elements as that is not valid.
--
Jeremy
dblevins@... wrote:
> dblevins 2005/12/03 15:59:06
>
> Modified: . project.xml
> Log:
>
> Added the name element to the top as it makes the project display all nice in continuum
>
> Revision Changes Path
> 1.19 +1 -0 connector/project.xml
>
> Index: project.xml
> ===================================================================
> RCS file: /scm/tranql/connector/project.xml,v
> retrieving revision 1.18
> retrieving revision 1.19
> diff -u -r1.18 -r1.19
> --- project.xml 3 Dec 2005 20:53:48 -0000 1.18
> +++ project.xml 3 Dec 2005 20:59:06 -0000 1.19
> @@ -20,6 +20,7 @@
> <!-- the version of maven's project object model -->
> <pomVersion>3</pomVersion>
>
> + <name>TranQL Connector</name>
> <groupId>tranql</groupId>
> <id>tranql-connector</id>
> <name>TranQL Connector Framework</name>
>
>
>