You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/17 05:03:57 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/latka project.xml

dion        2002/12/16 20:03:57

  Modified:    src/plugins-build/latka project.xml
  Log:
  Added jdom and jaxen deps thanks to David Varnes
  
  Revision  Changes    Path
  1.4       +16 -0     jakarta-turbine-maven/src/plugins-build/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latka/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	8 Dec 2002 13:22:29 -0000	1.3
  +++ project.xml	17 Dec 2002 04:03:57 -0000	1.4
  @@ -62,6 +62,22 @@
       </dependency>
       
       <dependency>
  +      <id>jaxen</id>
  +      <version>1.0-FCS-full</version>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency> 
  +    
  +    <dependency>
  +      <id>jdom</id>
  +      <version>1.0b8</version>
  +      <properties>
  +        <classloader>root.maven</classloader>
  +      </properties>
  +    </dependency> 
  +    
  +    <dependency>
         <id>junit</id>
         <version>3.8.1</version>
         <properties>