vmassol     2003/10/29 10:30:01

  Modified:    integration/maven plugin.properties plugin.jelly
               integration/maven/xdocs properties.xml
  Log:
  Align property name: maven.cactus.printsummary to cactus.printsummary
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-cactus/integration/maven/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties 29 Oct 2003 17:35:13 -0000      1.1
  +++ plugin.properties 29 Oct 2003 18:30:01 -0000      1.2
  @@ -46,7 +46,7 @@
   
   # How summary information on test should be printed (see the
   # "printsummary" attribute of the JUnit Ant task.
  -maven.cactus.printsummary = withOutAndErr 
  +cactus.printsummary = withOutAndErr
   
   # (optional) Temporary directory where the containers are setup/executed
   #cactus.tmp.dir = 
  
  
  
  1.2       +3 -3      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      29 Oct 2003 17:35:12 -0000      1.1
  +++ plugin.jelly      29 Oct 2003 18:30:01 -0000      1.2
  @@ -262,7 +262,7 @@
       <cactus warfile="${maven.build.dir}/${pom.artifactId}-cactus.war" 
           fork="yes" errorproperty="cactustests.error" 
           failureproperty="cactustests.failure"
  -        printsummary="${maven.cactus.printsummary}">
  +        printsummary="${cactus.printsummary}">
         <ant:classpath>
           <ant:pathelement path="${maven.build.dest}"/>
           <ant:pathelement location="${cactus.target.classes.dir}"/>
  @@ -456,7 +456,7 @@
        <cactus warfile="${maven.build.dir}/${pom.artifactId}-cactus.war" 
           fork="yes" errorproperty="cactustests.error" 
           failureproperty="cactustests.failure"
  -        printsummary="${maven.cactus.printsummary}">
  +        printsummary="${cactus.printsummary}">
         <ant:classpath>
           <ant:pathelement path="${maven.build.dest}"/>
           <ant:pathelement location="${cactus.target.classes.dir}"/>
  @@ -590,7 +590,7 @@
        <cactus warfile="${maven.build.dir}/${pom.artifactId}-cactus.war" 
           fork="yes" errorproperty="cactustests.error" 
           failureproperty="cactustests.failure"
  -        printsummary="${maven.cactus.printsummary}">
  +        printsummary="${cactus.printsummary}">
         <ant:classpath>
           <ant:pathelement path="${maven.build.dest}"/>
           <ant:pathelement location="${cactus.target.classes.dir}"/>
  
  
  
  1.2       +1 -1      jakarta-cactus/integration/maven/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml    29 Oct 2003 17:35:11 -0000      1.1
  +++ properties.xml    29 Oct 2003 18:30:01 -0000      1.2
  @@ -124,7 +124,7 @@
             </td>
           </tr>
           <tr>
  -          <td>maven.cactus.printsummary</td>
  +          <td>cactus.printsummary</td>
             <td>Yes</td>
             <td>
               <p>
  
  
  

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

Reply via email to