Преглед изворни кода

modifies build.xml to support JDK 7.

tags/rel_3_24_1_ga
chibash пре 5 година
родитељ
комит
85d69ea6b3
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      build.xml
  2. BIN
      javassist.jar

+ 2
- 2
build.xml Прегледај датотеку

@@ -79,8 +79,8 @@
destdir="${build.classes.dir}"
debug="on"
deprecation="on"
source="1.8"
target="1.8"
source="1.7"
target="1.7"
optimize="off"
includeantruntime="true"
includes="**">


Loading…
Откажи
Сачувај