Author: ruwan
Date: Thu Jan 29 04:25:43 2009
New Revision: 29983
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29983

Log:
Adding the transaction mediator to ESB build

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=29983&r1=29982&r2=29983&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Thu Jan 29 04:25:43 2009
@@ -614,6 +614,18 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.transaction</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.transaction.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.proxyadmin</artifactId>
             <version>SNAPSHOT</version>
         </dependency>

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=29983&r1=29982&r2=29983&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      Thu Jan 
29 04:25:43 2009
@@ -106,6 +106,8 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.mediator.rmsequence.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.mediator.iterate:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.mediator.iterate.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.mediator.transaction:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.mediator.transaction.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>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to