Fixed source target level from 1.4 to 1.5 and corrected reference to java apidocs
This commit is contained in:
parent
1875250010
commit
c697366bcd
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<target name="compile" depends="makedir">
|
<target name="compile" depends="makedir">
|
||||||
<!-- compile the java code from ${src} into ${build.dir} -->
|
<!-- 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>
|
<classpath>
|
||||||
<pathelement path="${classpath}"/>
|
<pathelement path="${classpath}"/>
|
||||||
<pathelement path="../client/build"/>
|
<pathelement path="../client/build"/>
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
<doctitle><![CDATA[Compiere<sup>TM</sup> Looks API Documentation]]></doctitle>
|
<doctitle><![CDATA[Compiere<sup>TM</sup> Looks API Documentation]]></doctitle>
|
||||||
<header><![CDATA[<b>Compiere JasperReports Integration 1.0</b>]]></header>
|
<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>
|
<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>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue