You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/26 17:37:39 UTC

cvs commit: avalon-excalibur/thread project.xml

niclas      2004/02/26 08:37:39

  Modified:    event/impl project.xml
               thread   project.xml
  Log:
  Getting this module to compile and pass the tests again, when built from scratch.
  
  Revision  Changes    Path
  1.3       +21 -0     avalon-excalibur/event/impl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/impl/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	24 Feb 2004 14:45:56 -0000	1.2
  +++ project.xml	26 Feb 2004 16:37:38 -0000	1.3
  @@ -41,6 +41,18 @@
         <version>1.0.4-dev</version>
       </dependency>
       <dependency>
  +      <id>excalibur-pool</id>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-thread</id>
  +      <version>1.1.2</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-instrument</id>
  +      <version>1.2</version>
  +    </dependency>
  +    <dependency>
         <groupId>concurrent</groupId>
         <artifactId>concurrent</artifactId>
         <version>1.3.1</version>
  @@ -48,6 +60,15 @@
       <dependency>
         <id>commons-collections</id>
         <version>2.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>logkit</id>
  +      <version>1.2.2</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>excalibur-component</groupId>
  +      <artifactId>excalibur-testcase</artifactId>
  +      <version>1.2</version>
       </dependency>
     </dependencies>
   
  
  
  
  1.4       +1 -1      avalon-excalibur/thread/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/thread/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	21 Feb 2004 14:11:14 -0000	1.3
  +++ project.xml	26 Feb 2004 16:37:38 -0000	1.4
  @@ -20,7 +20,7 @@
   
       <name>excalibur-thread</name>
       <id>excalibur-thread</id>
  -    <currentVersion>1.1.2-dev</currentVersion>
  +    <currentVersion>1.1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>thread management components</shortDescription>
       <description>
  
  
  

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