Author: indika
Date: Wed May 13 02:02:08 2009
New Revision: 35690
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35690

Log:
changed to accommodates  synapse changes

Modified:
   trunk/esb/java/LICENSE.txt
   trunk/esb/java/modules/distribution/pom.xml
   trunk/esb/java/modules/distribution/src/main/assembly/dist.xml
   trunk/esb/java/modules/samples/pom.xml

Modified: trunk/esb/java/LICENSE.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/LICENSE.txt?rev=35690&r1=35689&r2=35690&view=diff
==============================================================================
--- trunk/esb/java/LICENSE.txt  (original)
+++ trunk/esb/java/LICENSE.txt  Wed May 13 02:02:08 2009
@@ -308,7 +308,7 @@
 synapse-extensions-1.2.wso2v1.jar                           bundle         
apache2
 synapse-tasks-1.2.wso2v1.jar                                bundle         
apache2
 synapse-transports-1.2.wso2v1.jar                           bundle         
apache2
-synapse-utils-1.2.wso2v1.jar                                bundle         
apache2
+synapse-commons-1.2.wso2v1.jar                                bundle         
apache2
 
 
 The license types used by the above libraries and their information is given 
below:

Modified: trunk/esb/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=35690&r1=35689&r2=35690&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Wed May 13 02:02:08 2009
@@ -59,7 +59,7 @@
         <!-- Synapse dependencies -->
         <dependency>
             <groupId>org.apache.synapse</groupId>
-            <artifactId>synapse-utils</artifactId>
+            <artifactId>synapse-commons</artifactId>
             <version>${synapse.version}</version>
         </dependency>
         <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=35690&r1=35689&r2=35690&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml      Wed May 
13 02:02:08 2009
@@ -194,7 +194,7 @@
                 
<include>org.apache.synapse:synapse-pipe-transport:jar</include>
                 <include>org.apache.synapse:synapse-fix-transport:jar</include>
                 <include>org.apache.synapse:synapse-core:jar</include>
-                <include>org.apache.synapse:synapse-utils:jar</include>
+                <include>org.apache.synapse:synapse-commons:jar</include>
                 <include>org.apache.synapse:synapse-tasks:jar</include>
                 <include>org.apache.synapse:synapse-extensions:jar</include>
                 <!-- ESB bundles -->

Modified: trunk/esb/java/modules/samples/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/pom.xml?rev=35690&r1=35689&r2=35690&view=diff
==============================================================================
--- trunk/esb/java/modules/samples/pom.xml      (original)
+++ trunk/esb/java/modules/samples/pom.xml      Wed May 13 02:02:08 2009
@@ -44,7 +44,7 @@
 
         <dependency>
             <groupId>org.apache.synapse</groupId>
-            <artifactId>synapse-utils</artifactId>
+            <artifactId>synapse-commons</artifactId>
             <version>${synapse.version}</version>
         </dependency>
 

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

Reply via email to