Ignore:
Timestamp:
2007-09-11T11:35:03+12:00 (17 years ago)
Author:
oranfry
Message:

made the distribution build script work with svn, and fixed an apparent bug where the XML-Parser tarball for mac was not retrieved from the web before an attempt was made to extract it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/branches/3-03/build.xml

    r14500 r14510  
    7979  <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/>
    8080
    81   <property name="svn.root" value="http://puka.cs.waikato.ac.nz/svn/greenstone"/>
     81  <property name="svn.root" value="http://svn.greenstone.org"/>
    8282<!--  <property name="cvs.root" value=":pserver:[email protected]:2402/usr/local/global-cvs/gsdl-src"/> -->
    8383  <!-- catalina home is set to tomcat basedir is already installed, otherwise
     
    11331133    </svn> 
    11341134  </target>
     1135
     1136  <target name="update-winbin" depends="init" if="current.os.iswindows" unless="nocvs.mode">
     1137        <svn>
     1138            <update url="${svn.root}/other-projects/trunk/winbin" destPath="${basedir}/winbin"/>
     1139        </svn> 
     1140    </target>
    11351141 
    11361142  <target name="get-windows-binaries" depends="init" if="collection.building.enabled.windows">
Note: See TracChangeset for help on using the changeset viewer.