You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/03/30 14:58:11 UTC

cvs commit: avalon-excalibur/thread project-common.xml

mcconnell    2004/03/30 04:58:11

  Modified:    pool/api project.xml
               pool/impl project.xml
               thread/api project.xml
               thread/impl project.xml
  Removed:     pool     project-common.xml
               thread   project-common.xml
  Log:
  Maven does not support more than one level of inheritance.
  
  Revision  Changes    Path
  1.4       +5 -3      avalon-excalibur/pool/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/api/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	30 Mar 2004 12:15:19 -0000	1.3
  +++ project.xml	30 Mar 2004 12:58:10 -0000	1.4
  @@ -17,14 +17,16 @@
   -->
   <project>
   
  -  <extend>${basedir}/../project-common.xml</extend>
  +  <extend>${basedir}/../../buildsystem/project-common.xml</extend>
   
  +  <groupId>excalibur-pool</groupId>
     <id>excalibur-pool-api</id>
     <name>Excalibur Pool API</name>
     <package>org.apache.avalon.excalibur.pool</package>
     <inceptionYear>2001</inceptionYear>
  -  <shortDescription>Excalibur Pool API</shortDescription>
  -  
  +  <shortDescription>Excalibur Pool API</shortDescription
  +  <currentVersion>2.0</currentVersion>
  +
     <dependencies>
       <dependency>
         <groupId>avalon-framework</groupId>
  
  
  
  1.4       +5 -3      avalon-excalibur/pool/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/impl/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	30 Mar 2004 12:15:19 -0000	1.3
  +++ project.xml	30 Mar 2004 12:58:11 -0000	1.4
  @@ -17,13 +17,15 @@
   -->
   <project>
   
  -  <extend>${basedir}/../project-common.xml</extend>
  +  <extend>${basedir}/../../buildsystem/project-common.xml</extend>
   
  +  <groupId>excalibur-pool</groupId>
     <id>excalibur-pool-impl</id>
     <name>Excalibur Pool Implementation</name>
  -  <package>org.apache.excalibur.pool</package>
  +  <package>org.apache.avalon.excalibur.pool</package>
     <inceptionYear>2001</inceptionYear>
  -  <shortDescription>Excalibur Pool Implementation</shortDescription>
  +  <shortDescription>Excalibur Pool Implementation</shortDescription
  +  <currentVersion>2.0</currentVersion>
     
     <dependencies>
       <dependency>
  
  
  
  1.4       +1 -1      avalon-excalibur/thread/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/api/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	30 Mar 2004 12:15:20 -0000	1.3
  +++ project.xml	30 Mar 2004 12:58:11 -0000	1.4
  @@ -18,7 +18,7 @@
   
   <project>
   
  -  <extend>${basedir}/../project-common.xml</extend>
  +  <extend>${basedir}/../../buildsystem/project-common.xml</extend>
   
     <groupId>excalibur-thread</groupId>
     <id>excalibur-thread-api</id>
  
  
  
  1.4       +1 -1      avalon-excalibur/thread/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/impl/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	30 Mar 2004 12:15:20 -0000	1.3
  +++ project.xml	30 Mar 2004 12:58:11 -0000	1.4
  @@ -18,7 +18,7 @@
   
   <project>
   
  -  <extend>${basedir}/../project-common.xml</extend>
  +  <extend>${basedir}/../../buildsystem/project-common.xml</extend>
   
     <groupId>excalibur-thread</groupId>
     <id>excalibur-thread-impl</id>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org