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 2010/04/07 03:29:17 UTC

svn commit: r931397 - /servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml

Author: ffang
Date: Wed Apr  7 01:29:17 2010
New Revision: 931397

URL: http://svn.apache.org/viewvc?rev=931397&view=rev
Log:
[SMX4-515] opensaml bundle should include conf/schemas resource folders

Modified:
    servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml?rev=931397&r1=931396&r2=931397&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-1.1/pom.xml Wed Apr  7 01:29:17 2010
@@ -51,6 +51,10 @@
             org.apache.xml.security*;version="[1.0.5,2)",
             *
         </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+            conf;-split-package:=merge-first,
+            schemas;-split-package:=merge-first,
+        </servicemix.osgi.private.pkg>
     </properties>
 
     <dependencies>