felipeal    2005/05/31 13:47:07

  Modified:    integration/maven plugin.jelly project.xml
               integration/maven/xdocs changes.xml
  Log:
  CACTUS-214: added dependency on Cargo
  
  Revision  Changes    Path
  1.50      +1 -0      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- plugin.jelly      31 May 2005 04:44:57 -0000      1.49
  +++ plugin.jelly      31 May 2005 20:47:07 -0000      1.50
  @@ -103,6 +103,7 @@
         <ant:pathelement 
location="${plugin.getDependencyPath('xerces:xerces')}"/>
         <ant:pathelement 
location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
         <ant:pathelement location="${plugin.getDependencyPath('rhino:js')}"/>
  +      <ant:pathelement 
location="${plugin.getDependencyPath('cargo:cargo')}"/>
       </ant:path>
   
       <ant:taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
  
  
  
  1.25      +6 -0      jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       28 Jan 2005 13:00:00 -0000      1.24
  +++ project.xml       31 May 2005 20:47:07 -0000      1.25
  @@ -57,6 +57,12 @@
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
       </dependency>
  +    <!-- Cactus now depends on Cargo -->
  +    <dependency>
  +      <groupId>cargo</groupId>
  +      <artifactId>cargo</artifactId>
  +      <version>0.5</version>
  +    </dependency>
   
       <!-- Note: Dependencies below are needed by HttpUnit. Xerces is also
         needed by the XML report used by the junitreport Ant task -->
  
  
  
  1.70      +3 -0      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- changes.xml       31 May 2005 04:44:57 -0000      1.69
  +++ changes.xml       31 May 2005 20:47:07 -0000      1.70
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.8dev" date="in CVS">
  +      <action dev="felipeal" type="fix" issue="CACTUS-214">
  +        Added dependency on <code>Cargo</code>.
  +      </action>
         <action dev="felipeal" type="add" issue="CACTUS-211">
           Added a <code>cactus.compile.src.set</code> path element, which 
allows
           Cactus tests to be split among multiple source directories.
  
  
  

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

Reply via email to