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 2003/10/01 12:47:54 UTC

cvs commit: avalon/merlin project.xml

mcconnell    2003/10/01 03:47:54

  Modified:    merlin   project.xml
  Log:
  Add Neeme Praks with respect to actions in contributing to docs.
  
  Revision  Changes    Path
  1.2       +111 -1    avalon/merlin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Sep 2003 09:30:17 -0000	1.1
  +++ project.xml	1 Oct 2003 10:47:54 -0000	1.2
  @@ -6,7 +6,7 @@
     <groupId>merlin</groupId>
     <id>merlin</id>
     <name>Merlin POM</name>
  -  <currentVersion>3.0</currentVersion>
  +  <currentVersion>3.1-SNAPSHOT</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
  @@ -111,6 +111,13 @@
         </roles>
         <organization>Sony Electronics</organization>
       </developer>
  +    <developer>
  +      <name>Neeme Praks</name>
  +      <email>neeme@apache.org</email>
  +      <roles>
  +        <role>Documentation improvements and corrections.</role>
  +      </roles>
  +    </developer>
     </developers>
   
     <contributors>
  @@ -177,6 +184,109 @@
         </roles>
       </contributor>
     </contributors>
  +
  +  <dependencies>
  +
  +    <!-- avalon dependecies -->
  +
  +    <dependency>
  +      <groupId>avalon-framework</groupId>
  +      <artifactId>avalon-framework-api</artifactId>
  +      <version>4.1.5</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>avalon-framework</groupId>
  +      <artifactId>avalon-framework-impl</artifactId>
  +      <version>4.1.5</version>
  +    </dependency>
  +
  +    <dependency>
  +      <groupId>avalon-meta</groupId>
  +      <artifactId>avalon-meta-api</artifactId>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>avalon-meta</groupId>
  +      <artifactId>avalon-meta-spi</artifactId>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>avalon-meta</groupId>
  +      <artifactId>avalon-meta-impl</artifactId>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>avalon-meta</groupId>
  +      <artifactId>avalon-meta-tools</artifactId>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>avalon-meta</groupId>
  +      <artifactId>avalon-meta-plugin</artifactId>
  +      <version>1.2-SNAPSHOT</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>logkit</id>
  +      <version>1.2</version>
  +    </dependency>
  +
  +    <!-- excalibur dependencies -->
  +    
  +    <dependency>
  +      <groupId>excalibur-lifecycle</groupId>
  +      <artifactId>excalibur-lifecycle-api</artifactId>
  +      <version>1.0</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>excalibur</groupId>
  +      <artifactId>excalibur-util-concurrent</artifactId>
  +      <version>1.3.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-i18n</id>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-configuration</id>
  +      <version>1.1</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-pool</id>
  +      <version>1.2</version>
  +    </dependency>
  +    <dependency>
  +      <id>excalibur-event</id>
  +      <version>1.0.3</version>
  +    </dependency>
  +
  +    <!-- mx4j dependecies -->
  +
  +    <dependency>
  +      <groupId>mx4j</groupId>
  +      <artifactId>mx4j-jmx</artifactId>
  +      <version>1.1.1</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>mx4j</groupId>
  +      <artifactId>mx4j-tools</artifactId>
  +      <version>1.1.1</version>
  +    </dependency>
  +
  +    <!-- pre JDK 1.4 dependencies -->
  +
  +    <dependency>
  +      <id>xml-apis</id>
  +      <version>2.0.2</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>xml-apis</groupId>
  +      <artifactId>xmlParserAPIs</artifactId>
  +      <version>2.0.2</version>
  +    </dependency>
  +
  +  </dependencies>
  +
   
     <build>
   
  
  
  

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