mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] replaces JAF-API with full JAF (IDEA-179784, IDEA-205600)
This commit is contained in:
Generated
+12
@@ -0,0 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="javax.activation" type="repository">
|
||||
<properties maven-id="com.sun.activation:javax.activation:1.2.0" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
Generated
-12
@@ -1,12 +0,0 @@
|
||||
<component name="libraryTable">
|
||||
<library name="javax.activation-api" type="repository">
|
||||
<properties include-transitive-deps="false" maven-id="javax.activation:javax.activation-api:1.2.0" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
+1
-1
@@ -217,7 +217,7 @@ class CommunityLibraryLicenses {
|
||||
licenseUrl: "https://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE"),
|
||||
new LibraryLicense(name: "Java Compatibility", version: "1.0.1", license: "GPL 2.0 + Classpath", url: "https://github.com/JetBrains/intellij-deps-java-compatibility",
|
||||
licenseUrl: "https://raw.githubusercontent.com/JetBrains/intellij-deps-java-compatibility/master/LICENSE"),
|
||||
new LibraryLicense(name: "JavaBeans Activation Framework", libraryName: "javax.activation-api", version: "1.2",
|
||||
new LibraryLicense(name: "JavaBeans Activation Framework", libraryName: "javax.activation", version: "1.2",
|
||||
url: "https://github.com/javaee/activation",
|
||||
license: "CDDL 1.1 / GPL 2.0 + Classpath", licenseUrl: "https://oss.oracle.com/licenses/CDDL+GPL-1.1"),
|
||||
new LibraryLicense(name: "JavaCVS", attachedTo: "intellij.vcs.cvs.javacvs",
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<orderEntry type="library" scope="RUNTIME" name="error-prone-annotations" level="project" />
|
||||
<orderEntry type="library" name="jackson" level="project" />
|
||||
<orderEntry type="library" name="Java Compatibility" level="project" />
|
||||
<orderEntry type="library" name="javax.activation-api" level="project" />
|
||||
<orderEntry type="library" name="javax.activation" level="project" />
|
||||
<orderEntry type="library" name="commons-compress" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -24,6 +24,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.tests" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="XStream" level="project" />
|
||||
<orderEntry type="library" name="miglayout-swing" level="project" />
|
||||
<orderEntry type="library" name="javax.activation-api" level="project" />
|
||||
<orderEntry type="library" name="javax.activation" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user