Author: isuru
Date: Wed Nov 12 04:51:55 2008
New Revision: 23723
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23723

Log:
Adding jaxws backend


Modified:
   trunk/wsas/java/carbon/distribution/bin.xml
   trunk/wsas/java/carbon/distribution/pom.xml

Modified: trunk/wsas/java/carbon/distribution/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=23723&r1=23722&r2=23723&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/bin.xml (original)
+++ trunk/wsas/java/carbon/distribution/bin.xml Wed Nov 12 04:51:55 2008
@@ -123,13 +123,14 @@
                 
<include>org.wso2.carbon:org.wso2.carbon.viewflows:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.viewflows.ui:jar</include>    
                 
<include>org.wso2.carbon:org.wso2.carbon.pojoservices.ui:jar</include> 
-                
<include>org.wso2.carbon:org.wso2.carbon.springservices:jar</include>
+                
<!--<include>org.wso2.carbon:org.wso2.carbon.springservices:jar</include>-->
                 
<include>org.wso2.carbon:org.wso2.carbon.springservices.ui:jar</include> 
                        
<include>org.wso2.carbon:org.wso2.carbon.spring.framework:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.axis:jar</include> 
                 
<include>org.wso2.carbon:org.wso2.carbon.axis1services:jar</include> 
                 
<include>org.wso2.carbon:org.wso2.carbon.axis1services.ui:jar</include> 
                 <include>org.wso2.carbon:org.wso2.carbon.jaxws:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.jaxwsbackend:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.jaxws.ui:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include>
                 
<include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include>

Modified: trunk/wsas/java/carbon/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23723&r1=23722&r2=23723&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/pom.xml (original)
+++ trunk/wsas/java/carbon/distribution/pom.xml Wed Nov 12 04:51:55 2008
@@ -348,11 +348,11 @@
             <version>SNAPSHOT</version>
         </dependency>
         
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.springservices</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
+        <!--<dependency>-->
+            <!--<groupId>org.wso2.carbon</groupId>-->
+            <!--<artifactId>org.wso2.carbon.springservices</artifactId>-->
+            <!--<version>SNAPSHOT</version>-->
+        <!--</dependency>-->
         
         <dependency>
             <groupId>org.wso2.carbon</groupId>
@@ -445,6 +445,12 @@
             <version>SNAPSHOT</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jaxwsbackend</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
         <!--Orbit dependency for jaxws component        -->
         <dependency>
             <groupId>org.wso2.carbon</groupId>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to