mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4537 explicit source and target params for javac
X-SVN-Rev: 17704
This commit is contained in:
parent
dd39591bb6
commit
0176a784d1
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
|||
<!-- fix the data folder every time there is a version update-->
|
||||
<property name="icu4j.data.path" value="com/ibm/icu/impl/data/icudt33b/" />
|
||||
<property name="icu4j.testdata.path" value="com/ibm/icu/dev/data/testdata/" />
|
||||
<property name="icu4j.javac.source" value="1.4"/> <!-- debug -->
|
||||
<property name="icu4j.javac.target" value="1.4"/> <!-- debug -->
|
||||
<property name="icu4j.javac.source" value="1.4"/>
|
||||
<property name="icu4j.javac.target" value="1.4"/>
|
||||
|
||||
<path id="build.classpath">
|
||||
<pathelement path="${build.dir}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue