Author: asankaa Date: Wed Dec 10 23:01:42 2008 New Revision: 26744 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=26744
Log: adding eventsource ui 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=26744&r1=26743&r2=26744&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed Dec 10 23:01:42 2008 @@ -1043,6 +1043,16 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.eventing.ui</artifactId> <version>SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.eventsource</artifactId> + <version>SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.eventsource.ui</artifactId> + <version>SNAPSHOT</version> </dependency> </dependencies> 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=26744&r1=26743&r2=26744&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Wed Dec 10 23:01:42 2008 @@ -230,6 +230,8 @@ <include>org.wso2.carbon:org.wso2.carbon.eventing.savan:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing:jar</include> <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> </includes> </dependencySet> <!--TODO: Why do we need this??--> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
