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

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/sample-web/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.xml 5 Jun 2005 11:08:18 -0000       1.3
--- project.xml 9 Dec 2005 00:35:18 -0000       1.4
***************
*** 3,7 ****
  <project>
    <extend>${basedir}/../project.xml</extend>
!   <id>xdoclet-sample-web</id>
    <name>xdoclet-sample-web</name>
  
--- 3,7 ----
  <project>
    <extend>${basedir}/../project.xml</extend>
!   <artifactId>xdoclet-sample-web</artifactId>
    <name>xdoclet-sample-web</name>
  
***************
*** 9,13 ****
  
      <dependency>
!       <id>servletapi</id>
        <version>2.3</version>
        <url></url>
--- 9,14 ----
  
      <dependency>
!       <groupId>servletapi</groupId>
!       <artifactId>servletapi</artifactId>
        <version>2.3</version>
        <url></url>



-------------------------------------------------------
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