cmlenz      2003/01/22 10:02:40

  Modified:    .        build.xml gump.xml
  Removed:     anttasks/src/java/org/apache/cactus/ant
                        CheckSitemapTask.java
  Log:
  - Remove <checksitemap>-task from anttasks
  - Re-remove the dependancy if documentation on anttasks
  
  Revision  Changes    Path
  1.36      +1 -1      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml 15 Jan 2003 13:06:22 -0000      1.35
  +++ build.xml 22 Jan 2003 18:02:39 -0000      1.36
  @@ -226,7 +226,7 @@
       </target>
   
       <!-- Run Documentation dist target -->
  -    <target name="run.documentation" depends="run.anttasks">
  +    <target name="run.documentation">
   
           <ant target="dist" antfile="documentation/build.xml"
               inheritAll="false">
  
  
  
  1.35      +1 -3      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- gump.xml  15 Jan 2003 13:06:22 -0000      1.34
  +++ gump.xml  22 Jan 2003 18:02:39 -0000      1.35
  @@ -44,9 +44,7 @@
     -->
     <project name="jakarta-cactus-documentation">
   
  -    <ant buildfile="documentation/build.xml" target="dist">
  -      <depend property="cactus.ant.jar" project="jakarta-cactus-ant"/>
  -    </ant>
  +    <ant buildfile="documentation/build.xml" target="dist"/>
   
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  
  
  

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

Reply via email to