You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/11/16 14:28:50 UTC

cvs commit: jakarta-avalon-excalibur/containerkit build.xml

donaldp     2002/11/16 05:28:50

  Modified:    containerkit build.xml
  Log:
  Remove dummy docs from build
  
  Revision  Changes    Path
  1.21      +1 -9      jakarta-avalon-excalibur/containerkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	15 Sep 2002 01:44:06 -0000	1.20
  +++ build.xml	16 Nov 2002 13:28:50 -0000	1.21
  @@ -395,16 +395,8 @@
   
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters" description="Generates the Docs">
  -    <ant antfile="${basedir}/../cocoonbuild.xml"/>
  -
  -      <copy todir="${docs.dir}">
  -        <fileset dir="${build.docs}">
  -          <include name="**"/>
  -        </fileset>
  -      </copy>    
  -
       </target>
  -    
  +
       <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website">
   
           <mkdir dir="../site/dist/docs/${dir-name}"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>