mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA project configuration: convert Slf4j to repository library
This commit is contained in:
Generated
+5
-3
@@ -1,8 +1,10 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Slf4j">
|
||||
<library name="Slf4j" type="repository">
|
||||
<properties maven-id="org.slf4j:slf4j-log4j12:1.7.10" />
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/slf4j-api-1.7.10.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/lib/slf4j-log4j12-1.7.10.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/log4j/log4j/1.2.17/log4j-1.2.17.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
|
||||
@@ -26,6 +26,7 @@ dependencies {
|
||||
buildScriptsDeps loadLibraryMavenId("lz4-java")
|
||||
buildScriptsDeps(loadLibraryMavenId("gant-groovy"), { transitive = false })
|
||||
buildScriptsDeps loadLibraryMavenId("Log4J")
|
||||
buildScriptsDeps loadLibraryMavenId("Slf4j")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,8 +45,6 @@
|
||||
<include name="httpclient-*.jar"/>
|
||||
<include name="httpcore-*.jar"/>
|
||||
<include name="httpmime-*.jar"/>
|
||||
<include name="slf4j-api-*.jar"/>
|
||||
<include name="slf4j-log4j12-*.jar"/>
|
||||
</fileset>
|
||||
</path>
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user