Author: asankaa Date: Thu Nov 27 21:43:04 2008 New Revision: 25158 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25158
Log: Adding eventing dependencies to the build scripts 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=25158&r1=25157&r2=25158&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Nov 27 21:43:04 2008 @@ -592,6 +592,27 @@ <version>${synapse.version}</version> </dependency> + <!--Eventing Dependencies--> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.core</artifactId> + <version>SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.savan</artifactId> + <version>SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing</artifactId> + <version>SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.eventing.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> </dependencies> <build> 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=25158&r1=25157&r2=25158&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Thu Nov 27 21:43:04 2008 @@ -145,6 +145,11 @@ <include>org.wso2.carbon:org.wso2.carbon.geronimo.jta.1.1.spec:jar</include> <include>org.wso2.carbon:org.wso2.carbon.commons.collections:jar</include> <include>org.wso2.carbon:org.wso2.carbon.startup:jar</include> + + <include>org.wso2.carbon:org.wso2.carbon.eventing.core:jar</include> + <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> </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
