You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/11 22:55:35 UTC

cvs commit: jakarta-velocity/xdocs velocity.properties

jon         01/03/11 13:55:35

  Modified:    build    build-velocity.xml
               xdocs    velocity.properties
  Log:
  back out geir's changes to anakia to have the auto checkout until
  we have a better solution. in other words, this creates a dependency
  on simply having a ../jakarta-site2/xdocs/stylesheets/site.vsl file present
  in order to work properly.
  
  Revision  Changes    Path
  1.41      +3 -3      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build-velocity.xml	2001/03/07 03:04:27	1.40
  +++ build-velocity.xml	2001/03/11 21:55:34	1.41
  @@ -30,7 +30,7 @@
     <property name="docs.src" value="../xdocs"/>
       
     <property name="log.jar" value="lib/log.jar"/>
  -  <property name="jdom.jar" value="lib/jdom-b5.jar"/>
  +  <property name="jdom.jar" value="lib/jdom-b6.jar"/>
     <property name="oro.jar" value="lib/oro.jar"/>
     <property name="servlet.jar" value="lib/servlet.jar"/>
     <property name="xerces.jar" value="lib/xerces-1.1.3.jar"/>
  @@ -429,7 +429,7 @@
             depends="jar"
             description="--> generates the HTML documentation"
             >
  -
  +<!--
         <echo>
          ####################################################################
          #
  @@ -458,7 +458,7 @@
             command="checkout -p jakarta-site2/xdocs/stylesheets/site.vsl"
             output="${docs.src}/stylesheets/site.vsl"
         />
  -      
  +-->
         <taskdef name="anakia"
             classname="org.apache.velocity.anakia.AnakiaTask">
             
  
  
  
  1.3       +1 -1      jakarta-velocity/xdocs/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/velocity.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocity.properties	2001/02/27 05:11:08	1.2
  +++ velocity.properties	2001/03/11 21:55:35	1.3
  @@ -1 +1 @@
  -resource.loader.1.resource.path = ../xdocs/stylesheets
  +resource.loader.1.resource.path = ../../jakarta-site2/xdocs/stylesheets