Author: hiranya Date: Mon Jun 15 22:04:04 2009 New Revision: 39052 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39052
Log: Adding the JMS UI to the ESB build Modified: trunk/esb/java/modules/distribution/pom.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=39052&r1=39051&r2=39052&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Mon Jun 15 22:04:04 2009 @@ -143,11 +143,11 @@ <artifactId>org.wso2.carbon.transport.jms</artifactId> <version>${carbon.version}</version> </dependency> - <!--dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.jms.ui</artifactId> <version>${carbon.version}</version> - </dependency--> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.fix</artifactId> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
