Skip to content

Commit

Permalink
export all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Mar 22, 2021
1 parent f5e061a commit de3a3ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commons-geometry-enclosing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<commons.osgi.symbolicName>org.apache.commons.geometry.enclosing</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.geometry.enclosing</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.geometry.enclosing</commons.automatic.module.name>
<commons.automatic.module.name>org.apache.commons.geometry.enclosing.*</commons.automatic.module.name>
<!-- Workaround to avoid duplicating config files. -->
<geometry.parent.dir>${basedir}/..</geometry.parent.dir>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-euclidean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<!-- OSGi -->
<commons.osgi.symbolicName>org.apache.commons.geometry.euclidean</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.geometry.euclidean,org.apache.commons.geometry.euclidean.oned,org.apache.commons.geometry.euclidean.twod,org.apache.commons.geometry.euclidean.threed</commons.osgi.export>
<commons.osgi.export>org.apache.commons.geometry.euclidean.*</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.geometry.euclidean</commons.automatic.module.name>
<!-- Workaround to avoid duplicating config files. -->
Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-hull/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<!-- OSGi -->
<commons.osgi.symbolicName>org.apache.commons.geometry.hull</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.geometry.hull</commons.osgi.export>
<commons.osgi.export>org.apache.commons.geometry.hull.*</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.geometry.hull</commons.automatic.module.name>
<!-- Workaround to avoid duplicating config files. -->
Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-spherical/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<!-- OSGi -->
<commons.osgi.symbolicName>org.apache.commons.geometry.spherical</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.geometry.spherical</commons.osgi.export>
<commons.osgi.export>org.apache.commons.geometry.spherical.*</commons.osgi.export>
<!-- Java 9+ -->
<commons.automatic.module.name>org.apache.commons.geometry.spherical</commons.automatic.module.name>
<!-- Workaround to avoid duplicating config files. -->
Expand Down

0 comments on commit de3a3ec

Please sign in to comment.