So that javadoc build works again, this property is now just a string, not a
location. Andres, this may mean that you need to do something different to build javadocs with links to local JDOM/Sun javadocs.
This commit is contained in:
parent
983a9e2045
commit
35425f3753
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
java.api.loc.url, will do the trick: -->
|
||||
<property name="link.offline" value="false"/>
|
||||
<property name="java.api.loc.url"
|
||||
location="http://java.sun.com/j2se/1.4/docs/api/"/>
|
||||
value="http://java.sun.com/j2se/1.4/docs/api/"/>
|
||||
|
||||
|
||||
<property name="jnlp.codebase"
|
||||
|
|
Loading…
Reference in a new issue