1
0
Tomáš Chvátal 2016-09-29 11:16:42 +00:00 committed by Git OBS Bridge
parent ab7e5a3eaa
commit 8f1f7591da

View File

@ -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>