Author: prabath Date: Fri Dec 5 19:00:46 2008 New Revision: 25980 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25980
Log: adding transport specific bundles to the build Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=25980&r1=25979&r2=25980&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Fri Dec 5 19:00:46 2008 @@ -121,6 +121,8 @@ <include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui: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.transport.jms:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.transport.mail:jar</include> <!--<include>org.wso2.carbon:org.wso2.carbon.codegen:jar</include> @@ -147,7 +149,7 @@ <include>org.wso2.carbon:org.wso2.carbon.pojoservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.springservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.springservices:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.spring.framework:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.spring.framework:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis1services:jar</include> <include>org.wso2.carbon:org.wso2.carbon.axis1services.ui:jar</include> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=25980&r1=25979&r2=25980&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Fri Dec 5 19:00:46 2008 @@ -260,6 +260,30 @@ <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> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.mail</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.jms</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.server.admin</artifactId> <version>SNAPSHOT</version> </dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
