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/25 17:26:15 UTC

cvs commit: maven-plugins/aspectwerkz plugin.jelly project.xml

vmassol     2003/12/25 08:26:15

  Modified:    aspectwerkz plugin.jelly project.xml
  Log:
  Added required jrexx jar dependency
  
  Revision  Changes    Path
  1.2       +2 -2      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	24 Dec 2003 15:57:58 -0000	1.1
  +++ plugin.jelly	25 Dec 2003 16:26:15 -0000	1.2
  @@ -38,15 +38,15 @@
           <ant:pathelement location="${plugin.getDependencyPath('qdox:qdox')}"/>
           <ant:pathelement location="${plugin.getDependencyPath('trove:trove')}"/>
           <ant:pathelement location="${plugin.getDependencyPath('dom4j:dom4j')}"/>
  +        <ant:pathelement location="${plugin.getDependencyPath('jrexx:jrexx')}"/>
         </ant:classpath>
   
       </ant:java>
   
       <!--            
  -      ${main.classes}
  +      Note VMA: I'm not yet sure whether these 2 jars are needed or not:
         ${lib.dir}/piccolo-1.03.jar
         ${lib.dir}/commons-jexl-1.0-beta-2.jar
  -      ${lib.dir}/jrexx-1.1.1.jar
       -->      
   
     </goal>
  
  
  
  1.2       +5 -0      maven-plugins/aspectwerkz/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Dec 2003 15:57:58 -0000	1.1
  +++ project.xml	25 Dec 2003 16:26:15 -0000	1.2
  @@ -61,6 +61,11 @@
         <artifactId>dom4j</artifactId>
         <version>1.4</version>
       </dependency>
  +    <dependency>
  +      <groupId>jrexx</groupId>
  +      <artifactId>jrexx</artifactId>
  +      <version>1.1.1</version>
  +    </dependency>
     </dependencies>
     <reports>
       <report>maven-changes-plugin</report>
  
  
  

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