Update to use commons.module.name (consitent with CP)
This commit is contained in:
parent
3e72f1ea31
commit
91b0bb3d30
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.core</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.core</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.examples.kmeans.image</commons.osgi.symbolicName>
|
<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>
|
<commons.osgi.export>org.apache.commons.math4.examples.kmeans.image</commons.osgi.export>
|
||||||
<!-- Java 9+ -->
|
<!-- 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. -->
|
<!-- Workaround to avoid duplicating config files. -->
|
||||||
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.examples.sofm.chineserings</commons.osgi.symbolicName>
|
<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>
|
<commons.osgi.export>org.apache.commons.math4.examples.sofm.chineserings</commons.osgi.export>
|
||||||
<!-- Java 9+ -->
|
<!-- 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. -->
|
<!-- Workaround to avoid duplicating config files. -->
|
||||||
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.examples.sofm.tsp</commons.osgi.symbolicName>
|
<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>
|
<commons.osgi.export>org.apache.commons.math4.examples.sofm.tsp</commons.osgi.export>
|
||||||
<!-- Java 9+ -->
|
<!-- 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. -->
|
<!-- Workaround to avoid duplicating config files. -->
|
||||||
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
<math.parent.dir>${basedir}/../../..</math.parent.dir>
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.examples</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.examples</commons.osgi.symbolicName>
|
||||||
<commons.osgi.export>org.apache.commons.math4.examples</commons.osgi.export>
|
<commons.osgi.export>org.apache.commons.math4.examples</commons.osgi.export>
|
||||||
<!-- Java 9+ -->
|
<!-- 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. -->
|
<!-- Workaround to avoid duplicating config files. -->
|
||||||
<math.parent.dir>${basedir}/..</math.parent.dir>
|
<math.parent.dir>${basedir}/..</math.parent.dir>
|
||||||
<math.jira.component>examples</math.jira.component>
|
<math.jira.component>examples</math.jira.component>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.core</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.core</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.exception</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.legacy.exception</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.legacy</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.legacy</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.neuralnet</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.neuralnet</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This value must reflect the current name of the base package. -->
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4.transform</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4.transform</commons.osgi.symbolicName>
|
||||||
<!-- OSGi -->
|
<!-- OSGi -->
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -45,7 +45,7 @@
|
||||||
<commons.osgi.symbolicName>org.apache.commons.math4</commons.osgi.symbolicName>
|
<commons.osgi.symbolicName>org.apache.commons.math4</commons.osgi.symbolicName>
|
||||||
<commons.osgi.export>org.apache.commons.math4</commons.osgi.export>
|
<commons.osgi.export>org.apache.commons.math4</commons.osgi.export>
|
||||||
<!-- The Java Module System Name -->
|
<!-- 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. -->
|
<!-- This flag should only be true in the dist-archive module. -->
|
||||||
<commons.release.isDistModule>false</commons.release.isDistModule>
|
<commons.release.isDistModule>false</commons.release.isDistModule>
|
||||||
<!-- do not use snapshot suffix here -->
|
<!-- do not use snapshot suffix here -->
|
||||||
|
@ -395,7 +395,7 @@
|
||||||
<archive combine.children="append">
|
<archive combine.children="append">
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<!-- Java 9 -->
|
<!-- Java 9 -->
|
||||||
<Automatic-Module-Name>${commons.automatic.module.name}</Automatic-Module-Name>
|
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue