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/09/12 14:57:29 UTC

cvs commit: avalon-sandbox/meta/api project.xml

mcconnell    2003/09/12 05:57:29

  Modified:    meta/api project.xml
  Log:
  Add XML apis into dependencies for test case.
  
  Revision  Changes    Path
  1.4       +17 -0     avalon-sandbox/meta/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/meta/api/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	9 Sep 2003 22:00:42 -0000	1.3
  +++ project.xml	12 Sep 2003 12:57:29 -0000	1.4
  @@ -25,6 +25,23 @@
         <artifactId>avalon-framework-impl</artifactId>
         <version>4.1.5-RC3</version>
       </dependency>
  +
  +    <!-- pre JDK 1.4 dependencies for testcase -->
  +
  +    <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>
  +    <dependency>
  +      <id>xerces</id>
  +      <version>2.4.0</version>
  +    </dependency>
  +
     </dependencies>
     
   </project>
  
  
  

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