Author: prabath Date: Sat Dec 6 05:32:29 2008 New Revision: 26000 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26000
Log: added org.wso2.carbon.transport.mail.ui bundle to the distribution 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=26000&r1=25999&r2=26000&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Sat Dec 6 05:32:29 2008 @@ -123,6 +123,7 @@ <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.transport.mail.ui:jar</include> <!--<include>org.wso2.carbon:org.wso2.carbon.codegen: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=26000&r1=25999&r2=26000&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Sat Dec 6 05:32:29 2008 @@ -278,6 +278,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.mail.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.jms</artifactId> <version>SNAPSHOT</version> </dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
