Update to use commons.module.name (consitent with CP)

This commit is contained in:
aherbert 2022-12-02 11:50:28 +00:00
parent 3e72f1ea31
commit 91b0bb3d30
11 changed files with 12 additions and 12 deletions

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.core</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.core</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.core</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -36,7 +36,7 @@
<commons.osgi.symbolicName>org.apache.commons.math4.examples.kmeans.image</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.math4.examples.kmeans.image</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.math4.examples.kmeans.image</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.examples.kmeans.image</commons.module.name>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/../../..</math.parent.dir>

View File

@ -39,7 +39,7 @@
<commons.osgi.symbolicName>org.apache.commons.math4.examples.sofm.chineserings</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.math4.examples.sofm.chineserings</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.math4.examples.sofm.chineserings</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.examples.sofm.chineserings</commons.module.name>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/../../..</math.parent.dir>

View File

@ -39,7 +39,7 @@
<commons.osgi.symbolicName>org.apache.commons.math4.examples.sofm.tsp</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.math4.examples.sofm.tsp</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.math4.examples.sofm.tsp</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.examples.sofm.tsp</commons.module.name>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/../../..</math.parent.dir>

View File

@ -43,7 +43,7 @@
<commons.osgi.symbolicName>org.apache.commons.math4.examples</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.math4.examples</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.math4.examples</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.examples</commons.module.name>
<!-- Workaround to avoid duplicating config files. -->
<math.parent.dir>${basedir}/..</math.parent.dir>
<math.jira.component>examples</math.jira.component>

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.legacy.core</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.legacy.core</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.core</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.legacy.exception</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.legacy.exception</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.exception</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.legacy</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.legacy</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.legacy</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.neuralnet</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.neuralnet</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.neuralnet</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -33,7 +33,7 @@
<properties>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4.transform</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4.transform</commons.module.name>
<!-- This value must reflect the current name of the base package. -->
<commons.osgi.symbolicName>org.apache.commons.math4.transform</commons.osgi.symbolicName>
<!-- OSGi -->

View File

@ -45,7 +45,7 @@
<commons.osgi.symbolicName>org.apache.commons.math4</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.math4</commons.osgi.export>
<!-- The Java Module System Name -->
<commons.automatic.module.name>org.apache.commons.math4</commons.automatic.module.name>
<commons.module.name>org.apache.commons.math4</commons.module.name>
<!-- This flag should only be true in the dist-archive module. -->
<commons.release.isDistModule>false</commons.release.isDistModule>
<!-- do not use snapshot suffix here -->
@ -395,7 +395,7 @@
<archive combine.children="append">
<manifestEntries>
<!-- Java 9 -->
<Automatic-Module-Name>${commons.automatic.module.name}</Automatic-Module-Name>
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>