You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2017/09/28 20:06:36 UTC

[11/14] incubator-tamaya-extensions git commit: TAMAYA-297: Added missing spisupport import package.

TAMAYA-297: Added missing spisupport import package.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/4733cfab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/4733cfab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/4733cfab

Branch: refs/heads/master
Commit: 4733cfabcc5b0c21f5f5696603e9572257d25942
Parents: d447fae
Author: anatole <an...@apache.org>
Authored: Fri Sep 22 22:11:55 2017 +0200
Committer: anatole <an...@apache.org>
Committed: Fri Sep 22 22:11:55 2017 +0200

----------------------------------------------------------------------
 modules/jndi/bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/4733cfab/modules/jndi/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/jndi/bnd.bnd b/modules/jndi/bnd.bnd
index a54a517..12c280e 100644
--- a/modules/jndi/bnd.bnd
+++ b/modules/jndi/bnd.bnd
@@ -23,4 +23,5 @@ Export-Package: \
 	org.apache.tamaya.jndi
 Import-Package: \
 	org.apache.tamaya,\
-	org.apache.tamaya.spi
+	org.apache.tamaya.spi,\
+	org.apache.tamaya.spisupport