geirm       02/02/13 02:52:38

  Modified:    examples/velocitydocs build.xml
  Log:
  Patch from Bill Burton <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.3       +2 -5      jakarta-velocity-dvsl/examples/velocitydocs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/examples/velocitydocs/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 28 Dec 2001 00:20:46 -0000      1.2
  +++ build.xml 13 Feb 2002 10:52:38 -0000      1.3
  @@ -47,7 +47,7 @@
              basedir="${docs.src}" 
              destdir="${docs.dest}/"
              extension=".html" 
  -        toolbox="${docs.src}/toolbox.props"
  +        toolboxfile="${docs.src}/toolbox.props"
              style="../../src/stylesheets/site.dvsl"
              excludes="**/project.xml"
              includes="**/*.xml" 
  @@ -64,17 +64,14 @@
                  style="site.xsl"
               excludes="empty.xml"
               includes="*.xml">
  +
         <param name="relative-path" expression="."/>
   
          <classpath refid="classpath"/>
        
  -
       </style>
   
    </target>
   </project>
  -
  -
  -
   
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to