diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-08 01:17:20 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-08 01:17:20 +0000 |
commit | e358751fe03e48b2d53fa1c104ee2623bc14c58c (patch) | |
tree | 5a45214ea79b98d44c5b60e2b5370e430dd00be9 /pom.xml | |
parent | 38f79d88d401051f77127b1b8392f20f10dcf2de (diff) | |
download | jackcess-e358751fe03e48b2d53fa1c104ee2623bc14c58c.tar.gz jackcess-e358751fe03e48b2d53fa1c104ee2623bc14c58c.zip |
make some useful things public; add auto module name to manifest
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1348 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Automatic-Module-Name>com.healthmarketscience.jackcess</Automatic-Module-Name> </instructions> </configuration> <executions> |