IDEA project configuration: convert jgoodies-common to repository library

And updated from 1.2.1 to 1.4.0.
This commit is contained in:
nik
2017-12-21 13:42:59 +03:00
parent 9f89cdac84
commit e886b18bdf
3 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
<component name="libraryTable">
<library name="jgoodies-common">
<library name="jgoodies-common" type="repository">
<properties maven-id="com.jgoodies:jgoodies-common:1.4.0" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jgoodies-common-1.2.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/jgoodies/jgoodies-common/1.4.0/jgoodies-common-1.4.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/jgoodies/jgoodies-common/1.4.0/jgoodies-common-1.4.0-sources.jar!/" />
</SOURCES>
</library>
</component>
Binary file not shown.
@@ -179,7 +179,7 @@ class CommunityLibraryLicenses {
licenseUrl: "http://www.eclipse.org/org/documents/edl-v10.php", url: "https://github.com/FasterXML/jackson"),
new LibraryLicense(name: "JGit", libraryName: "jgit", version: "4.0", license: "Eclipse Distribution License 1.0",
licenseUrl: "http://www.eclipse.org/org/documents/edl-v10.php", url: "https://eclipse.org/jgit/"),
new LibraryLicense(name: "JGoodies Common", libraryName: "jgoodies-common", version: "1.2.1", license: "BSD",
new LibraryLicense(name: "JGoodies Common", libraryName: "jgoodies-common", version: "1.4.0", license: "BSD",
url: "http://www.jgoodies.com/freeware/libraries/looks/", licenseUrl: "https://opensource.org/licenses/bsd-license.html"),
new LibraryLicense(name: "JGoodies Forms", libraryName: "jgoodies-forms", version: "1.1-preview 2006-05-04 11:55:37", license: "BSD",
url: "http://www.jgoodies.com/freeware/libraries/forms/", licenseUrl: "https://opensource.org/licenses/bsd-license.html"),