opencv/modules/java/jar
Sam Carlberg 84ca221184
Set Automatic-Module-Name manifest attribute
This is a useful property for modularized libraries and applications to be able to use OpenCV

A full module-info.java file for true compatibility with the Java module system would require compiling with Java 9+ and either use a multi-release JAR (which can be tricky to maintain) or compile the entire library with Java 9+ (which would break Android consumers on older SDK versions). In the interest of causing the least disruption, only an automatic module name is set so that modular Java 9+ consumers can use OpenCV but not break anybody else.
2025-07-25 00:28:29 -04:00
..
build.xml.in Set Automatic-Module-Name manifest attribute 2025-07-25 00:28:29 -04:00
CMakeLists.txt Merge pull request #23724 from dkurt:java_without_ant 2023-06-16 19:58:20 +03:00
list_java_sources.cmake Merge pull request #23724 from dkurt:java_without_ant 2023-06-16 19:58:20 +03:00
MANIFEST.MF.in Set Automatic-Module-Name manifest attribute 2025-07-25 00:28:29 -04:00