You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/02/13 11:52:39 UTC

cvs commit: jakarta-velocity-dvsl/examples/velocitydocs build.xml

geirm       02/02/13 02:52:38

  Modified:    examples/velocitydocs build.xml
  Log:
  Patch from Bill Burton <bi...@progress.com>
  
  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>