21 lines
816 B
Diff
21 lines
816 B
Diff
--- xapool-1.5.0-src/build.xml 2012-04-22 17:46:46.430376816 +0200
|
|
+++ xapool-1.5.0-src/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}"/>
|