Author: ruwan Date: Sun Nov 30 13:35:41 2008 New Revision: 25309 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25309
Log: Adding the mediator.service to the ESB plugins 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=25309&r1=25308&r2=25309&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Sun Nov 30 13:35:41 2008 @@ -138,6 +138,12 @@ <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.mediator.service</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.sequences</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=25309&r1=25308&r2=25309&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Sun Nov 30 13:35:41 2008 @@ -87,6 +87,7 @@ <include>org.wso2.esb:org.wso2.esb.samples:jar</include> <!-- Component bundles--> <include>org.wso2.carbon:org.wso2.carbon.mediation.utils:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.mediator.service:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sequences:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sequences.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.proxyadmin:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
