Author: ruwan Date: Tue Jan 13 18:16:59 2009 New Revision: 28734 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28734
Log: Synapse as a handler to axis2 service logic completed (fixing the bundle) Modified: branches/synapse/1.2.wso2v1/modules/handler/pom.xml Modified: branches/synapse/1.2.wso2v1/modules/handler/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/handler/pom.xml?rev=28734&r1=28733&r2=28734&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/handler/pom.xml (original) +++ branches/synapse/1.2.wso2v1/modules/handler/pom.xml Tue Jan 13 18:16:59 2009 @@ -49,12 +49,12 @@ <configuration> <instructions> <Bundle-Version>1.3.0</Bundle-Version> - <Bundle-Name>${pom.artifactId}</Bundle-Name> + <Bundle-Name>org.apache.synapse.handlers</Bundle-Name> <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor> <Bundle-Description>${pom.description}</Bundle-Description> - <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> + <Bundle-SymbolicName>org.apache.synapse.handlers</Bundle-SymbolicName> <Private-Package> - org.apache.synapse.util;-split-package:=merge-first, + org.apache.synapse.handler.util, org.apache.synapse.handler, </Private-Package> <Export-Package> @@ -76,7 +76,7 @@ org.apache.synapse.config, org.apache.synapse.core, org.apache.synapse.core.axis2, - org.apache.synapse.uti, + org.apache.synapse.util, *;resolution:=optional, </Import-Package> </instructions> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
