Author: ruwan Date: Thu Nov 20 03:09:07 2008 New Revision: 24320 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24320
Log: Adding the log mediator component to the ESB Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=24320&r1=24319&r2=24320&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Nov 20 03:09:07 2008 @@ -114,6 +114,18 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.mediator.log</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.mediator.log.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.proxyadmin</artifactId> <version>SNAPSHOT</version> </dependency> 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=24320&r1=24319&r2=24320&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Thu Nov 20 03:09:07 2008 @@ -58,6 +58,8 @@ <include>org.wso2.carbon:org.wso2.carbon.endpoint.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.localentry:jar</include> <include>org.wso2.carbon:org.wso2.carbon.localentry.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.mediator.log:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.mediator.log.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.security.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.security.mgt.ui:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
