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 2010/02/17 02:34:23 UTC

svn commit: r910794 - /synapse/trunk/java/modules/samples/pom.xml

Author: ruwan
Date: Wed Feb 17 01:34:23 2010
New Revision: 910794

URL: http://svn.apache.org/viewvc?rev=910794&view=rev
Log:
Fixing the bundles

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

Modified: synapse/trunk/java/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/samples/pom.xml?rev=910794&r1=910793&r2=910794&view=diff
==============================================================================
--- synapse/trunk/java/modules/samples/pom.xml (original)
+++ synapse/trunk/java/modules/samples/pom.xml Wed Feb 17 01:34:23 2010
@@ -397,6 +397,11 @@
                 <configuration>
                     <instructions>
                         <Private-Package>samples.*</Private-Package>
+                        <Import-Package>
+                            !org.apache.commons.logging,
+                            org.apache.commons.logging; version=0.0.0,,
+                            *; resolution:=optional
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>