You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2009/03/05 17:29:31 UTC

svn commit: r750498 - /synapse/trunk/java/modules/transports/pom.xml

Author: ruwan
Date: Thu Mar  5 16:29:31 2009
New Revision: 750498

URL: http://svn.apache.org/viewvc?rev=750498&view=rev
Log:
fixing the transports OSGi bundle

Modified:
    synapse/trunk/java/modules/transports/pom.xml

Modified: synapse/trunk/java/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/pom.xml?rev=750498&r1=750497&r2=750498&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Thu Mar  5 16:29:31 2009
@@ -123,6 +123,7 @@
                             org.apache.ws.commons.schema,
                             *;resolution:=optional,
                         </Import-Package>
+                        <DynamicImport-Package>*</DynamicImport-Package>
                     </instructions>
                 </configuration>
             </plugin>