diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 9dbaef3afb65..5fade6b3bc0e 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -1,4 +1,21 @@ -import org.jetbrains.jps.* +/* + * Copyright 2000-2011 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import org.jetbrains.jps.ClasspathKind +import org.jetbrains.jps.Library +import org.jetbrains.jps.Module class LibraryLicense { String name, url, version @@ -173,6 +190,7 @@ libraryLicense(name: "Maven3", libraryNames: ["Maven3", "maven-dependency-tree-1 libraryLicense(name: "mercurial_prompthooks", attachedTo: "hg4idea", version: "", license: "GPLv2 (used as hg extension called from hg executable)", url: "https://github.com/willemv/mercurial_prompthooks", licenseUrl: "https://github.com/willemv/mercurial_prompthooks/blob/master/LICENSE.txt") libraryLicense(name: "Microba", libraryName: "microba", version: "0.4.2", license: "BSD", url: "http://microba.sourceforge.net/", licenseUrl: "http://microba.sourceforge.net/license.txt") libraryLicense(name: "NanoXML", version: "2.2.3", license: "zlib/libpng", url: "http://nanoxml.cyberelf.be/", licenseUrl: "http://devkix.com/nanoxml.php") +libraryLicense(name: "nekohtml", libraryName: "nekohtml", version: "1.9.14", license: "Apache 2.0", url: "http://nekohtml.sourceforge.net/", licenseUrl: "http://apache.org/licenses/LICENSE-2.0.txt") libraryLicense(name: "Eclipse JDT Core", libraryName: "Eclipse", version: "3.3", license: "CPL 1.0", url: "http://www.eclipse.org/jdt/core/index.php") libraryLicense(name: "Jakarta ORO", libraryName: "OroMatcher", version: "2.0.8", license: "Apache", url: "http://jakarta.apache.org/oro/", licenseUrl: "http://svn.apache.org/repos/asf/jakarta/oro/trunk/LICENSE") libraryLicense(name: "PicoContainer", libraryName: "picocontainer", version: "1.2", license: "BSD", url: "http://www.picocontainer.org/", licenseUrl: "http://docs.codehaus.org/display/PICO/License") diff --git a/lib/nekohtml-1.9.14.jar b/lib/nekohtml-1.9.14.jar new file mode 100644 index 000000000000..16261d2eb2b1 Binary files /dev/null and b/lib/nekohtml-1.9.14.jar differ diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 92f19475951e..2e0ad0d05052 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -26,6 +26,7 @@ log4j.jar looks-2.2.2.jar microba.jar nanoxml-2.2.3.jar +nekohtml-1.9.14.jar org.eclipse.jdt.core_3.5.2.v_981_R35x.jar oromatcher.jar picocontainer.jar