* Add source and target attributes to javac task to guarantee JDK 1.3 compatibility.
This commit is contained in:
parent
86d4f5dc5d
commit
1aa4fe75c9
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
|||
<copy file="${build.src}/helma/objectmodel/dom/helma.xsl"
|
||||
todir="${build.classes}/helma/objectmodel/dom" />
|
||||
<javac srcdir="${build.src}"
|
||||
source="1.3"
|
||||
target="1.3"
|
||||
destdir="${build.classes}"
|
||||
debug="${debug}"
|
||||
deprecation="${deprecation}"
|
||||
|
|
Loading…
Add table
Reference in a new issue