IDEA-260882 Broken index file in proxy-vole-1.0.5-jb.2.jar

GitOrigin-RevId: a6c68a2e218fb160ae7bfb8cb9f5446e2bb7a644
This commit is contained in:
Vladimir Krivosheev
2021-02-06 10:32:45 +00:00
committed by intellij-monorepo-bot
parent 58a24eac54
commit 305db4427a
7 changed files with 24 additions and 35 deletions
-18
View File
@@ -1,18 +0,0 @@
<component name="libraryTable">
<library name="delight-rhino-sandbox" type="repository">
<properties maven-id="org.javadelight:delight-rhino-sandbox:0.0.11">
<exclude>
<dependency maven-id="org.mozilla:rhino" />
<dependency maven-id="com.google.guava:guava" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/javadelight/delight-rhino-sandbox/0.0.11/delight-rhino-sandbox-0.0.11.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtend/org.eclipse.xtend.lib/2.17.0/org.eclipse.xtend.lib-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.17.0/org.eclipse.xtext.xbase.lib-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.17.0/org.eclipse.xtend.lib.macro-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
+16 -5
View File
@@ -1,12 +1,23 @@
<component name="libraryTable">
<library name="proxy-vole" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:proxy-vole:1.0.5-jb.2" />
<properties maven-id="org.bidib.com.github.markusbernhardt:proxy-vole:1.0.10">
<exclude>
<dependency maven-id="net.java.dev.jna:jna" />
<dependency maven-id="net.java.dev.jna:jna-platform" />
<dependency maven-id="org.ini4j:ini4j" />
<dependency maven-id="org.mozilla:rhino-runtime" />
<dependency maven-id="com.google.guava:guava" />
<dependency maven-id="org.slf4j:slf4j-api" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/proxy-vole/1.0.5-jb.2/proxy-vole-1.0.5-jb.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/bidib/com/github/markusbernhardt/proxy-vole/1.0.10/proxy-vole-1.0.10.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/javadelight/delight-rhino-sandbox/0.0.11/delight-rhino-sandbox-0.0.11.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtend/org.eclipse.xtend.lib/2.17.0/org.eclipse.xtend.lib-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.17.0/org.eclipse.xtext.xbase.lib-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.17.0/org.eclipse.xtend.lib.macro-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/proxy-vole/1.0.5-jb.2/proxy-vole-1.0.5-jb.2-sources.jar!/" />
</SOURCES>
<SOURCES />
</library>
</component>
+3 -3
View File
@@ -1,12 +1,12 @@
<component name="libraryTable">
<library name="rhino" type="repository">
<properties maven-id="org.mozilla:rhino:1.7.13" />
<properties maven-id="org.mozilla:rhino-runtime:1.7.13" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.13/rhino-1.7.13.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino-runtime/1.7.13/rhino-runtime-1.7.13.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.13/rhino-1.7.13-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino-runtime/1.7.13/rhino-runtime-1.7.13-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -245,9 +245,6 @@ class CommunityLibraryLicenses {
url: "https://github.com/dart-lang/vm_service_drivers",
version: LibraryLicense.CUSTOM_REVISION),
new LibraryLicense(name: "dbus-java", libraryName: "dbus-java", license: "LGPL", url: "https://mvnrepository.com/artifact/com.github.hypfvieh/dbus-java"),
new LibraryLicense(name: "delight-rhino-sandbox", libraryName: "delight-rhino-sandbox", license: "Apache 2.0",
url: "https://github.com/javadelight/delight-rhino-sandbox",
licenseUrl: "https://github.com/javadelight/delight-rhino-sandbox/blob/master/LICENSE.TXT"),
new LibraryLicense(name: "directory-watcher", libraryName: "directory-watcher", license: "Apache 2.0", url: "https://github.com/gmethvin/directory-watcher/"),
new LibraryLicense(name: "docutils", attachedTo: "intellij.python.helpers", version: "0.8", license: "BSD",
url: "http://docutils.sourceforge.net/"),
@@ -53,7 +53,7 @@ class BaseLayoutSpec {
* @relativeOutputPath path relative to 'lib' plugin directory
*/
void withProjectLibrary(String libraryName, String relativeOutputPath = "") {
layout.includedProjectLibraries << new ProjectLibraryData(libraryName, relativeOutputPath)
layout.includedProjectLibraries.add(new ProjectLibraryData(libraryName, relativeOutputPath))
}
/**
@@ -63,8 +63,8 @@ class BaseLayoutSpec {
* @param relativeOutputPath target path relative to 'lib' directory
*/
void withModuleLibrary(String libraryName, String moduleName, String relativeOutputPath) {
layout.includedModuleLibraries << new ModuleLibraryData(moduleName: moduleName, libraryName: libraryName,
relativeOutputPath: relativeOutputPath)
layout.includedModuleLibraries.add(new ModuleLibraryData(moduleName: moduleName, libraryName: libraryName,
relativeOutputPath: relativeOutputPath))
}
/**
@@ -87,7 +87,7 @@ class BaseLayoutSpec {
/**
* Include an artifact output to the plugin distribution.
* @param artifactName name of the project configuration
* @param artifactName name of the project configuration
* @param relativeOutputPath target path relative to 'lib' directory
*/
void withArtifact(String artifactName, String relativeOutputPath) {
@@ -1,4 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.intellij.build.impl
import groovy.transform.CompileStatic
@@ -32,7 +32,6 @@
<orderEntry type="library" name="jackson" level="project" />
<orderEntry type="library" name="netty-codec-http" level="project" />
<orderEntry type="library" name="Java Compatibility" level="project" />
<orderEntry type="library" scope="RUNTIME" name="delight-rhino-sandbox" level="project" />
<orderEntry type="library" scope="RUNTIME" name="rhino" level="project" />
<orderEntry type="library" scope="RUNTIME" name="netty-handler-proxy" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.ex" exported="" />