jvanzyl     2002/07/21 13:40:15

  Modified:    src/plugins-build/dependency project.xml
  Log:
  o dependency plugin now compiles, you have to manually install the
    importscrubber plugin
  
  Revision  Changes    Path
  1.9       +11 -1     jakarta-turbine-maven/src/plugins-build/dependency/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/dependency/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       21 Jul 2002 18:00:52 -0000      1.8
  +++ project.xml       21 Jul 2002 20:40:15 -0000      1.9
  @@ -51,7 +51,12 @@
   
       <dependency>
         <id>commons-betwixt</id>
  -      <version>1.0-dev</version>
  +      <version>SNAPSHOT</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <id>commons-jelly</id>
  +      <version>SNAPSHOT</version>
       </dependency>
   
       <dependency>
  @@ -101,6 +106,11 @@
         <id>maven</id>
         <version>b5</version>
         <jar>maven.jar</jar>
  +    </dependency>
  +
  +    <dependency>
  +      <id>maven+importscrubber-plugin</id>
  +      <version>1.0</version>
       </dependency>
   
     </dependencies>
  
  
  

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

Reply via email to