mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-53917 use common jsoup lib and advance its version
GitOrigin-RevId: 657ca6ec26e16c3246e3b9358eb15334700a54b4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a33f3d6684
commit
447c979662
+1
-2
@@ -377,8 +377,7 @@ class CommunityLibraryLicenses {
|
||||
license: "Simplified BSD License", licenseUrl: "https://opensource.org/licenses/BSD-2-Clause",
|
||||
url: "http://json-schema.org/draft-07/schema#"),
|
||||
new LibraryLicense(name: "jsoup", libraryName: "jsoup", license: "MIT", url: "http://jsoup.org",
|
||||
licenseUrl: "http://jsoup.org/license",
|
||||
additionalLibraryNames: ["org.jsoup:jsoup:1.7.2"]),
|
||||
licenseUrl: "http://jsoup.org/license"),
|
||||
new LibraryLicense(name: "jsr305", libraryName: "jsr305", version: "snapshot", license: "BSD", url: "http://code.google.com/p/jsr-305/",
|
||||
licenseUrl: "http://code.google.com/p/jsr-305/source/browse/trunk/ri/LICENSE"),
|
||||
new LibraryLicense(name: "JUnit", libraryName: "JUnit3", license: "CPL 1.0", url: "http://junit.org/"),
|
||||
|
||||
+1
@@ -20,6 +20,7 @@ final class BuiltInHelpPlugin {
|
||||
mainJarName = "$productLowerCase-help.jar"
|
||||
directoryName = "${productName.replace(" ", "")}Help"
|
||||
excludeFromModule(moduleName, "com/jetbrains/builtInHelp/indexer/**")
|
||||
doNotCopyModuleLibrariesAutomatically(["jsoup"])
|
||||
withGeneratedResources({ BuildContext context ->
|
||||
def helpModule = context.findRequiredModule(moduleName)
|
||||
def ant = context.ant
|
||||
|
||||
@@ -104,18 +104,9 @@
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="org.jsoup:jsoup:1.7.2" type="repository">
|
||||
<properties maven-id="org.jsoup:jsoup:1.7.2" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
<orderEntry type="library" name="commons-compress" level="project" />
|
||||
<orderEntry type="library" name="jsoup" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide" />
|
||||
<orderEntry type="module" module-name="intellij.platform.builtInServer.impl" />
|
||||
<orderEntry type="module" module-name="intellij.xml.impl" />
|
||||
|
||||
Reference in New Issue
Block a user