Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16204/plugin-struts

Modified Files:
        project.xml 
Log Message:
using <artifactId> instead of <id> in all project.xml for consistency and 
better compatibility with m2

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-struts/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** project.xml 2 Jul 2005 13:16:28 -0000       1.4
--- project.xml 9 Dec 2005 00:35:17 -0000       1.5
***************
*** 14,18 ****
              </roles>
          </developer>
!        <developer>
              <name>Alexandre Martins</name>
              <id>alexmartins</id>
--- 14,18 ----
              </roles>
          </developer>
!         <developer>
              <name>Alexandre Martins</name>
              <id>alexmartins</id>
***************
*** 25,30 ****
      </developers>
      <contributors>
!       <contributor>
!               <name>Eduardo Franceschi</name>
          </contributor>
      </contributors>
--- 25,30 ----
      </developers>
      <contributors>
!         <contributor>
!             <name>Eduardo Franceschi</name>
          </contributor>
      </contributors>
***************
*** 36,49 ****
              <version>${pom.currentVersion}</version>
          </dependency>
!         <dependency>      
!                       <groupId>struts</groupId>      
!                       <artifactId>struts</artifactId>      
!                       <version>1.2.4</version>      
!               </dependency>
!               <dependency>
!                       <id>servletapi</id>
!                       <version>2.3</version>
!                       <url></url>
!       </dependency>
          <dependency>
              <groupId>commons-validator</groupId>
--- 36,50 ----
              <version>${pom.currentVersion}</version>
          </dependency>
!         <dependency>
!             <groupId>struts</groupId>
!             <artifactId>struts</artifactId>
!             <version>1.2.4</version>
!         </dependency>
!         <dependency>
!             <groupId>servletapi</groupId>
!             <artifactId>servletapi</artifactId>
!             <version>2.3</version>
!             <url></url>
!         </dependency>
          <dependency>
              <groupId>commons-validator</groupId>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to