Author: ruwan Date: Wed May 27 23:39:55 2009 New Revision: 37061 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37061
Log: Fixing the exception that we saw on registry browser Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=37061&r1=37060&r2=37061&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed May 27 23:39:55 2009 @@ -609,6 +609,11 @@ <artifactId>org.wso2.carbon.registry.app</artifactId> <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.registry.eventing</artifactId> + <version>${carbon.version}</version> + </dependency> <!-- Service management component --> <dependency> <groupId>org.wso2.carbon</groupId> Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=37061&r1=37060&r2=37061&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Wed May 27 23:39:55 2009 @@ -52,6 +52,7 @@ <include>org.wso2.carbon:org.wso2.carbon.eventing:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.eventsource:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.impl:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.eventing:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include> </includes> @@ -144,7 +145,7 @@ <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.tryit.external.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.registry.mgt.ui.resources:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
