[platform] replaces JAF-API with full JAF (IDEA-179784, IDEA-205600)

This commit is contained in:
Roman Shevchenko
2019-01-24 13:56:14 +01:00
parent 795f0ee356
commit b66bbc71af
5 changed files with 15 additions and 15 deletions
+12
View File
@@ -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>
-12
View File
@@ -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>
@@ -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>
+1 -1
View File
@@ -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>