Author: asankaa Date: Sun Jan 11 12:21:24 2009 New Revision: 28674 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28674
Log: adding Remote registry based subscription manager 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=28674&r1=28673&r2=28674&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Sun Jan 11 12:21:24 2009 @@ -1168,6 +1168,11 @@ <artifactId>org.wso2.carbon.eventing.eventsource.ui</artifactId> <version>SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.impl</artifactId> + <version>SNAPSHOT</version> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> 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=28674&r1=28673&r2=28674&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Sun Jan 11 12:21:24 2009 @@ -262,6 +262,10 @@ <include>org.wso2.carbon:org.wso2.carbon.eventing.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.eventsource:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.eventsource.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.eventing.impl:jar</include> + + <include>org.wso2.carbon:org.wso2.carbon.registry.app:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.abdera:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt.ui:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
