You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/18 03:21:54 UTC

commons-rng git commit: Mark module as "internal".

Repository: commons-rng
Updated Branches:
  refs/heads/master e6e9cf4db -> fe32c6dff


Mark module as "internal".


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/fe32c6df
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/fe32c6df
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/fe32c6df

Branch: refs/heads/master
Commit: fe32c6dff6e362760b37698ef49164cdd5975168
Parents: e6e9cf4
Author: Gilles <er...@apache.org>
Authored: Sun Feb 18 04:11:06 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Sun Feb 18 04:11:06 2018 +0100

----------------------------------------------------------------------
 commons-rng-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/fe32c6df/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 19d12f5..8971f4e 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -40,7 +40,7 @@
   <properties>
     <!-- OSGi -->
     <commons.osgi.symbolicName>org.apache.commons.rng.core</commons.osgi.symbolicName>
-    <commons.osgi.export>org.apache.commons.rng.core</commons.osgi.export>
+    <commons.osgi.export>org.apache.commons.rng.core;x-friends:="org.apache.commons.rng.simple"</commons.osgi.export>
     <!-- Java 9+ -->
     <commons.automatic.module.name>org.apache.commons.rng.core</commons.automatic.module.name>
     <!-- Workaround to avoid duplicating config files. -->