1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #27577 from SamCarlberg:java/automatic-module-name

java: Set Automatic-Module-Name manifest attribute in the built JAR file
This commit is contained in:
Alexander Smorkalov
2025-08-07 17:09:45 +03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ Specification-Version: @OPENCV_VERSION@
Implementation-Title: OpenCV
Implementation-Version: @OPENCV_VCSVERSION@
Implementation-Date: @OPENCV_TIMESTAMP@
Automatic-Module-Name: org.opencv
+1
View File
@@ -24,6 +24,7 @@
<attribute name="Implementation-Title" value="OpenCV"/>
<attribute name="Implementation-Version" value="@OPENCV_VCSVERSION@"/>
<attribute name="Implementation-Date" value="${timestamp}"/>
<attribute name="Automatic-Module-Name" value="org.opencv"/>
</manifest>
</jar>
</target>