jvanzyl     2004/03/10 12:46:07

  Modified:    maven-model project.xml
  Log:
  o adding xpp3 here which will always be used by default and I would like
    to keep all the generation in one package if I can.
  
  Revision  Changes    Path
  1.2       +5 -0      maven-components/maven-model/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       8 Mar 2004 01:31:18 -0000       1.1
  +++ project.xml       10 Mar 2004 20:46:07 -0000      1.2
  @@ -39,6 +39,11 @@
     <contributors/>
   
     <dependencies>
  +    <dependency>
  +      <groupId>xpp3</groupId>
  +      <artifactId>xpp3</artifactId>
  +      <version>1.1.3.3</version>
  +    </dependency>
     </dependencies>
     
     <build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to