vmassol     2002/10/08 08:47:46

  Modified:    src/plugins-build/cactus plugin.jelly project.xml
  Log:
  Removed unused cactus-ant jar. Thanks Emmanuel!
  
  Revision  Changes    Path
  1.2       +0 -7      jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      8 Oct 2002 13:51:25 -0000       1.1
  +++ plugin.jelly      8 Oct 2002 15:47:46 -0000       1.2
  @@ -18,13 +18,6 @@
       <j:import inherit="true" uri="${script.toURL().toString()}"/>
     </j:forEach>
   
  -  <taskdef name="runservertests"
  -    classname="org.apache.cactus.ant.RunServerTestsTask">
  -    <classpath>
  -      <pathelement location="${plugin.getDependencyPath('cactus:cactus-ant')}"/>
  -    </classpath>
  -  </taskdef>
  -
     <!--
        ========================================================================
          Compile Cactus tests.
  
  
  
  1.11      +0 -8      jakarta-turbine-maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       8 Oct 2002 14:13:51 -0000       1.10
  +++ project.xml       8 Oct 2002 15:47:46 -0000       1.11
  @@ -56,14 +56,6 @@
       </dependency>
   
       <dependency>
  -      <id>cactus:cactus-ant</id>
  -      <version>1.5-SNAPSHOT</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
  -    </dependency>
  -
  -    <dependency>
         <id>commons-httpclient</id>
         <version>2.0alpha1-20020829</version>
         <properties>
  
  
  

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

Reply via email to