You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/12/26 15:02:00 UTC

cvs commit: maven-plugins/aspectwerkz plugin.jelly

vmassol     2003/12/26 06:02:00

  Modified:    aspectwerkz plugin.jelly
  Log:
  Forgot to remove some comments
  
  Revision  Changes    Path
  1.6       +0 -13     maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	26 Dec 2003 13:52:37 -0000	1.5
  +++ plugin.jelly	26 Dec 2003 14:02:00 -0000	1.6
  @@ -92,19 +92,6 @@
           <ant:pathelement location="${plugin.getDependencyPath('aspectwerkz:aspectwerkz-core')}"/>
           <ant:pathelement location="${plugin.getDependencyPath('bcel:bcel')}"/>
         </ant:classpath>      
  -<!--
  -    set ASPECTWERKZ_LIBS=%ASPECTWERKZ_HOME%\lib\dom4j-1.4.jar;%ASPECTWERKZ_HOME%\lib\qdox-1.3.jar;%ASPECTWERKZ_HOME%\lib\concurrent-1.3.1.jar;%ASPECTWERKZ_HOME%\lib\trove-1.0.2.jar;%ASPECTWERKZ_HOME%\lib\commons-jexl-1.0-beta-2.jar;%ASPECTWERKZ_HOME%\lib\piccolo-1.03.jar;%ASPECTWERKZ_HOME%\lib\jrexx-1.1.1.jar
  -
  -    "%JAVA_COMMAND%" 
  -    -Daspectwerkz.transform.filter=no
  -    -Daspectwerkz.definition.file=${basedir}/src/samples/aspectwerkz.xml
  -    -Daspectwerkz.home=%ASPECTWERKZ_HOME%
  -    -cp "%ASPECTWERKZ_HOME%\lib\ant-1.5.2.jar;%ASPECTWERKZ_HOME%\lib\aspectwerkz-core-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_HOME%\lib\aspectwerkz-%ASPECTWERKZ_VERSION%.jar;%ASPECTWERKZ_LIBS%;%ASPECTWERKZ_HOME%\lib\bcel-patch.jar;%ASPECTWERKZ_HOME%\lib\bcel.jar"
  -    "org.codehaus.aspectwerkz.compiler.AspectWerkzC"
  -    -verify 
  -    -cp ${extensions.classes}
  -    ${samples.classes} 
  --->
     
       </ant:java>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org