jvanzyl     2004/05/28 20:23:21

  Modified:    maven-core bootstrap.plugins project.xml
  Log:
  o add goodies for plugin plugin
  
  Revision  Changes    Path
  1.7       +1 -0      maven-components/maven-core/bootstrap.plugins
  
  Index: bootstrap.plugins
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/bootstrap.plugins,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- bootstrap.plugins 20 May 2004 17:09:30 -0000      1.6
  +++ bootstrap.plugins 29 May 2004 03:23:21 -0000      1.7
  @@ -1,5 +1,6 @@
   maven-clean-plugin
   maven-compiler-plugin
   maven-jar-plugin
  +maven-plugin-plugin
   maven-resources-plugin
   maven-surefire-plugin
  
  
  
  1.13      +5 -0      maven-components/maven-core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       20 May 2004 17:09:30 -0000      1.12
  +++ project.xml       29 May 2004 03:23:21 -0000      1.13
  @@ -105,6 +105,11 @@
         <artifactId>wagon-http</artifactId>
         <version>0.9-SNAPSHOT</version>
       </dependency>
  +    <dependency>
  +      <groupId>qdox</groupId>
  +      <artifactId>qdox</artifactId>
  +      <version>1.2</version>
  +    </dependency>
       <!-- For the abstract integrated plugin test case -->
       <dependency>
         <groupId>junit</groupId>
  
  
  

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

Reply via email to