You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2015/07/08 22:26:09 UTC

servicemix-bundles git commit: Export the net.shibboleth stuff as well

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master cb8c25d1e -> cb23654dc


Export the net.shibboleth stuff as well


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

Branch: refs/heads/master
Commit: cb23654dc44a2ba8ff1c565695117abd462bb818
Parents: cb8c25d
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Jul 8 16:25:44 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Jul 8 16:25:44 2015 -0400

----------------------------------------------------------------------
 opensaml-3.1.1/pom.xml | 1 +
 pom.xml                | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/cb23654d/opensaml-3.1.1/pom.xml
----------------------------------------------------------------------
diff --git a/opensaml-3.1.1/pom.xml b/opensaml-3.1.1/pom.xml
index f926a32..455f386 100644
--- a/opensaml-3.1.1/pom.xml
+++ b/opensaml-3.1.1/pom.xml
@@ -48,6 +48,7 @@
         <pkgVersion>3.1.1</pkgVersion>
         <servicemix.osgi.export>
              org.opensaml*;version="${pkgVersion}";-split-package:=merge-first
+             net.shibboleth.utilities*;version="${pkgVersion}";-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.servlet;resolution:=optional,

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/cb23654d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1829f65..ada863f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
 
     <modules>
         <!-- add modules for all bundles to released in the next batch here -->
+        <module>opensaml-3.1.1</module>
     </modules>
 
 </project>