Kaydet (Commit) 1be9309c authored tarafından Petr Mladek's avatar Petr Mladek Kaydeden (comit) Fridrich Štrba

build-java-target.diff: allow to define java target

i#93115
allow to define java target, so the build is usable with the JVM 1.5
even when it is built with JDK 1.6
üst f97dda9c
...@@ -43,7 +43,7 @@ TST: ...@@ -43,7 +43,7 @@ TST:
.IF "$(SOLAR_JAVA)"=="TRUE" .IF "$(SOLAR_JAVA)"=="TRUE"
.IF "$(ANT_HOME)"!="NO_ANT_HOME" .IF "$(ANT_HOME)"!="NO_ANT_HOME"
ANT_FLAGS+=-Dbuild.source=1.5 ANT_FLAGS+=-Dbuild.source=$(JAVA_SOURCE_VER)
.IF "$(L10N_framework)"=="" .IF "$(L10N_framework)"==""
ALLTAR: ANTBUILD ALLTAR: ANTBUILD
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment