mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
added javadoc links to pom.xml/build.xml
This commit is contained in:
parent
2115009e1e
commit
6be4bb55bb
@ -53,6 +53,8 @@
|
||||
verbose="false"
|
||||
author="true"
|
||||
version="true">
|
||||
<link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
|
||||
<link href="http://jd.bukkit.org/apidocs/" />
|
||||
|
||||
<classpath>
|
||||
<fileset dir="lib" includes="**/*.jar"/>
|
||||
|
5
pom.xml
5
pom.xml
@ -277,6 +277,11 @@
|
||||
<verbose>false</verbose>
|
||||
<author>true</author>
|
||||
<version>true</version>
|
||||
<linksource>true</linksource>
|
||||
<links>
|
||||
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
|
||||
<link>http://jd.bukkit.org/apidocs/</link>
|
||||
</links>
|
||||
<bottom>
|
||||
<![CDATA[<b>MilkBukkit, 2011</b>]]>
|
||||
</bottom>
|
||||
|
Loading…
Reference in New Issue
Block a user