< prev index next >

make/langtools/build.xml

Print this page
rev 59102 : imported patch build

*** 97,107 **** <property name="xpatch.cmd" value="--patch-module=${xpatch.rest}"/> <property name="xpatch.noquotes.cmd" value="--patch-module=${xpatch.noquotes.rest}"/> <!-- java.marker is set to a marker file to check for within a Java install dir. ! The best file to check for across Solaris/Linux/Windows/MacOS is one of the executables; regrettably, that is OS-specific. --> <condition property="java.marker" value="bin/java"> <os family="unix"/> </condition> <condition property="java.marker" value="bin/java.exe"> --- 97,107 ---- <property name="xpatch.cmd" value="--patch-module=${xpatch.rest}"/> <property name="xpatch.noquotes.cmd" value="--patch-module=${xpatch.noquotes.rest}"/> <!-- java.marker is set to a marker file to check for within a Java install dir. ! The best file to check for across Linux/Windows/MacOS is one of the executables; regrettably, that is OS-specific. --> <condition property="java.marker" value="bin/java"> <os family="unix"/> </condition> <condition property="java.marker" value="bin/java.exe">
< prev index next >