Fixing JDURL per #6110
This commit is contained in:
parent
b0e825fe1a
commit
d30281be7e
|
@ -47,7 +47,7 @@
|
|||
<project.basedir>${project.basedir}</project.basedir>
|
||||
<maven.local.repo>${settings.localRepository}</maven.local.repo>
|
||||
<prog_guide>../programming-guide/index.html</prog_guide>
|
||||
<JDURL>http://www.eclipse.org/jetty/javadoc/jetty-10</JDURL>
|
||||
<JDURL>http://www.eclipse.org/jetty/javadoc/jetty-11</JDURL>
|
||||
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
|
||||
<SRCDIR>${basedir}/..</SRCDIR>
|
||||
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL>
|
||||
|
|
Loading…
Reference in New Issue