Changeset 14510 for greenstone3/branches/3-03/build.xml
- Timestamp:
- 2007-09-11T11:35:03+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/branches/3-03/build.xml
r14500 r14510 79 79 <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/> 80 80 81 <property name="svn.root" value="http:// puka.cs.waikato.ac.nz/svn/greenstone"/>81 <property name="svn.root" value="http://svn.greenstone.org"/> 82 82 <!-- <property name="cvs.root" value=":pserver:cvs_anon@cvs.scms.waikato.ac.nz:2402/usr/local/global-cvs/gsdl-src"/> --> 83 83 <!-- catalina home is set to tomcat basedir is already installed, otherwise … … 1133 1133 </svn> 1134 1134 </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> 1135 1141 1136 1142 <target name="get-windows-binaries" depends="init" if="collection.building.enabled.windows">
Note:
See TracChangeset
for help on using the changeset viewer.