Changeset 16199
- Timestamp:
- 2008-06-26T11:56:02+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/shared/ant-scripts/init.xml
r16174 r16199 2 2 <project name="rk-init"> 3 3 4 <!-- CONSTANTS -->5 4 6 5 <!-- load in static properties from build.properties --> 7 6 <property file="build.properties" /> 8 7 8 <!-- CONSTANTS (overridable in build.properties) --> 9 9 10 <!-- svn root --> 10 <property name="svn.root" value="http://svn.greenstone.org" />11 <property name="svn.root" value="http://svn.greenstone.org" /> 11 12 13 <!-- default revision and branch path --> 14 <property name="branch.path" value="trunk" /> 15 <property name="branch.revision" value="HEAD" /> 16 12 17 <!-- the minimum version of java which the installer should be run with (this gets used in search4j) --> 13 18 <property name="java.min.version" value="1.4.0_00"/> 14 19 20 <!-- create a localised basedir property --> 21 <path id="basedir.path"><pathelement location="${basedir}"/></path> 22 <property name="basedir.local" refid="basedir.path"/> 23 24 15 25 <!-- BUNDLED JAVA INFO --> 16 <!-- the bundled javas are kept in linux/wrapper andwindows/wrapper in the repository -->26 <!-- the bundled javas are kept in shared/linux/wrapper and shared/windows/wrapper in the repository --> 17 27 <!-- change this info when the bundled version changes --> 28 <!-- linux --> 18 29 <property name="bundled.version.linux-java" value="1.6.0_05"/> 19 30 <property name="linux-java.installer" value="jre_6u5_tar_gz"/> 20 31 <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 32 <property name="component.size.linux-java" value="97Mb"/> 22 33 <!-- windows --> 23 34 <property name="bundled.version.windows-java" value="1.6.0_03"/> 24 35 <property name="windows-java.installer" value="jre-6u3-windows-i586-p-s.exe"/> … … 54 65 <typedef name="addressedcall" classname="TreeCallTarget" classpathref="project.classpath"/> 55 66 <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/> 67 <typedef name="rsplit" classname="SplitResource" classpathref="project.classpath"/> 56 68 <taskdef name="installer" classname="org.tp23.antinstaller.taskdefs.Installer" classpathref="project.classpath"/> 57 69
Note:
See TracChangeset
for help on using the changeset viewer.