Accepting request 1122658 from home:urbic:branches:Java:packages

- JPMS: Add the Automatic-Module-Name attribute to the manifest.

OBS-URL: https://build.opensuse.org/request/show/1122658
OBS-URL: https://build.opensuse.org/package/show/Java:packages/dom4j?expand=0&rev=52
This commit is contained in:
Fridrich Strba 2023-11-02 13:10:35 +00:00 committed by Git OBS Bridge
parent 8da072584a
commit 861c4ec56f
2 changed files with 10 additions and 1 deletions

View File

@ -101,7 +101,11 @@
compress="true"
index="false"
basedir="${build.outputDir}"
excludes="**/package.html"/>
excludes="**/package.html">
<manifest>
<attribute name="Automatic-Module-Name" value="${project.groupId}"/>
</manifest>
</jar>
</target>
<!-- ====================================================================== -->

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 2 11:40:16 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- JPMS: Add the Automatic-Module-Name attribute to the manifest.
-------------------------------------------------------------------
Thu Aug 24 10:08:25 UTC 2023 - Fridrich Strba <fstrba@suse.com>