You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/22 03:33:53 UTC

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

brett       2004/03/21 18:33:53

  Modified:    aspectwerkz plugin.jelly project.xml
  Log:
  required changes for it to work on JDK 1.3
  
  Revision  Changes    Path
  1.23      +2 -0      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- plugin.jelly	4 Mar 2004 18:00:36 -0000	1.22
  +++ plugin.jelly	22 Mar 2004 02:33:53 -0000	1.23
  @@ -74,6 +74,8 @@
       <path id="classpath.main">
         <ant:path refid="classpath.compile"/>
         <ant:pathelement location="${plugin.getDependencyPath('dom4j:dom4j')}"/>
  +      <ant:pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
  +      <ant:pathelement location="${plugin.getDependencyPath('xerces:xerces')}"/>
         <ant:pathelement location="${plugin.getDependencyPath('trove:trove')}"/>
       </path>    
   
  
  
  
  1.17      +10 -0     maven-plugins/aspectwerkz/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.16
  +++ project.xml	22 Mar 2004 02:33:53 -0000	1.17
  @@ -105,6 +105,16 @@
         <artifactId>commons-jexl</artifactId>
         <version>1.0-beta-2</version>
       </dependency>
  +    <dependency>
  +      <groupId>xml-apis</groupId>
  +      <artifactId>xml-apis</artifactId>
  +      <version>1.0.b2</version>
  +    </dependency>
  +    <dependency>
  +      <groupId>xerces</groupId>
  +      <artifactId>xerces</artifactId>
  +      <version>2.4.0</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