* Add source and target attributes to javac task to guarantee JDK 1.3 compatibility.

This commit is contained in:
hns 2005-12-19 21:08:51 +00:00
parent 86d4f5dc5d
commit 1aa4fe75c9

View file

@ -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}"