diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 000000000000..bc165fbcd305 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/commons_imaging.xml b/.idea/libraries/commons_imaging.xml index 217e8bf1608a..2bfaec012700 100644 --- a/.idea/libraries/commons_imaging.xml +++ b/.idea/libraries/commons_imaging.xml @@ -1,10 +1,14 @@ - + - + - - + + + + + + \ No newline at end of file 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 bd3491e6f6e6..25bd63830390 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -75,8 +75,8 @@ class CommunityLibraryLicenses { url: "http://commons.apache.org/net/"), new LibraryLicense(name: "Apache Lucene", libraryName: "lucene-core-2.4.1.jar", version: "2.4.1", license: "Apache 2.0", url: "http://lucene.apache.org/java"), - new LibraryLicense(name: "Apache Commons Imaging", libraryName: "commons-imaging", version: "1.0-SNAPSHOT", license: "Apache 2.0", - url: "https://commons.apache.org/proper/commons-imaging/"), + new LibraryLicense(name: "Apache Commons Imaging (JetBrains's fork)", libraryName: "commons-imaging", version: "1.0-RC", license: "Apache 2.0", + url: "https://github.com/JetBrains/intellij-deps-commons-imaging"), new LibraryLicense(name: "Apache XML Graphics Commons", libraryName: "xmlgraphics-commons-1.3.1.jar", version: "1.3.1", license: "Apache 2.0", url: "http://xmlgraphics.apache.org/commons/", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0"),