Author: ruwan Date: Sun Nov 30 13:02:56 2008 New Revision: 25306 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25306
Log: Including the transports components Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=25306&r1=25305&r2=25306&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Sun Nov 30 13:02:56 2008 @@ -60,6 +60,18 @@ <version>${synapse.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.http</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.https</artifactId> + <version>SNAPSHOT</version> + </dependency> + <!-- Orbit dependencies --> <dependency> Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=25306&r1=25305&r2=25306&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Sun Nov 30 13:02:56 2008 @@ -134,6 +134,9 @@ <include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.http:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.https:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.policyeditor:jar</include> <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
