You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/14 20:38:24 UTC

cvs commit: jakarta-commons build.xml

dirkv       2004/03/14 11:38:24

  Modified:    .        build.xml
  Log:
  exclude navigation.xml
  include png image
  
  Revision  Changes    Path
  1.15      +4 -2      jakarta-commons/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	29 Feb 2004 12:24:15 -0000	1.14
  +++ build.xml	14 Mar 2004 19:38:24 -0000	1.15
  @@ -49,7 +49,7 @@
     <target name="docs"
             description="--> generates the HTML documentation"
             >
  -
  +<!--
         <echo>
          ####################################################################
          #
  @@ -99,6 +99,7 @@
           #
           ####################################################################
         </echo>
  +-->
         <taskdef name="anakia"
             classname="org.apache.velocity.anakia.AnakiaTask">        
             <classpath location="${commons-collections.jar}"/>  
  @@ -120,7 +121,7 @@
         <anakia basedir="${docs.src}" destdir="${docs.dest}/"
              extension=".html" style="./site.vsl"
              projectFile="../../anakia-project.xml"
  -           excludes="**/stylesheets/** empty.xml"
  +           excludes="**/stylesheets/** empty.xml navigation.xml"
              includes="**/*.xml"
              lastModifiedCheck="true"
              templatePath="./">
  @@ -131,6 +132,7 @@
                 <include name="**/*.gif"/>
                 <include name="**/*.jpeg"/>
                 <include name="**/*.jpg"/>
  +              <include name="**/*.png"/>
             </fileset>
         </copy>
     
  
  
  

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