Author: ruwan Date: Thu Dec 11 01:49:57 2008 New Revision: 26807 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26807
Log: Adding the registry ui to the ESB as an integrated registry 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=26807&r1=26806&r2=26807&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Dec 11 01:49:57 2008 @@ -558,6 +558,24 @@ <version>SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.registry.ui.resources</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.registry.mgt.ui.resources</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.registry.ui.common</artifactId> + <version>SNAPSHOT</version> + </dependency> + <!--<dependency>--> <!--<groupId>org.wso2.carbon</groupId>--> <!--<artifactId>org.wso2.carbon.rm</artifactId>--> @@ -1043,12 +1061,12 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.eventing.ui</artifactId> <version>SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.eventing.eventsource</artifactId> <version>SNAPSHOT</version> - </dependency> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.eventing.eventsource.ui</artifactId> 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=26807&r1=26806&r2=26807&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Thu Dec 11 01:49:57 2008 @@ -178,6 +178,10 @@ <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.resources:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.ui.resources:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.ui.common:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
