source: tags/1.7.1/ci/create-abcl-properties.awk

Last change on this file was 15281, checked in by Mark Evenson, 4 years ago

build: fix autoconfiguration script

Running the autoconfiguration script now sets both the target and
source options for the java compilation, selecting the maximum target
for compilation platform.

File size: 182 bytes
Line 
1/^java.options/ {print $0 " " options; next}
2/^abcl.javac.target/ {print "abcl.javac.target=" target; next}
3/^abcl.javac.source/ {print "abcl.javac.source=" source; next}
4{print $0}
Note: See TracBrowser for help on using the repository browser.