Changeset 16174
- Timestamp:
- 2008-06-25T12:58:34+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/shared/ant-scripts/init.xml
r16173 r16174 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 3 <!--4 ..........................................................5 September 20076 Greenstone3 'release maker' script7 Oran Fry8 ..........................................................9 -->10 11 2 <project name="rk-init"> 12 3 … … 19 10 <property name="svn.root" value="http://svn.greenstone.org"/> 20 11 21 <!-- the minimum version of java which the installer should be run with (this gets passed tosearch4j) -->12 <!-- the minimum version of java which the installer should be run with (this gets used in search4j) --> 22 13 <property name="java.min.version" value="1.4.0_00"/> 23 14 15 <!-- BUNDLED JAVA INFO --> 16 <!-- the bundled javas are kept in linux/wrapper and windows/wrapper in the repository --> 17 <!-- change this info when the bundled version changes --> 18 <property name="bundled.version.linux-java" value="1.6.0_05"/> 19 <property name="linux-java.installer" value="jre_6u5_tar_gz"/> 20 <property name="linux-java.extracted" value="jre1.6.0_05"/> <!-- set this to the name of the top level directory in the above archive --> 21 <property name="component.size.linux-java" value="97Mb"/> 22 23 <property name="bundled.version.windows-java" value="1.6.0_03"/> 24 <property name="windows-java.installer" value="jre-6u3-windows-i586-p-s.exe"/> 25 <property name="component.size.windows-java" value="?Mb"/> 24 26 25 27 <!-- CLASSPATH -->
Note:
See TracChangeset
for help on using the changeset viewer.