You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@locus.apache.org on 2000/07/04 09:13:38 UTC

cvs commit: jakarta-slide build.xml

remm        00/07/04 00:13:29

  Modified:    .        build.xml
  Log:
  - Now correctly copy the .css file into the documentation build
    directory.
  
  Revision  Changes    Path
  1.23      +1 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	2000/07/04 05:51:50	1.22
  +++ build.xml	2000/07/04 07:13:28	1.23
  @@ -111,7 +111,7 @@
       <style basedir="src/doc" destdir="${slide.build}/doc"
        extension=".html" style="style/slide.xsl" includes="*.xml" />
       <copydir src="src/doc" dest="${slide.build}/doc"
  -     includes="**/*.gif,**/*.png" />
  +     includes="**/*.gif,**/*.png,**/*.css" />
       <copyfile src="STATUS.html" dest="${slide.build}/doc/STATUS.html" />
     </target>