Skip to content

Commit

Permalink
Improves manifest content.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Nov 25, 2022
1 parent b15a569 commit 3eae876
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastdoubleparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
</descriptors>
<archive>
<manifestEntries>
<Archiver-Version>-</Archiver-Version>
<Created-By>-</Created-By>
<Built-By>-</Built-By>
<SCM-URL>${project.scm.url}</SCM-URL>
<SCM-Revision>${git.commit.time}_${git.commit.id.abbrev}</SCM-Revision>
<Multi-Release>true</Multi-Release>
<Automatic-Module-Name>ch.randelshofer.fastdoubleparser</Automatic-Module-Name>
</manifestEntries>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ch/randelshofer/fastdoubleparserdemo/VarianceStatistics.class
module-info.class
ch/randelshofer/fastdoubleparserdemo/Main$BenchmarkFunction.class
ch/randelshofer/fastdoubleparserdemo/DoubleSum.class
ch/randelshofer/fastdoubleparserdemo/SystemInfo.class
ch/randelshofer/fastdoubleparserdemo/Stats.class
ch/randelshofer/fastdoubleparserdemo/Main.class
5 changes: 5 additions & 0 deletions fastdoubleparserdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
</descriptors>
<archive>
<manifestEntries>
<Archiver-Version>-</Archiver-Version>
<Created-By>-</Created-By>
<Built-By>-</Built-By>
<SCM-URL>${project.scm.url}</SCM-URL>
<SCM-Revision>${git.commit.time}_${git.commit.id.abbrev}</SCM-Revision>
<Multi-Release>true</Multi-Release>
<Automatic-Module-Name>ch.randelshofer.fastdoubleparserdemo</Automatic-Module-Name>
</manifestEntries>
Expand Down

0 comments on commit 3eae876

Please sign in to comment.