[esb-java-dev] svn commit r23349 - in trunk/esb/java/modules/distribution: . src/main/assembly
ruwan at wso2.com
ruwan at wso2.com
Wed Nov 5 01:10:17 PST 2008
Author: ruwan
Date: Wed Nov 5 01:10:17 2008
New Revision: 23349
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23349
Log:
Adding the local entries component to ESB
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=23349&r1=23348&r2=23349&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Wed Nov 5 01:10:17 2008
@@ -144,6 +144,18 @@
<dependency>
<groupId>org.wso2.carbon</groupId>
+ <artifactId>org.wso2.carbon.localentry</artifactId>
+ <version>SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.wso2.carbon</groupId>
+ <artifactId>org.wso2.carbon.localentry.ui</artifactId>
+ <version>SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.rm</artifactId>
<version>SNAPSHOT</version>
</dependency>
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=23349&r1=23348&r2=23349&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml (original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml Wed Nov 5 01:10:17 2008
@@ -54,6 +54,8 @@
<include>org.wso2.carbon:org.wso2.carbon.mediation.ui:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.endpoint:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.endpoint.ui:jar</include>
+ <include>org.wso2.carbon:org.wso2.carbon.localentry:jar</include>
+ <include>org.wso2.carbon:org.wso2.carbon.localentry.ui:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.security.mgt:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.security.mgt.ui:jar</include>
More information about the Esb-java-dev
mailing list