mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA project configuration: commons-codec converted to repository library
This commit is contained in:
Generated
+4
-3
@@ -1,11 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="commons-codec">
|
||||
<library name="commons-codec" type="repository">
|
||||
<properties maven-id="commons-codec:commons-codec:1.9" />
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/commons-codec-1.9.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/src/commons-codec-1.9-sources.jar!/"/>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
@@ -26,6 +26,7 @@ dependencies {
|
||||
buildScriptsDeps loadLibraryMavenId("cli-parser")
|
||||
buildScriptsDeps loadLibraryMavenId("protobuf")
|
||||
buildScriptsDeps loadLibraryMavenId("OroMatcher")
|
||||
buildScriptsDeps loadLibraryMavenId("commons-codec")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
<include name="httpclient-*.jar"/>
|
||||
<include name="httpcore-*.jar"/>
|
||||
<include name="httpmime-*.jar"/>
|
||||
<include name="commons-codec-*.jar"/>
|
||||
<include name="commons-logging-*.jar"/>
|
||||
<include name="slf4j-api-*.jar"/>
|
||||
<include name="slf4j-log4j12-*.jar"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user