diff --git a/.idea/libraries/swingx.xml b/.idea/libraries/swingx.xml index 9da1c0f6130a..223866db78d1 100644 --- a/.idea/libraries/swingx.xml +++ b/.idea/libraries/swingx.xml @@ -1,11 +1,12 @@ - + + - + - + \ No newline at end of file diff --git a/lib/src/swingx-1.6.2-src.zip b/lib/src/swingx-1.6.2-src.zip deleted file mode 100644 index 4a98ccba74e9..000000000000 Binary files a/lib/src/swingx-1.6.2-src.zip and /dev/null differ diff --git a/lib/swingx-core-1.6.2.jar b/lib/swingx-core-1.6.2.jar deleted file mode 100644 index 6ec269948ba1..000000000000 Binary files a/lib/swingx-core-1.6.2.jar and /dev/null differ diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index b12ff7a9e5c3..535a3aec486f 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -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"),