55915df0f6
rebuilt with java-gcj-compat support [release 1.5.0-3mamba;Sun Mar 06 2011]
20 lines
746 B
Diff
20 lines
746 B
Diff
--- xapool-1.5.0-src/build.xml 2005-05-03 12:09:01.000000000 +0200
|
|
+++ xapool-1.5.0-src/build.xml-gil 2009-10-10 18:02:04.000000000 +0200
|
|
@@ -71,6 +71,7 @@
|
|
<target name="compile.base">
|
|
<mkdir dir="${build}/classes"/>
|
|
<javac
|
|
+ source="1.4"
|
|
srcdir="${src}"
|
|
destdir="${build}/classes"
|
|
deprecation="${compiler.deprecation}"
|
|
@@ -209,7 +210,7 @@
|
|
packagenames="org.enhydra.*"
|
|
destdir="${dist.jdoc}"
|
|
windowtitle="XAPool Developer Documentation"
|
|
- author="true" version="true" use="true" >
|
|
+ author="true" version="true" use="true" source="1.4" >
|
|
<doctitle><![CDATA[<h1>XAPool Developer Documentation</h1>]]></doctitle>
|
|
<sourcepath>
|
|
<pathelement path="${src}"/>
|