forked from pool/apache-commons-pool2
This commit is contained in:
parent
ab7e5a3eaa
commit
8f1f7591da
@ -2,12 +2,19 @@ Index: build.xml
|
||||
===================================================================
|
||||
--- build.xml.orig
|
||||
+++ build.xml
|
||||
@@ -94,7 +94,7 @@
|
||||
nonavbar="false"
|
||||
serialwarn="false"
|
||||
source="${javac.src.version}">
|
||||
- <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
|
||||
+ <link href="file://usr/share/javadoc/java"/>
|
||||
</javadoc>
|
||||
</target>
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
nonavbar="false"
|
||||
serialwarn="false"
|
||||
source="${javac.src.version}">
|
||||
- <link href="http://docs.oracle.com/javase/6/docs/api/"/>
|
||||
+ <link href="file://usr/share/javadoc/java"/>
|
||||
</javadoc>
|
||||
</target>
|
||||
|
||||
@@ -211,4 +211,4 @@
|
||||
|
||||
<target name="dist" depends="build" description="gump target"/>
|
||||
|
||||
-</project>
|
||||
\ No newline at end of file
|
||||
+</project>
|
||||
|
Loading…
Reference in New Issue
Block a user