You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2017/08/31 02:58:36 UTC

[1/2] servicemix-bundles git commit: SM-3468 - Add required shaded zipkin packages to bundle.

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master d7f4a79db -> 0d28aecb9


SM-3468 - Add required shaded zipkin packages to bundle.

Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/655cbc0a
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/655cbc0a
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/655cbc0a

Branch: refs/heads/master
Commit: 655cbc0a344f1c30f15d83bd70d37974ae65d2bd
Parents: 1b8ce8a
Author: Bob Paulin <bo...@bobpaulin.com>
Authored: Wed Aug 30 21:35:34 2017 -0500
Committer: Bob Paulin <bo...@bobpaulin.com>
Committed: Wed Aug 30 21:35:34 2017 -0500

----------------------------------------------------------------------
 brave-zipkin-3.7.0/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/655cbc0a/brave-zipkin-3.7.0/pom.xml
----------------------------------------------------------------------
diff --git a/brave-zipkin-3.7.0/pom.xml b/brave-zipkin-3.7.0/pom.xml
index 68e9ca6..dc097d5 100644
--- a/brave-zipkin-3.7.0/pom.xml
+++ b/brave-zipkin-3.7.0/pom.xml
@@ -52,7 +52,11 @@
             com.github.kristofa.brave.scribe,
             com.twitter.zipkin.gen
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.private.pkg>
+            com.github.kristofa.brave.internal.zipkin.*
+        </servicemix.osgi.private.pkg>
         <servicemix.osgi.import.pkg>
+        *
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -119,6 +123,7 @@
                        <Export-Package>${servicemix.osgi.export}</Export-Package>
                        <Import-Package>${servicemix.osgi.import.pkg}</Import-Package>
                        <Bundle-NativeCode>*</Bundle-NativeCode>
+                       <_exportcontents>com.github.kristofa.brave.scribe</_exportcontents>
                    </instructions>
                 </configuration>
             </plugin>


[2/2] servicemix-bundles git commit: Merge branch 'bug/SM-3468' of https://github.com/bobpaulin/servicemix-bundles

Posted by ff...@apache.org.
Merge branch 'bug/SM-3468' of https://github.com/bobpaulin/servicemix-bundles


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0d28aecb
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0d28aecb
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0d28aecb

Branch: refs/heads/master
Commit: 0d28aecb9d6d0ea92b8e8dcd7751ca7e61164d27
Parents: d7f4a79 655cbc0
Author: Freeman Fang <fr...@gmail.com>
Authored: Thu Aug 31 10:47:47 2017 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Thu Aug 31 10:47:47 2017 +0800

----------------------------------------------------------------------
 brave-zipkin-3.7.0/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------