Author: hiranya
Date: Wed May  6 21:31:26 2009
New Revision: 35220
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35220

Log:
Fixed an import issue in the VFS transport bundle



Modified:
   branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml

Modified: branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml?rev=35220&r1=35219&r2=35220&view=diff
==============================================================================
--- branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml     
(original)
+++ branches/synapse/1.3-wso2v1/modules/transports/core/vfs/pom.xml     Wed May 
 6 21:31:26 2009
@@ -51,6 +51,10 @@
                         <Import-Package>
                             !javax.xml.namespace,
                             javax.xml.namespace; version=0.0.0,
+                           !org.apache.commons.io,
+                            org.apache.commons.io; version=0.0.0,
+                           !org.apache.commons.io.output,
+                            org.apache.commons.io.output; version=0.0.0,
                             *; resolution:=optional
                         </Import-Package>
                     </instructions>
@@ -173,4 +177,4 @@
             <version>${commons_io.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to