jvanzyl     2004/02/16 08:06:34

  Modified:    maven-plugins/maven-jar-plugin project.xml
               maven-plugins/maven-jar-plugin/src/resources/META-INF/plexus
                        components.xml
               maven-plugins/maven-surefire-plugin project.xml
               maven-plugins/maven-surefire-plugin/src/resources/META-INF/plexus
                        components.xml
  Log:
  o letting the unitTest element be declared, mboot needs to be fixed to
    deal with a non-existent even though it is declared.
  
  Revision  Changes    Path
  1.3       +0 -2      maven-components/maven-plugins/maven-jar-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       15 Feb 2004 01:52:32 -0000      1.2
  +++ project.xml       16 Feb 2004 16:06:34 -0000      1.3
  @@ -106,14 +106,12 @@
     <build>
       <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
       <sourceDirectory>src/java</sourceDirectory>
  -    <!--
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -    -->
       <resources>
         <resource>
           <directory>src/resources</directory>
  
  
  
  1.2       +7 -7      
maven-components/maven-plugins/maven-jar-plugin/src/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-jar-plugin/src/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- components.xml    15 Feb 2004 02:00:08 -0000      1.1
  +++ components.xml    16 Feb 2004 16:06:34 -0000      1.2
  @@ -1,9 +1,9 @@
   <component-set>
  -<components>    
  -  <component>
  -    <role>org.apache.maven.plugin.Plugin</role>
  -    <role-hint>jar</role-hint>
  -    <implementation>org.apache.maven.plugin.JarPlugin</implementation>
  -  </component>
  -</components>
  +  <components>
  +    <component>
  +      <role>org.apache.maven.plugin.Plugin</role>
  +      <role-hint>jar</role-hint>
  +      <implementation>org.apache.maven.plugin.JarPlugin</implementation>
  +    </component>
  +  </components>
   </component-set>
  
  
  
  1.6       +0 -2      maven-components/maven-plugins/maven-surefire-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-surefire-plugin/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       15 Feb 2004 01:48:20 -0000      1.5
  +++ project.xml       16 Feb 2004 16:06:34 -0000      1.6
  @@ -76,14 +76,12 @@
     <build>
       <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
       <sourceDirectory>src/main</sourceDirectory>
  -    <!--
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <unitTest>
         <includes>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  -    -->
       <resources>
         <resource>
           <directory>src/resources</directory>
  
  
  
  1.2       +7 -7      
maven-components/maven-plugins/maven-surefire-plugin/src/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-surefire-plugin/src/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- components.xml    15 Feb 2004 01:48:20 -0000      1.1
  +++ components.xml    16 Feb 2004 16:06:34 -0000      1.2
  @@ -1,9 +1,9 @@
   <component-set>
  -<components>    
  -  <component>
  -    <role>org.apache.maven.plugin.Plugin</role>
  -    <role-hint>surefire</role-hint>
  -    <implementation>org.apache.maven.test.SurefirePlugin</implementation>
  -  </component>
  -</components>
  +  <components>
  +    <component>
  +      <role>org.apache.maven.plugin.Plugin</role>
  +      <role-hint>surefire</role-hint>
  +      <implementation>org.apache.maven.test.SurefirePlugin</implementation>
  +    </component>
  +  </components>
   </component-set>
  
  
  

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

Reply via email to