Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 01ba7463e -> fe572c185


TAMAYA-238: Added explicit bundle names.


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/fe572c18
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/fe572c18
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/fe572c18

Branch: refs/heads/master
Commit: fe572c185baa831796a8626fed4eebc3416135ff
Parents: 01ba746
Author: anatole <anat...@apache.org>
Authored: Sat Mar 11 23:36:54 2017 +0100
Committer: anatole <anat...@apache.org>
Committed: Sat Mar 11 23:36:54 2017 +0100

----------------------------------------------------------------------
 modules/events/bnd.bnd                  | 3 ++-
 modules/features/bnd.bnd                | 3 ++-
 modules/filter/bnd.bnd                  | 3 ++-
 modules/injection/cdi-ee/bnd.bnd        | 3 +++
 modules/injection/injection-api/bnd.bnd | 4 ++--
 5 files changed, 11 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fe572c18/modules/events/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/events/bnd.bnd b/modules/events/bnd.bnd
index 95aebbc..21036e3 100644
--- a/modules/events/bnd.bnd
+++ b/modules/events/bnd.bnd
@@ -1,3 +1,4 @@
 Export-Package: \
        org.apache.tamaya.events,\
-       org.apache.tamaya.events.spi
\ No newline at end of file
+       org.apache.tamaya.events.spi
+Bundle-SymbolicName: org.apache.tamaya.events
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fe572c18/modules/features/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/features/bnd.bnd b/modules/features/bnd.bnd
index e0d0b58..708dedd 100644
--- a/modules/features/bnd.bnd
+++ b/modules/features/bnd.bnd
@@ -1,2 +1,3 @@
 Export-Package: \
-       org.apache.tamaya.features
\ No newline at end of file
+       org.apache.tamaya.features
+Bundle-SymbolicName: org.apache.tamaya.features
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fe572c18/modules/filter/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/filter/bnd.bnd b/modules/filter/bnd.bnd
index 4e2f0f8..b0a3aa3 100644
--- a/modules/filter/bnd.bnd
+++ b/modules/filter/bnd.bnd
@@ -1,2 +1,3 @@
 Export-Package: \
-       org.apache.tamaya.filter
\ No newline at end of file
+       org.apache.tamaya.filter
+Bundle-SymbolicName: org.apache.tamaya.filter
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fe572c18/modules/injection/cdi-ee/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/injection/cdi-ee/bnd.bnd b/modules/injection/cdi-ee/bnd.bnd
new file mode 100644
index 0000000..a97720d
--- /dev/null
+++ b/modules/injection/cdi-ee/bnd.bnd
@@ -0,0 +1,3 @@
+Export-Package: \
+       org.apache.tamaya.inject
+Bundle-SymbolicName: org.apache.tamaya.inject-ee
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fe572c18/modules/injection/injection-api/bnd.bnd
----------------------------------------------------------------------
diff --git a/modules/injection/injection-api/bnd.bnd 
b/modules/injection/injection-api/bnd.bnd
index 3516930..f34b1f9 100644
--- a/modules/injection/injection-api/bnd.bnd
+++ b/modules/injection/injection-api/bnd.bnd
@@ -1,7 +1,7 @@
 Export-Package: \
        org.apache.tamaya.inject.api,\
        org.apache.tamaya.inject.spi
-Bundle-SymbolicName: org.apache.tamaya.inject.api
 Import-Package: org.apache.tamaya,\
     org.apache.tamaya.inject.api,\
-    org.apache.tamaya.spi
\ No newline at end of file
+    org.apache.tamaya.spi
+Bundle-SymbolicName: org.apache.tamaya.inject.api
\ No newline at end of file

Reply via email to