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

[1/3] camel git commit: [CAMEL-11427] Fix OSGi manifest for camel-leveldb

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 2ba4c00ca -> 31c9422fd
  refs/heads/camel-2.19.x 5e6794310 -> deba022d4
  refs/heads/master 75498ab1e -> 546359a7c


[CAMEL-11427] Fix OSGi manifest for camel-leveldb


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/546359a7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/546359a7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/546359a7

Branch: refs/heads/master
Commit: 546359a7cbf93ba28b2f1d9c87ecb867097330ba
Parents: 75498ab
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Jun 20 10:07:38 2017 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Tue Jun 20 10:07:38 2017 +0200

----------------------------------------------------------------------
 components/camel-leveldb/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/546359a7/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index afe82d3..dda741c 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -39,7 +39,9 @@
 
         <camel.osgi.export.pkg>org.apache.camel.component.leveldb.*</camel.osgi.export.pkg>
         <camel.osgi.import.pkg>
-            *,
+            org.apache.camel*,
+            org.fusesource.hawtbuf*,
+            org.slf4j,
             org.fusesource.leveldbjni;resolution:=optional,
             org.iq80.leveldb;resolution:=optional,
             org.iq80.leveldb.impl;resolution:=optional


[3/3] camel git commit: [CAMEL-11427] Fix OSGi manifest for camel-leveldb

Posted by gg...@apache.org.
[CAMEL-11427] Fix OSGi manifest for camel-leveldb

(cherry picked from commit 546359a7cbf93ba28b2f1d9c87ecb867097330ba)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/31c9422f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/31c9422f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/31c9422f

Branch: refs/heads/camel-2.18.x
Commit: 31c9422fd74e8738a3e602ab74e8d8a8ec492d8a
Parents: 2ba4c00
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Jun 20 10:07:38 2017 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Tue Jun 20 10:08:02 2017 +0200

----------------------------------------------------------------------
 components/camel-leveldb/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/31c9422f/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 0a5e098..f05f9fd 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -32,7 +32,9 @@
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.leveldb.*</camel.osgi.export.pkg>
         <camel.osgi.import.pkg>
-            *,
+            org.apache.camel*,
+            org.fusesource.hawtbuf*,
+            org.slf4j,
             org.fusesource.leveldbjni;resolution:=optional,
             org.iq80.leveldb;resolution:=optional,
             org.iq80.leveldb.impl;resolution:=optional


[2/3] camel git commit: [CAMEL-11427] Fix OSGi manifest for camel-leveldb

Posted by gg...@apache.org.
[CAMEL-11427] Fix OSGi manifest for camel-leveldb

(cherry picked from commit 546359a7cbf93ba28b2f1d9c87ecb867097330ba)


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

Branch: refs/heads/camel-2.19.x
Commit: deba022d4ebf89d6b58975898d534367bee668bf
Parents: 5e67943
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Jun 20 10:07:38 2017 +0200
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Tue Jun 20 10:07:50 2017 +0200

----------------------------------------------------------------------
 components/camel-leveldb/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/deba022d/components/camel-leveldb/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml
index 5678155..2933345 100644
--- a/components/camel-leveldb/pom.xml
+++ b/components/camel-leveldb/pom.xml
@@ -37,7 +37,9 @@
 
         <camel.osgi.export.pkg>org.apache.camel.component.leveldb.*</camel.osgi.export.pkg>
         <camel.osgi.import.pkg>
-            *,
+            org.apache.camel*,
+            org.fusesource.hawtbuf*,
+            org.slf4j,
             org.fusesource.leveldbjni;resolution:=optional,
             org.iq80.leveldb;resolution:=optional,
             org.iq80.leveldb.impl;resolution:=optional