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...@apache.org on 2001/06/25 20:38:18 UTC

cvs commit: jakarta-slide build.xml README

remm        01/06/25 11:38:17

  Modified:    .        build.xml README
  Log:
  - Forgot to commit the build script with the updated location for the stylesheet.
  
  Revision  Changes    Path
  1.98      +1 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml	2001/06/19 04:24:20	1.97
  +++ build.xml	2001/06/25 18:38:15	1.98
  @@ -465,7 +465,7 @@
     <target name="doc" depends="prepare" if="xsl.present">
   
       <style basedir="src/doc" destdir="${slide.build}/doc"
  -     extension=".html" style="style/slide.xsl" includes="*.xml" />
  +     extension=".html" style="stylesheets/slide.xsl" includes="*.xml" />
       <copy todir="${slide.build}/doc">
         <fileset dir="src/doc">
           <include name="**/*.gif" />
  
  
  
  1.12      +2 -3      jakarta-slide/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/README,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- README	2001/03/29 19:26:28	1.11
  +++ README	2001/06/25 18:38:16	1.12
  @@ -2,8 +2,7 @@
   			         =====
   
   
  -This subproject contains the source code for the Slide content management API
  -and WebDAV servlet engine.
  +This subproject contains the source code for the Slide content management system.
   
   
   Installing and Building Slide
  @@ -15,7 +14,7 @@
   Additional Information
   ======================
   
  -See HTML documentation, or the Slide website.
  +See HTML documentation, or the Slide website at http://jakarta.apache.org/slide.
   
   
   Before Committing Changes