Fixed source target level from 1.4 to 1.5 and corrected reference to java apidocs

This commit is contained in:
deathmeat 2007-03-12 08:04:26 +00:00
parent 1875250010
commit c697366bcd
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<target name="compile" depends="makedir">
<!-- compile the java code from ${src} into ${build.dir} -->
<javac srcdir="${src}" destdir="${build.dir}" deprecation="on" source="1.4" target="1.4" debug="on">
<javac srcdir="${src}" destdir="${build.dir}" deprecation="on" source="1.5" target="1.5" debug="on">
<classpath>
<pathelement path="${classpath}"/>
<pathelement path="../client/build"/>
@ -182,7 +182,7 @@
<doctitle><![CDATA[Compiere<sup>TM</sup> Looks API Documentation]]></doctitle>
<header><![CDATA[<b>Compiere JasperReports Integration 1.0</b>]]></header>
<bottom><![CDATA[<i>Copyright (c) 1999-2005 ComPiere, Inc. - Author: Ronan LE MEILLAT based on rus.jar</i>]]></bottom>
<link href="http://java.sun.com/j2se/1.4.1/docs/api"/>
<link href="http://java.sun.com/j2se/1.5.0/docs/api"/>
</javadoc>
</target>