[wsas-java-dev] svn commit r279 - in wsas/java/trunk: . modules/distribution/common/src/assemble

svn at wso2.com svn at wso2.com
Fri Dec 22 00:58:20 PST 2006


Author: saminda
Date: Fri Dec 22 00:58:20 2006
New Revision: 279

Modified:
   wsas/java/trunk/modules/distribution/common/src/assemble/dist-common-assembly.xml
   wsas/java/trunk/pom.xml
Log:
more changes 


Modified: wsas/java/trunk/modules/distribution/common/src/assemble/dist-common-assembly.xml
==============================================================================
--- wsas/java/trunk/modules/distribution/common/src/assemble/dist-common-assembly.xml	(original)
+++ wsas/java/trunk/modules/distribution/common/src/assemble/dist-common-assembly.xml	Fri Dec 22 00:58:20 2006
@@ -13,10 +13,10 @@
                 <exclude>xerces:resolver:jar</exclude>
                 <exclude>bouncycastle:bcprov-jdk13:jar</exclude>
                 <exclude>bouncycastle:bcprov-jdk15:jar</exclude>
-                <exclude>org.wso2.wsf:wso2-wsf-mex:mar</exclude>
-                <exclude>org.wso2.wsf:wso2-wsf-statistics:mar</exclude>
-                <exclude>org.wso2.wsf:wso2-wsf-throttle:mar</exclude>
-                <exclude>org.wso2.wsf:wso2-wsf-tracer:mar</exclude>
+                <exclude>org.wso2.wsf:wso2wsf-mex:mar</exclude>
+                <exclude>org.wso2.wsf:wso2wsf-statistics:mar</exclude>
+                <exclude>org.wso2.wsf:wso2wsf-throttle:mar</exclude>
+                <exclude>org.wso2.wsf:wso2wsf-tracer:mar</exclude>
                 <exclude>org.apache.axis2:addressing:mar</exclude>
                 <exclude>org.apache.axis2:rampart:mar</exclude>
                 <exclude>org.apache.axis2:rahas:mar</exclude>
@@ -28,10 +28,10 @@
         <dependencySet>
             <outputDirectory>${dist.temp.assembly.bin.dir}/repository/modules</outputDirectory>
             <includes>
-                <include>org.wso2.wsf:wso2-wsf-mex:mar</include>
-                <include>org.wso2.wsf:wso2-wsf-statistics:mar</include>
-                <include>org.wso2.wsf:wso2-wsf-throttle:mar</include>
-                <include>org.wso2.wsf:wso2-wsf-tracer:mar</include>
+                <include>org.wso2.wsf:wso2wsf-mex:mar</include>
+                <include>org.wso2.wsf:wso2wsf-statistics:mar</include>
+                <include>org.wso2.wsf:wso2wsf-throttle:mar</include>
+                <include>org.wso2.wsf:wso2wsf-tracer:mar</include>
                 <include>org.apache.axis2:addressing:mar</include>
                 <include>org.apache.axis2:rampart:mar</include>
                 <include>org.apache.axis2:rahas:mar</include>

Modified: wsas/java/trunk/pom.xml
==============================================================================
--- wsas/java/trunk/pom.xml	(original)
+++ wsas/java/trunk/pom.xml	Fri Dec 22 00:58:20 2006
@@ -133,7 +133,7 @@
         <!-- WSF dependency -->
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-core</artifactId>
+            <artifactId>wso2wsf-core</artifactId>
             <version>${wso2wsf.version}</version>
             <exclusions>
                 <exclusion>
@@ -148,7 +148,7 @@
         </dependency>
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-tools</artifactId>
+            <artifactId>wso2wsf-tools</artifactId>
             <version>${wso2wsf.version}</version>
             <exclusions>
                 <exclusion>
@@ -163,32 +163,32 @@
         </dependency>
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-mex</artifactId>
+            <artifactId>wso2wsf-mex</artifactId>
             <version>${wso2wsf.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-statistics</artifactId>
+            <artifactId>wso2wsf-statistics</artifactId>
             <version>${wso2wsf.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-throttle</artifactId>
+            <artifactId>wso2wsf-throttle</artifactId>
             <version>${wso2wsf.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-tracer</artifactId>
+            <artifactId>wso2wsf-tracer</artifactId>
             <version>${wso2wsf.version}</version>
             <type>mar</type>
         </dependency>
 
         <dependency>
             <groupId>org.wso2.wsf</groupId>
-            <artifactId>wso2-wsf-core-test</artifactId>
+            <artifactId>wso2wsf-core-test</artifactId>
             <version>${wso2wsf.version}</version>
             <exclusions>
                 <exclusion>




More information about the Wsas-java-dev mailing list