[project] drops obsolete JAF and JAXB dependencies (IDEA-179784)

(the functionality they were needed for is now in Java plugin)
This commit is contained in:
Roman Shevchenko
2019-01-02 11:00:13 +01:00
parent 7df00ce67f
commit b5c7734b5d
6 changed files with 1 additions and 26 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
// Copyright 2000-2018 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-2019 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
import groovy.transform.CompileStatic
@@ -159,8 +159,6 @@ class CommunityRepositoryModules {
withResource("maven3-server-impl/lib/maven3", "lib/maven3")
withResource("maven3-server-common/lib", "lib/maven3-server-lib")
withResource("maven2-server-impl/lib/maven2", "lib/maven2")
withModuleLibrary("JAXB", "intellij.maven.server.m2.impl", "maven2-server-lib")
withModuleLibrary("javax-activation", "intellij.maven.server.m2.impl", "maven2-server-lib")
[
"archetype-common-2.0-alpha-4-SNAPSHOT.jar",
"commons-beanutils.jar",
@@ -52,19 +52,6 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="JAXB">
<CLASSES>
<root url="jar://$MODULE_DIR$/../../../lib/jaxb-api.jar!/" />
<root url="jar://$MODULE_DIR$/../../../lib/jaxb-impl.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/../../../lib/src/jaxb-api-src.zip!/" />
<root url="jar://$MODULE_DIR$/../../../lib/src/jaxb-impl.src.zip!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -76,16 +63,6 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="javax-activation" type="repository">
<properties include-transitive-deps="false" maven-id="javax.activation:activation:1.1" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1/activation-1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="commons-logging" level="project" />
<orderEntry type="module-library">
<library>