mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix Jackson library name, remove outdated ICS artifact
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ class CommunityLibraryLicenses {
|
||||
url: "https://github.com/JetBrains/jediterm", licenseUrl: "https://github.com/JetBrains/jediterm/blob/master/COPYING"),
|
||||
new LibraryLicense(name: "JEuclid", libraryName: "jeuclid-core-3.1.9.jar", version: "3.1.9", license: "Apache 2.0",
|
||||
url: "http://jeuclid.sourceforge.net", licenseUrl: "http://sourceforge.net/p/jeuclid/code/ci/default/tree/LICENSE.txt"),
|
||||
new LibraryLicense(name: "Jackson", libraryName: "jackson-databind", version: "2.9.4", license: "Apache 2.0",
|
||||
new LibraryLicense(name: "Jackson", libraryName: "jackson", version: "2.9.4", license: "Apache 2.0",
|
||||
licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0", url: "https://github.com/FasterXML/jackson"),
|
||||
new LibraryLicense(name: "javax inject", libraryName: "javax.inject:javax.inject:1", version: "1", license: "Apache 2.0",
|
||||
licenseUrl: "http://apache.org/licenses/LICENSE-2.0", url: "http://code.google.com/p/atinject/"),
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="settings-repository">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts</output-path>
|
||||
<root id="archive" name="settings-repository.zip">
|
||||
<element id="directory" name="settings-repository">
|
||||
<element id="directory" name="lib">
|
||||
<element id="archive" name="settings-repository.jar">
|
||||
<element id="module-output" name="settings-repository" />
|
||||
</element>
|
||||
<element id="file-copy" path="$PROJECT_DIR$/settings-repository/lib/org.eclipse.jgit-4.0.2-SNAPSHOT.jar" />
|
||||
<element id="file-copy" path="$PROJECT_DIR$/settings-repository/lib/jackson-annotations-2.5.1.jar" />
|
||||
<element id="file-copy" path="$PROJECT_DIR$/settings-repository/lib/jackson-core-2.5.1.jar" />
|
||||
<element id="file-copy" path="$PROJECT_DIR$/settings-repository/lib/jackson-databind-2.5.1.jar" />
|
||||
</element>
|
||||
</element>
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
Reference in New Issue
Block a user