Update of /cvsroot/xdoclet/xdoclet/maven
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26819/maven

Modified Files:
        project.xml 
Log Message:
XDT-411  Reduce the number of modules that must be declared in project.xml by moving 
them
into the plugin.

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/maven/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** project.xml 3 Feb 2004 23:48:38 -0000       1.6
--- project.xml 23 Sep 2004 17:19:18 -0000      1.7
***************
*** 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>@XDOCLET_VERSION@</version>
!               </dependency>
!               <dependency>
!                       <groupId>xdoclet</groupId>
!                       <artifactId>xdoclet-xdoclet-module</artifactId>
!                       <version>@XDOCLET_VERSION@</version>
!               </dependency>
!               <dependency>
!                       <groupId>xdoclet</groupId>
!                       <artifactId>xjavadoc</artifactId>
!                       <version>@XJAVADOC_VERSION@</version>
!               </dependency>
    </dependencies>
  
--- 54,117 ----
  
    <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>@XDOCLET_VERSION@</version>
!         </dependency>
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-xdoclet-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-ejb-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>  
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-web-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>   
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-hibernate-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>       
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-jdo-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>              
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-jmx-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>              
!         <dependency>
!             <groupId>xdoclet</groupId>
!             <artifactId>xdoclet-portlet-module</artifactId>
!             <version>@XDOCLET_VERSION@</version>
!         </dependency>             
!         <dependency>
!             <groupId>xjavadoc</groupId>
!             <artifactId>xjavadoc</artifactId>
!             <version>@XJAVADOC_VERSION@</version>
!         </dependency>
    </dependencies>
  



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to