Revert "Account the the jsoup license URL which appears to have

changed." because https://github.com/jhy/jsoup/issues/471 fixed

This reverts commit 71f8d04be6.
This commit is contained in:
Hervé Boutemy 2014-10-13 23:52:15 +02:00
parent 46b3467a26
commit 603f26addf
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ subject to the terms and conditions of the following licenses.
#if ($url == "https://glassfish.dev.java.net/public/CDDLv1.0.html")
#set ( $url = 'https://glassfish.java.net/public/CDDLv1.0.html' )
#end
## JSoup URL is now invalid, use a fixed one
#if ($url == "http://jsoup.com/license")
#set ( $url = 'http://jsoup.org/license' )
#end
#if ($url)
#set ( $licFile = 'lib/' + $artId + '.license' )
#set ( $downloaded = $lf.getResourceAsFile($url, "licenses/${licFile}") )