IDEA project configuration: removed unused 'xml-apis-ext' library

This commit is contained in:
nik
2017-04-17 10:39:18 +03:00
parent 465e38ddce
commit 1c6369f79a
4 changed files with 0 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="xml-apis-ext">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/xml-apis-ext.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -38,7 +38,6 @@
<include name="cli-parser-*.jar"/>
<include name="nanoxml-*.jar"/>
<include name="xml-apis.jar"/>
<include name="xml-apis-ext.jar"/>
<include name="xercesImpl.jar"/>
</fileset>
</path>

View File

@@ -106,7 +106,6 @@ class IntelliJCoreArtifactsBuilder {
include(name: "imgscalr-lib-4.2.jar")
include(name: "batik-all.jar")
include(name: "xmlgraphics-commons-1.5.jar")
include(name: "xml-apis-ext.jar")
}
}
buildContext.notifyArtifactBuilt(coreArtifactDir)

Binary file not shown.