Author: keith Date: Wed Jul 29 01:13:42 2009 New Revision: 42073 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42073
Log: Adding transport management UI component to the build Modified: branches/mashup/java/2.0/product/modules/distribution/bin.xml branches/mashup/java/2.0/product/modules/distribution/pom.xml Modified: branches/mashup/java/2.0/product/modules/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/2.0/product/modules/distribution/bin.xml?rev=42073&r1=42072&r2=42073&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/bin.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/bin.xml Wed Jul 29 01:13:42 2009 @@ -18,11 +18,7 @@ <include>org.wso2.carbon:org.wso2.carbon.throttle.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.caching.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include> - <!--include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.http.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.https.ui:jar</include--> - <include>org.wso2.carbon:org.wso2.carbon.transport.jms.ui:jar</include> - <!--include>org.wso2.carbon:org.wso2.carbon.transport.mail.ui:jar</include--> + <include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit.external.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit.external:jar</include> <include>org.wso2.carbon:org.wso2.carbon.javascript-stub-generator.ui:jar</include> Modified: branches/mashup/java/2.0/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/2.0/product/modules/distribution/pom.xml?rev=42073&r1=42072&r2=42073&view=diff ============================================================================== --- branches/mashup/java/2.0/product/modules/distribution/pom.xml (original) +++ branches/mashup/java/2.0/product/modules/distribution/pom.xml Wed Jul 29 01:13:42 2009 @@ -514,11 +514,11 @@ <version>${carbon.version}</version> </dependency> - <!--dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.mgt.ui</artifactId> - <version>${mashup.components.version}</version> - </dependency--> + <version>${carbon.version}</version> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
