carlos      2004/08/27 12:11:58

  Modified:    aspectj/xdocs changes.xml
               aspectj  project.xml plugin.jelly
  Log:
  Added maven.aspectj.source and maven.aspectj.time properties that where incorrectly 
removed
  
  Revision  Changes    Path
  1.24      +5 -0      maven-plugins/aspectj/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/xdocs/changes.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml       9 Jul 2004 19:21:04 -0000       1.23
  +++ changes.xml       27 Aug 2004 19:11:58 -0000      1.24
  @@ -27,6 +27,11 @@
       <author email="[EMAIL PROTECTED]">Carlos Sanchez</author>
     </properties>
     <body>
  +    <release version="3.2-SNAPSHOT" date="in CVS">
  +      <action dev="carlos" type="fix">Added 
  +        <code>maven.aspectj.source</code>and
  +        <code>maven.aspectj.time</code>properties that where incorrectly 
removed.</action>
  +    </release>
       <release version="3.1.1" date="2004-07-09">
         <action dev="carlos" type="fix" issue="MPASPECTJ-11">Check that 
unitTestSourceDirectory is defined in pom</action>
         <action dev="carlos" type="add">Output messages to log</action>
  
  
  
  1.44      +1 -1      maven-plugins/aspectj/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml       9 Jul 2004 19:21:04 -0000       1.43
  +++ project.xml       27 Aug 2004 19:11:58 -0000      1.44
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-aspectj-plugin</id>
     <name>Maven AspectJ Plugin</name>
  -  <currentVersion>3.1.1</currentVersion>
  +  <currentVersion>3.2-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>AspectJ Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/aspectj/</url>
  
  
  
  1.20      +3 -1      maven-plugins/aspectj/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/plugin.jelly,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- plugin.jelly      9 Jul 2004 10:10:44 -0000       1.19
  +++ plugin.jelly      27 Aug 2004 19:11:58 -0000      1.20
  @@ -55,7 +55,9 @@
             sourceRootCopyFilter="${maven.aspectj.sourceRootCopyFilter}"
             debug="${maven.aspectj.debug}"
             emacssym="${maven.aspectj.emacssym}"
  -          verbose="${maven.aspectj.verbose}">
  +          verbose="${maven.aspectj.verbose}"
  +          source="${maven.aspectj.source}"
  +          time="${maven.aspectj.time}">
   
           <j:if test="${context.getVariable('maven.aspectj.fork') == true}">
             <j:if test="${context.getVariable('maven.aspectj.maxmem') != null}">
  
  
  

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

Reply via email to