Update of /cvsroot/xdoclet/xdoclet/maven
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6396/maven
Modified Files:
project.xml
Log Message:
Update <dependencies> to new format, fix a problem in the plugin template that I
checked in a few days ago.
Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/maven/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** project.xml 23 Oct 2003 11:51:29 -0000 1.4
--- project.xml 3 Feb 2004 04:02:45 -0000 1.5
***************
*** 54,81 ****
<dependencies>
! <dependency>
! <id>commons-collections</id>
! <version>2.1</version>
! </dependency>
! <dependency>
! <id>commons-logging</id>
! <version>1.1-dev</version>
! </dependency>
! <dependency>
! <id>log4j</id>
! <version>1.2.6</version>
! </dependency>
! <dependency>
! <id>xdoclet</id>
! <version>@XDOCLET_VERSION@</version>
! </dependency>
! <dependency>
! <id>xdoclet+xdoclet-module</id>
! <version>@XDOCLET_VERSION@</version>
! </dependency>
! <dependency>
! <id>xjavadoc</id>
! <version>@XJAVADOC_VERSION@</version>
! </dependency>
</dependencies>
--- 54,87 ----
<dependencies>
! <dependency>
! <groupId>commons-collections</groupId>
! <artifactId>commons-collections</artifactId>
! <version>2.1</version>
! </dependency>
! <dependency>
! <groupId>commons-logging</groupId>
! <artifactId>commons-logging</artifactId>
! <version>1.1-dev</version>
! </dependency>
! <dependency>
! <groupId>log4j</groupId>
! <artifactId>log4j</artifactId>
! <version>1.2.8</version>
! </dependency>
! <dependency>
! <groupId>xdoclet</groupId>
! <artifactId>xdoclet</artifactId>
! <version>1.2</version>
! </dependency>
! <dependency>
! <groupId>xdoclet</groupId>
! <artifactId>xdoclet-xdoclet-module</artifactId>
! <version>1.2</version>
! </dependency>
! <dependency>
! <groupId>xdoclet</groupId>
! <artifactId>xjavadoc</artifactId>
! <version>1.0.2</version>
! </dependency>
</dependencies>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel