mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA project configuration: swingx converted to repository library
This commit is contained in:
Generated
+4
-3
@@ -1,11 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="swingx">
|
||||
<library name="swingx" type="repository">
|
||||
<properties maven-id="org.swinglabs:swingx-core:1.6.2-2" />
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/swingx-core-1.6.2.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/swinglabs/swingx-core/1.6.2-2/swingx-core-1.6.2-2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$PROJECT_DIR$/lib/src/swingx-1.6.2-src.zip!/java"/>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/swinglabs/swingx-core/1.6.2-2/swingx-core-1.6.2-2-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -343,7 +343,7 @@ class CommunityLibraryLicenses {
|
||||
license: "link (commercial license)", url: "http://www.svnkit.com/", licenseUrl: "https://github.com/JetBrains/intellij-community/blob/master/license/svnkit-license.txt"),
|
||||
new LibraryLicense(name: "SVNKit", libraryName: "svnkit.jar", version: "1.8.12", license: "link (commercial license)",
|
||||
url: "http://www.svnkit.com/", licenseUrl: "https://github.com/JetBrains/intellij-community/blob/master/license/svnkit-license.txt"),
|
||||
new LibraryLicense(name: "swingx", libraryName: "swingx", version: "1.6.2", license: "LGPL 2.1", url: "http://java.net/downloads/swingx/",
|
||||
new LibraryLicense(name: "swingx", libraryName: "swingx", version: "1.6.2-2", license: "LGPL 2.1", url: "http://java.net/downloads/swingx/",
|
||||
licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php"),
|
||||
new LibraryLicense(name: "TestNG", version: "6.9 snapshot", license: "Apache 2.0", url: "http://testng.org/doc/",
|
||||
licenseUrl: "https://github.com/cbeust/testng/blob/master/LICENSE.txt"),
|
||||
|
||||
Reference in New Issue
Block a user