Author: desruisseaux
Date: Sat Oct 14 15:16:09 2023
New Revision: 1912969
URL: http://svn.apache.org/viewvc?rev=1912969&view=rev
Log:
Remove automatic name manifest entry. It is not needed anymore since the module
has a module-info file.
Modified:
sis/data/non-free/sis-embedded-data/pom.xml
Modified: sis/data/non-free/sis-embedded-data/pom.xml
URL:
http://svn.apache.org/viewvc/sis/data/non-free/sis-embedded-data/pom.xml?rev=1912969&r1=1912968&r2=1912969&view=diff
==============================================================================
--- sis/data/non-free/sis-embedded-data/pom.xml (original)
+++ sis/data/non-free/sis-embedded-data/pom.xml Sat Oct 14 15:16:09 2023
@@ -138,14 +138,6 @@ Provides non-free data, including the EP
<excludes>
<exclude>**/Generator*</exclude>
</excludes>
- <!-- Anticipation for Java 9 -->
- <archive>
- <manifestEntries>
- <Automatic-Module-Name>
- org.apache.sis.referencing.database
- </Automatic-Module-Name>
- </manifestEntries>
- </archive>
</configuration>
</plugin>