Changeset 15859


Ignore:
Timestamp:
2008-06-04T17:24:52+12:00 (16 years ago)
Author:
shaoqun
Message:

use flax.checkout.path specified in build.properties to check out flax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r15837 r15859  
    5151
    5252 
    53   <!--the first two properties have to be put on the top to be used by build.properties-->
     53  <!--the first three properties have to be put on the top to be used by build.properties-->
    5454  <property name="src.packages.home" value="${basedir}/src/packages"/>
    5555  <property name="gdbm.home" value="${src.packages.home}/gdbm-1.8.3"/>
     56  <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/>
    5657  <property file="build.properties"/>
    5758  <property file="${user.home}/build.properties"/>
     
    9798
    9899  <!--constants -->
    99   <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/>
    100100  <property name="svn.root" value="http://svn.greenstone.org"/>
    101101
     
    16961696    <mkdir dir="${basedir}/flax-lib"/>
    16971697    <svn>
    1698       <checkout url="${flax.svn.root}/flax1.0/trunk/src/java/org/flax/" 
     1698      <checkout url="${flax.checkout.path}/src/java/org/flax/" 
    16991699    destPath="${basedir}/src/java/org/flax"/>
    1700       <checkout url="${flax.svn.root}/flax1.0/trunk/src/java/org/greenstone/gsdl3/flax/"
     1700      <checkout url="${flax.checkout.path}/src/java/org/greenstone/gsdl3/flax/"
    17011701    destPath="${basedir}/src/java/org/greenstone/gsdl3/flax"/>
    1702       <checkout url="${flax.svn.root}/flax1.0/trunk/web/WEB-INF/classes/flax/"
     1702      <checkout url="${flax.checkout.path}/web/WEB-INF/classes/flax/"
    17031703    destPath="${web.home}/WEB-INF/classes/flax"/>
    1704       <checkout url="${flax.svn.root}/flax1.0/trunk/web/interfaces/flax/"
     1704      <checkout url="${flax.checkout.path}/web/interfaces/flax/"
    17051705    destPath="${web.home}/interfaces/flax"/>
    1706       <checkout url="${flax.svn.root}/flax1.0/trunk/web/sites/flax/"
     1706      <checkout url="${flax.checkout.path}/web/sites/flax/"
    17071707    destPath="${web.home}/sites/flax"/>
    1708       <checkout url="${flax.svn.root}/flax1.0/trunk/flax-resources"
     1708      <checkout url="${flax.checkout.path}/flax-resources"
    17091709    destPath="${basedir}/flax-resources"/>
    1710       <checkout url="${flax.svn.root}/flax1.0/trunk/lib"
     1710      <checkout url="${flax.checkout.path}/lib"
    17111711    destPath="${basedir}/flax-lib"/>
    17121712    </svn>
Note: See TracChangeset for help on using the changeset viewer.