xapool/xapool-1.5.0-build.patch
2019-12-23 17:03:27 +08:00

21 lines
782 B
Diff

--- build.xml 2012-04-22 17:46:46.430376816 +0200
+++ build.xml-gil 2012-04-22 17:41:12.211402170 +0200
@@ -80,6 +80,8 @@
optimize="${compiler.optimize}">
<classpath refid="externals.classpath"/>
<include name="**/*.java"/>
+ <exclude name="**/org/enhydra/jdbc/instantdb/*.java"/>
+ <exclude name="**/org/enhydra/jdbc/oracle/*.java"/>
</javac>
</target>
@@ -210,7 +212,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}"/>