Author: ruwan Date: Mon Nov 10 01:13:16 2008 New Revision: 23588 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23588
Log: Fixing the ESB distro Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml trunk/esb/java/pom.xml 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=23588&r1=23587&r2=23588&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Mon Nov 10 01:13:16 2008 @@ -68,7 +68,6 @@ <include>org.wso2.carbon:org.wso2.carbon.logging.service:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.logging.ext:jar</include> <include>org.wso2.carbon:org.wso2.carbon.throttle:jar</include> <include>org.wso2.carbon:org.wso2.carbon.throttle.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.caching:jar</include> Modified: trunk/esb/java/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/pom.xml?rev=23588&r1=23587&r2=23588&view=diff ============================================================================== --- trunk/esb/java/pom.xml (original) +++ trunk/esb/java/pom.xml Mon Nov 10 01:13:16 2008 @@ -231,8 +231,6 @@ </mailingLists> <properties> - <esb.product.name>WSO2 Enterprise Service Bus</esb.product.name> - <esb.product.version>2.0-SNAPSHOT</esb.product.version> <log4j.version>1.2.13</log4j.version> <commons.logging.version>1.1</commons.logging.version> <opencsv.version>1.8</opencsv.version> _______________________________________________ Esb-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
