carlos      2004/07/09 03:10:45

  Modified:    aspectj  plugin.jelly
  Log:
  Use maven:get
  
  Revision  Changes    Path
  1.19      +4 -6      maven-plugins/aspectj/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/plugin.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- plugin.jelly      6 Jul 2004 12:37:17 -0000       1.18
  +++ plugin.jelly      9 Jul 2004 10:10:44 -0000       1.19
  @@ -33,7 +33,7 @@
     xmlns:ant="jelly:ant"
     xmlns:define="jelly:define"
     xmlns:log="jelly:log"
  -  xmlns:test="test"
  +  xmlns:maven="jelly:maven"
     xmlns:aspectj="aspectj">
   
     <!--
  @@ -209,11 +209,9 @@
   
       <j:if test="${(shouldWeave == 'true') and (pom.build.unitTestSourceDirectory != 
'')}">
   
  -      <!-- By calling a goal from the test plugin we ensure that all its 
  -           properties are loaded and are thus accessible from this plugin -->
  -      <!-- FIXME: remove and use maven:get tag -->
  -      <test:dependency-handle/>
  -      <j:set var="testPlugin" value="${pom.getPluginContext('maven-test-plugin')}"/>
  +      <maven:get var="maven.test.compile.src.set"
  +        plugin="maven-test-plugin"
  +        property="maven.test.compile.src.set"/>
   
         <!-- Weave test classes -->
         <ant:path id="testClasspath">
  
  
  

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

Reply via email to