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/06/07 17:54:38 UTC

cvs commit: maven/src/plugins-build/cactus project.xml plugin.jelly

vmassol     2003/06/07 08:54:38

  Modified:    src/plugins-build/cactus project.xml plugin.jelly
  Log:
  - Removed jars that are not needed on the server side at runtime
  - Added the Rhino jar as a dependency to allow JavaScript unit testing in HttpUnit integration
  
  Revision  Changes    Path
  1.28      +5 -0      maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	7 Jun 2003 15:46:42 -0000	1.27
  +++ project.xml	7 Jun 2003 15:54:38 -0000	1.28
  @@ -119,6 +119,11 @@
         <artifactId>xmlParserAPIs</artifactId>
         <version>2.2.1</version>
       </dependency>
  +    <dependency>
  +      <groupId>rhino</groupId>
  +      <artifactId>js</artifactId>
  +      <version>1.5R4-RC3</version>
  +    </dependency>
   
     </dependencies>
   
  
  
  
  1.20      +1 -3      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- plugin.jelly	7 Jun 2003 15:42:20 -0000	1.19
  +++ plugin.jelly	7 Jun 2003 15:54:38 -0000	1.20
  @@ -38,6 +38,7 @@
         <pathelement location="${plugin.getDependencyPath('nekohtml:nekohtml')}"/>
         <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
         <pathelement location="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
  +      <pathelement location="${plugin.getDependencyPath('rhino:js')}"/>
       </ant:path>
   
       <ant:taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
  @@ -153,9 +154,6 @@
         	   the CactifyWarTask only adds the pure Cactus jars but not
         	   related jars such as HttpUnit jars -->
         <lib file="${plugin.getDependencyPath('httpunit:httpunit')}"/>
  -      <lib file="${plugin.getDependencyPath('nekohtml:nekohtml')}"/>
  -      <lib file="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
  -      <lib file="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
         	   
       </cactifywar>
   
  
  
  

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