You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/05/15 16:24:19 UTC

cvs commit: cocoon-2.0 build.xml

vgritsenko    2003/05/15 07:24:19

  Modified:    .        build.xml
  Log:
  "build site" builds site in ../cocoon-site/site/2.0/
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	8 Mar 2003 23:59:51 -0000	1.1
  +++ build.xml	15 May 2003 14:24:19 -0000	1.2
  @@ -269,7 +269,7 @@
       <property name="dist.bin.dir"    value="${dist.root}/bin/${dist.name}"/>
       <property name="dist.target" value="${dist.root}"/>
   
  -    <property name="site" value="../xml-site/targets/${name}"/>
  +    <property name="site" value="../cocoon-site/site/2.0"/>
   
       <!--
       The location of tools.jar, relative to the JAVA_HOME home.