You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/07/13 08:49:22 UTC

cvs commit: jakarta-jetspeed/build build.xml

taylor      01/07/12 23:49:20

  Modified:    build    build.xml
  Log:
  - fixed minor anakia template path problem
  
  Revision  Changes    Path
  1.98      +7 -6      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml	2001/05/30 19:45:20	1.97
  +++ build.xml	2001/07/13 06:49:10	1.98
  @@ -317,13 +317,14 @@
           </taskdef>
   
           <anakia basedir="${docs.src}" destdir="${docs.dest}/"
  -            extension=".html" style="./site.vsl"
  -            projectFile="stylesheets/project.xml"
  -            excludes="**/stylesheets/** empty.xml"
  -            includes="**/*.xml"
  -            lastModifiedCheck="true"
  -            templatePath="../${jakarta.site2}/xdocs/stylesheets">
  +             extension=".html" style="./site.vsl"
  +             projectFile="stylesheets/project.xml"
  +             excludes="**/stylesheets/** empty.xml"
  +             includes="**/*.xml"
  +             lastModifiedCheck="true"
  +             templatePath="${jakarta.site2}/xdocs/stylesheets">
           </anakia>
  +
   
           <copy todir="${docs.dest}/images" filtering="no">
               <fileset dir="${docs.src}/images">
  
  
  

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