IJPL-209476 IJ-MR-179029 extract opencsv lib

GitOrigin-RevId: 0c954ddd1f7a355db2a7e580b6bdce0ac2807ca9
This commit is contained in:
Vladimir Krivosheev
2025-10-18 11:42:37 +00:00
committed by intellij-monorepo-bot
parent 283f8c8e8b
commit 786ca24342
11 changed files with 124 additions and 7 deletions
+1
View File
@@ -892,6 +892,7 @@
<module fileurl="file://$PROJECT_DIR$/libraries/miglayout-swing/intellij.libraries.miglayout.swing.iml" filepath="$PROJECT_DIR$/libraries/miglayout-swing/intellij.libraries.miglayout.swing.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/mockito/intellij.libraries.mockito.iml" filepath="$PROJECT_DIR$/libraries/mockito/intellij.libraries.mockito.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/mvstore/intellij.libraries.mvstore.iml" filepath="$PROJECT_DIR$/libraries/mvstore/intellij.libraries.mvstore.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/opencsv/intellij.libraries.opencsv.iml" filepath="$PROJECT_DIR$/libraries/opencsv/intellij.libraries.opencsv.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/oro-matcher/intellij.libraries.oro.matcher.iml" filepath="$PROJECT_DIR$/libraries/oro-matcher/intellij.libraries.oro.matcher.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/proxy-vole/intellij.libraries.proxy.vole.iml" filepath="$PROJECT_DIR$/libraries/proxy-vole/intellij.libraries.proxy.vole.iml" />
<module fileurl="file://$PROJECT_DIR$/libraries/pty4j/intellij.libraries.pty4j.iml" filepath="$PROJECT_DIR$/libraries/pty4j/intellij.libraries.pty4j.iml" />
+1
View File
@@ -440,6 +440,7 @@ libraries/microba
libraries/miglayout-swing
libraries/mockito
libraries/mvstore
libraries/opencsv
libraries/oro-matcher
libraries/proxy-vole
libraries/pty4j
+21
View File
@@ -5601,6 +5601,27 @@ jvm_import(
visibility = ["//visibility:public"]
)
java_library(
name = "libraries-opencsv-opencsv",
exports = [
":com_opencsv-opencsv-5_10_http_import",
":commons-beanutils-commons-beanutils-1_10_0_http_import",
],
visibility = ["//visibility:public"]
)
jvm_import(
name = "com_opencsv-opencsv-5_10_http_import",
jar = "@com_opencsv-opencsv-5_10_http//file",
source_jar = "@com_opencsv-opencsv-5_10_http//file"
)
jvm_import(
name = "commons-beanutils-commons-beanutils-1_10_0_http_import",
jar = "@commons-beanutils-commons-beanutils-1_10_0_http//file",
source_jar = "@commons-beanutils-commons-beanutils-1_10_0_http//file"
)
jvm_import(
name = "libraries-pty4j-pty4j",
jar = "@org_jetbrains_pty4j-pty4j-0_13_11_http//file",
+28
View File
@@ -8126,6 +8126,34 @@ http_file(
downloaded_file_path = "h2-mvstore-2.3.232-sources.jar"
)
http_file(
name = "com_opencsv-opencsv-5_10_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/opencsv/opencsv/5.10/opencsv-5.10.jar",
sha256 = "e7927eb9a6d4f8a348a520907dbb08da6283a4448abb9bd9ef2f950d7bb950b0",
downloaded_file_path = "opencsv-5.10.jar"
)
http_file(
name = "commons-beanutils-commons-beanutils-1_10_0_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0.jar",
sha256 = "b6e8dbf5d4a7fd66edbc7106886909c097dc7e0768ca78cc1055955d6ff877a1",
downloaded_file_path = "commons-beanutils-1.10.0.jar"
)
http_file(
name = "com_opencsv-opencsv-5_10-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/com/opencsv/opencsv/5.10/opencsv-5.10-sources.jar",
sha256 = "f99deea74bba9b19160d14f323f58cdc273ae95fccd13903b20bada2030c1a01",
downloaded_file_path = "opencsv-5.10-sources.jar"
)
http_file(
name = "commons-beanutils-commons-beanutils-1_10_0-sources_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0-sources.jar",
sha256 = "881aa4751a1e68906bca056d230f535814222d959f55c2a166ca45300931822a",
downloaded_file_path = "commons-beanutils-1.10.0-sources.jar"
)
http_file(
name = "org_jetbrains_pty4j-pty4j-0_13_11_http",
url = "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/org/jetbrains/pty4j/pty4j/0.13.11/pty4j-0.13.11.jar",
+18
View File
@@ -0,0 +1,18 @@
### auto-generated section `build intellij.libraries.opencsv` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "opencsv_resources",
srcs = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "opencsv",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
resources = [":opencsv_resources"],
exports = ["@lib//:libraries-opencsv-opencsv"],
runtime_deps = ["@lib//:libraries-opencsv-opencsv"]
)
### auto-generated section `build intellij.libraries.opencsv` end
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library name="opencsv" type="repository">
<properties maven-id="com.opencsv:opencsv:5.10">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/opencsv/opencsv/5.10/opencsv-5.10.jar">
<sha256sum>e7927eb9a6d4f8a348a520907dbb08da6283a4448abb9bd9ef2f950d7bb950b0</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0.jar">
<sha256sum>b6e8dbf5d4a7fd66edbc7106886909c097dc7e0768ca78cc1055955d6ff877a1</sha256sum>
</artifact>
</verification>
<exclude>
<dependency maven-id="org.apache.commons:commons-text" />
<dependency maven-id="org.apache.commons:commons-lang3" />
<dependency maven-id="commons-collections:commons-collections" />
<dependency maven-id="commons-logging:commons-logging" />
<dependency maven-id="org.apache.commons:commons-collections4" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/opencsv/opencsv/5.10/opencsv-5.10.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/opencsv/opencsv/5.10/opencsv-5.10-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1.10.0/commons-beanutils-1.10.0-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
</component>
</module>
+7
View File
@@ -0,0 +1,7 @@
- name: <file>
modules:
- name: intellij.libraries.opencsv
libraries:
opencsv:
- name: $MAVEN_REPOSITORY$/com/opencsv/opencsv/5/opencsv-5.jar
- name: $MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1/commons-beanutils-1.jar
@@ -0,0 +1,2 @@
<idea-plugin visibility="internal">
</idea-plugin>
@@ -1046,6 +1046,9 @@ object CommunityLibraryLicenses {
LibraryLicense("OkHttp", libraryName = "okhttp", url = "https://square.github.io/okhttp/")
.apache("https://square.github.io/okhttp/#license"),
LibraryLicense("opencsv", libraryName = "opencsv", url = "https://opencsv.sourceforge.net/")
.apache("https://sourceforge.net/p/opencsv/source/ci/master/tree/LICENSE"),
LibraryLicense(libraryName = "opentelemetry", url = "https://opentelemetry.io/")
.apache("https://github.com/open-telemetry/opentelemetry-java/blob/main/LICENSE")
.suppliedByOrganizations("The OpenTelemetry Authors"),
@@ -5,5 +5,6 @@
<module name="intellij.libraries.xml.rpc"/>
<module name="intellij.libraries.kotlinx.document.store.mvstore"/>
<module name="intellij.libraries.opencsv"/>
</content>
</idea-plugin>
@@ -65,10 +65,4 @@
- name: intellij.evaluationPlugin.llm
libraries:
langfuse.java:
- name: $MAVEN_REPOSITORY$/com/langfuse/langfuse-java/0/langfuse-java-0.jar
- name: lib/opencsv.jar
library: opencsv
files:
- name: $MAVEN_REPOSITORY$/com/opencsv/opencsv/5/opencsv-5.jar
- name: $MAVEN_REPOSITORY$/commons-beanutils/commons-beanutils/1/commons-beanutils-1.jar
reason: <- intellij.evaluationPlugin.ijnext
- name: $MAVEN_REPOSITORY$/com/langfuse/langfuse-java/0/langfuse-java-0.jar