Author: milinda
Date: Thu Nov  6 00:12:50 2008
New Revision: 23423
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23423

Log:
Remove windows line ending characters.


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=23423&r1=23422&r2=23423&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/bin.xml (original)
+++ trunk/wsas/java/carbon/distribution/bin.xml Thu Nov  6 00:12:50 2008
@@ -1,183 +1,183 @@
-<assembly>
-    <!--<id>bin</id>-->
-    <formats>
-        <format>zip</format>
-    </formats>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <fileSet>
-            <directory>target/wso2carbon-${carbon.version}</directory>
-            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
-            <excludes>
-                <exclude>**/repository/axis2.xml</exclude>
-                <exclude>**/native/*</exclude>
-                <exclude>**/server.xml</exclude>
-                <!--exclude>**/config.ini</exclude-->
-                <exclude>**/services/sample01.aar</exclude>
-                <exclude>**/services/echo/**</exclude>
-                <exclude>**/repository/services/version/**</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>target/wso2carbon-${carbon.version}</directory>
-            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
-            <includes>
-                <include>**/*.sh</include>
-                <include>**/native/*</include>
-            </includes>
-            <fileMode>755</fileMode>
-        </fileSet>
-        <!--  copying samples -->
-        <fileSet>
-            <directory>../samples</directory>
-            <outputDirectory>wso2wsas-${pom.version}/samples</outputDirectory>
-            <excludes>
-                <exclude>**/**.sh</exclude>
-                <exclude>**/pom.xml</exclude>
-            </excludes>
-        </fileSet>
-        
-        <!--  copying default samples into repository-->
-        <fileSet>
-            
<directory>../samples/HelloWorld/target/repository/services</directory>
-            
<outputDirectory>wso2wsas-${pom.version}/repository/services</outputDirectory>
-            <includes>
-                <include>**/**.aar</include>
-            </includes>
-        </fileSet>
-                
-        <!-- copy executables in samples with execute permissions -->
-        <fileSet>
-            <directory>../samples</directory>
-            <outputDirectory>wso2wsas-${pom.version}/samples</outputDirectory>
-            <includes>
-                <include>**/**.sh</include>
-            </includes>
-            <fileMode>755</fileMode>
-        </fileSet>
-        
-        <!-- Release docs -->
-        <fileSet>
-            <directory>.</directory>
-            <outputDirectory>wso2wsas-${pom.version}/</outputDirectory>
-            <includes>
-                <include>LICENSE</include>
-                <include>INSTALL</include>
-                <include>README</include>
-                <include>release-note.html</include>
-            </includes>
-        </fileSet>
-    </fileSets>
-    <dependencySets>
-        <dependencySet>
-            
<outputFileNameMapping>${artifact.artifactId}_${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
-            
<outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/plugins</outputDirectory>
-            <includes>
-                <include>org.wso2.wsas:org.wso2.wsas.styles:jar</include>
-<!---
-                
<include>org.wso2.dataservices:org.wso2.dataservices:jar</include>
-                
<include>org.wso2.dataservices:org.wso2.dataservices.ui:jar</include>
--->
-                <!-- other bundles-->
- <!-- 
-                <include>org.wso2.carbon:org.wso2.carbon.rm:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.rm.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>
-                
<include>org.wso2.carbon:org.wso2.carbon.security.policy:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.security.rahas:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.security.rampart:jar</include>
-
-                
<include>org.wso2.carbon:org.wso2.carbon.logging.service:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.logging.ext:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.throttle:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.throttle.ui:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.caching:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.caching.ui:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.tracer:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.transport.mgt:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include>
-                
-
-                <include>org.wso2.carbon:org.wso2.carbon.codegen:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.codegen.ui:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include>
-                
<!--<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>-->
-                
<!--<include>org.wso2.carbon:org.wso2.carbon.xslt:jar</include>-->
-                   
<!--<include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include>-->
-
-                
<include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> 
-                
<include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include>   
-                
<include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.module.mgt.ui:jar</include>
-                
<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.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.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>
-                
<include>org.wso2.carbon:org.wso2.carbon.ejbservices:jar</include> 
-                
<include>org.wso2.carbon:org.wso2.carbon.ejbservices.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.validator:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.validator.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.wsdl2code:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.wsdl2code.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.java2wsdl.ui:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter.ui:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include> 
-                <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include>    
 
-                
<include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include>  
+<assembly>
+    <!--<id>bin</id>-->
+    <formats>
+        <format>zip</format>
+    </formats>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <fileSets>
+        <fileSet>
+            <directory>target/wso2carbon-${carbon.version}</directory>
+            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
+            <excludes>
+                <exclude>**/repository/axis2.xml</exclude>
+                <exclude>**/native/*</exclude>
+                <exclude>**/server.xml</exclude>
+                <!--exclude>**/config.ini</exclude-->
+                <exclude>**/services/sample01.aar</exclude>
+                <exclude>**/services/echo/**</exclude>
+                <exclude>**/repository/services/version/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
+            <directory>target/wso2carbon-${carbon.version}</directory>
+            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
+            <includes>
+                <include>**/*.sh</include>
+                <include>**/native/*</include>
+            </includes>
+            <fileMode>755</fileMode>
+        </fileSet>
+        <!--  copying samples -->
+        <fileSet>
+            <directory>../samples</directory>
+            <outputDirectory>wso2wsas-${pom.version}/samples</outputDirectory>
+            <excludes>
+                <exclude>**/**.sh</exclude>
+                <exclude>**/pom.xml</exclude>
+            </excludes>
+        </fileSet>
+        
+        <!--  copying default samples into repository-->
+        <fileSet>
+            
<directory>../samples/HelloWorld/target/repository/services</directory>
+            
<outputDirectory>wso2wsas-${pom.version}/repository/services</outputDirectory>
+            <includes>
+                <include>**/**.aar</include>
+            </includes>
+        </fileSet>
+                
+        <!-- copy executables in samples with execute permissions -->
+        <fileSet>
+            <directory>../samples</directory>
+            <outputDirectory>wso2wsas-${pom.version}/samples</outputDirectory>
+            <includes>
+                <include>**/**.sh</include>
+            </includes>
+            <fileMode>755</fileMode>
+        </fileSet>
+        
+        <!-- Release docs -->
+        <fileSet>
+            <directory>.</directory>
+            <outputDirectory>wso2wsas-${pom.version}/</outputDirectory>
+            <includes>
+                <include>LICENSE</include>
+                <include>INSTALL</include>
+                <include>README</include>
+                <include>release-note.html</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+    <dependencySets>
+        <dependencySet>
+            
<outputFileNameMapping>${artifact.artifactId}_${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
+            
<outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/plugins</outputDirectory>
+            <includes>
+                <include>org.wso2.wsas:org.wso2.wsas.styles:jar</include>
+<!---
+                
<include>org.wso2.dataservices:org.wso2.dataservices:jar</include>
+                
<include>org.wso2.dataservices:org.wso2.dataservices.ui:jar</include>
+-->
+                <!-- other bundles-->
+ <!-- 
+                <include>org.wso2.carbon:org.wso2.carbon.rm:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.rm.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>
+                
<include>org.wso2.carbon:org.wso2.carbon.security.policy:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.security.rahas:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.security.rampart:jar</include>
+
+                
<include>org.wso2.carbon:org.wso2.carbon.logging.service:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.logging.ext:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.throttle:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.throttle.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.caching:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.caching.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.tracer:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.transport.mgt:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include>
+                
+
+                <include>org.wso2.carbon:org.wso2.carbon.codegen:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.codegen.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include>
+                
<!--<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>-->
+                
<!--<include>org.wso2.carbon:org.wso2.carbon.xslt:jar</include>-->
+                   
<!--<include>org.wso2.carbon:org.wso2.carbon.authenticator:jar</include>-->
+
+                
<include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.operation.mgt.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> 
+                
<include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include>   
+                
<include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.module.mgt.ui:jar</include>
+                
<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.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.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>
+                
<include>org.wso2.carbon:org.wso2.carbon.ejbservices:jar</include> 
+                
<include>org.wso2.carbon:org.wso2.carbon.ejbservices.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.validator:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.validator.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.wsdl2code:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.wsdl2code.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.java2wsdl.ui:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>
+                
<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include> 
+                <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include>    
 
+                
<include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include>  
                 
<include>org.wso2.carbon:org.wso2.carbon.policyeditor:jar</include>      
-                
<include>org.wso2.carbon:org.wso2.carbon.user.core:jar</include>  
+                
<include>org.wso2.carbon:org.wso2.carbon.user.core:jar</include>  
                 
<include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> 
                 
<include>org.wso2.carbon:org.wso2.carbon.user.mgt.stub:jar</include>
-                
<include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include>      
-            </includes>
-        </dependencySet>
-    </dependencySets>
-    <files>
-        <file>
-            <source>conf/axis2.xml</source>
-            
<outputDirectory>wso2wsas-${pom.version}/repository</outputDirectory>
-            <destName>axis2.xml</destName>
-        </file>
-        <file>
-            <source>conf/server.xml</source>
-            <outputDirectory>wso2wsas-${pom.version}/conf</outputDirectory>
-            <destName>server.xml</destName>
-            <filtered>true</filtered>
-        </file>
-        <!--file>
-            <source>conf/config.properties</source>
-            
<outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/eclipse/configuration</outputDirectory>
-            <destName>config.ini</destName>
-            <filtered>true</filtered>
-        </file-->
-        <file>
-            <source>NOTICE</source>
-            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
-            <filtered>true</filtered>
-        </file>
-    </files>
-</assembly>
+                
<include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include>      
+            </includes>
+        </dependencySet>
+    </dependencySets>
+    <files>
+        <file>
+            <source>conf/axis2.xml</source>
+            
<outputDirectory>wso2wsas-${pom.version}/repository</outputDirectory>
+            <destName>axis2.xml</destName>
+        </file>
+        <file>
+            <source>conf/server.xml</source>
+            <outputDirectory>wso2wsas-${pom.version}/conf</outputDirectory>
+            <destName>server.xml</destName>
+            <filtered>true</filtered>
+        </file>
+        <!--file>
+            <source>conf/config.properties</source>
+            
<outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/eclipse/configuration</outputDirectory>
+            <destName>config.ini</destName>
+            <filtered>true</filtered>
+        </file-->
+        <file>
+            <source>NOTICE</source>
+            <outputDirectory>wso2wsas-${pom.version}</outputDirectory>
+            <filtered>true</filtered>
+        </file>
+    </files>
+</assembly>

Modified: trunk/wsas/java/carbon/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23423&r1=23422&r2=23423&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/pom.xml (original)
+++ trunk/wsas/java/carbon/distribution/pom.xml Thu Nov  6 00:12:50 2008
@@ -1,532 +1,534 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-       <groupId>org.wso2.wsas</groupId>
-        <artifactId>wsas-parent</artifactId>
-        <version>SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wso2wsas</artifactId>
-    <packaging>jar</packaging>
-    <name>WSO2 WSAS Distribution</name>
-    <url></url>
-    <description>WSO2 WSAS Distribution</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>wso2carbon</artifactId>
-            <version>SNAPSHOT</version>
-            <type>zip</type>
-        </dependency>
-     
-        <!-- TODO - need to change these to use WSAS related components -->
-        <!--
-        <dependency>
-            <groupId>org.wso2.dataservices</groupId>
-            <artifactId>org.wso2.dataservices</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        -->
-        <dependency>
-            <groupId>org.wso2.wsas</groupId>
-            <artifactId>org.wso2.wsas.styles</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.wso2.dataservices</groupId>
-            <artifactId>org.wso2.dataservices.ui</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        -->
-
-        <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.ui.menu.tools</artifactId>
-                <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.ui.menu.registry</artifactId>
-                <version>${pom.version}</version>
-        </dependency>
-
-        <!-- TODO all other Carbon -->
-
-       <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.authenticator</artifactId>
-            <version>0.7</version>
-        </dependency>
-
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.rm</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.rm.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.security.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.documentation</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.security.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.security.policy</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.security.rahas</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.security.rampart</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.logging.service</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.logging.admin.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.logging.view.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.logging.ext</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.throttle</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.throttle.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.tracer</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.tracer.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.validator</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.validator.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.wsdl2code</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.wsdl2code.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.java2wsdl</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.java2wsdl.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.wsdlconverter</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.wsdlconverter.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.codegen</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.codegen.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.module.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.module.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.service.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.service.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.operation.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.transport.mgt</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.transport.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.server.admin</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.server.admin.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.caching</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.caching.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.statistics</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.statistics.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.tryit</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.tryit.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.wsdlconverter</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.viewflows</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.viewflows.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.xkms</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.pojoservices.ui</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>
-            <artifactId>org.wso2.carbon.springservices.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.axis1services</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.axis1services.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.ejbservices</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.ejbservices.ui</artifactId>
-            <version>SNAPSHOT</version>
-         </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.sts</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.sts.ui</artifactId>
-            <version>SNAPSHOT</version>
-       </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.policyeditor</artifactId>
-            <version>SNAPSHOT</version>
-       </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.policyeditor.ui</artifactId>
-            <version>SNAPSHOT</version>
-       </dependency>
-
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.user.core</artifactId>
-            <version>SNAPSHOT</version>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+    <parent>
+       <groupId>org.wso2.wsas</groupId>
+        <artifactId>wsas-parent</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>wso2wsas</artifactId>
+    <packaging>jar</packaging>
+    <name>WSO2 WSAS Distribution</name>
+    <url></url>
+    <description>WSO2 WSAS Distribution</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>wso2carbon</artifactId>
+            <version>SNAPSHOT</version>
+            <type>zip</type>
+        </dependency>
+     
+        <!-- TODO - need to change these to use WSAS related components -->
+        <!--
+        <dependency>
+            <groupId>org.wso2.dataservices</groupId>
+            <artifactId>org.wso2.dataservices</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        -->
+        <dependency>
+            <groupId>org.wso2.wsas</groupId>
+            <artifactId>org.wso2.wsas.styles</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <!--
+        <dependency>
+            <groupId>org.wso2.dataservices</groupId>
+            <artifactId>org.wso2.dataservices.ui</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        -->
+
+        <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.ui.menu.tools</artifactId>
+                <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.ui.menu.registry</artifactId>
+                <version>${pom.version}</version>
+        </dependency>
+
+        <!-- TODO all other Carbon -->
+
+       <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.authenticator</artifactId>
+            <version>0.7</version>
+        </dependency>
+
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.rm</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.rm.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.documentation</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.policy</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.rahas</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.security.rampart</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.logging.service</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.logging.admin.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.logging.view.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.logging.ext</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.throttle</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.throttle.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.tracer</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.tracer.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.validator</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.validator.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.wsdl2code</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.wsdl2code.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.java2wsdl</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.java2wsdl.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.wsdlconverter</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.wsdlconverter.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.codegen</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.codegen.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.module.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.module.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.service.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.service.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.operation.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.mgt</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.server.admin</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.server.admin.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.caching</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.caching.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+         <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.statistics</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.statistics.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.tryit</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.tryit.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.wsdlconverter</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.viewflows</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.viewflows.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.xkms</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.pojoservices.ui</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>
+            <artifactId>org.wso2.carbon.springservices.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.axis1services</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.axis1services.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.ejbservices</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.ejbservices.ui</artifactId>
+            <version>SNAPSHOT</version>
+         </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sts</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sts.ui</artifactId>
+            <version>SNAPSHOT</version>
+       </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.policyeditor</artifactId>
+            <version>SNAPSHOT</version>
+       </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.policyeditor.ui</artifactId>
+            <version>SNAPSHOT</version>
        </dependency>
 
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.user.mgt</artifactId>
-            <version>SNAPSHOT</version>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.core</artifactId>
+            <version>SNAPSHOT</version>
        </dependency>
 
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.user.mgt.stub</artifactId>
-            <version>SNAPSHOT</version>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt</artifactId>
+            <version>SNAPSHOT</version>
        </dependency>
 
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.user.mgt.ui</artifactId>
-            <version>SNAPSHOT</version>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt.stub</artifactId>
+            <version>SNAPSHOT</version>
        </dependency>
-
-        <!-- Orbit dependency foe axis1service component -->
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.axis</artifactId>
-            <version>1.4</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.jaxws.ui</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-        <!--Orbit dependency for jaxws component        -->
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.jaxws</artifactId>
-            <version>2.1</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>unpack-wso2carbon</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.wso2.carbon</groupId>
-                                    <artifactId>wso2carbon</artifactId>
-                                    <version>SNAPSHOT</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-2</version>
-                <executions>
-                    <execution>
-                        <id>dist</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>bin.xml</descriptor>
-                                <!-- TODO source distribution
-                               <descriptor>src.xml</descriptor>
-                                -->
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>clean_target</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <delete dir="target/archive-tmp"/>
-                                <delete 
dir="target/dependency-maven-plugin-markers"/>
-                                <delete dir="target/maven-archiver"/>
-                                <delete dir="target/wso2carbon-SNAPSHOT"/>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.user.mgt.ui</artifactId>
+            <version>SNAPSHOT</version>
+       </dependency>
+
+        <!-- Orbit dependency foe axis1service component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.axis</artifactId>
+            <version>1.4</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jaxws.ui</artifactId>
+            <version>SNAPSHOT</version>
+        </dependency>
+
+        <!--Orbit dependency for jaxws component        -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jaxws</artifactId>
+            <version>2.1</version>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.0-alpha-4</version>
+                <inherited>false</inherited>
+                <executions>
+                    <execution>
+                        <id>unpack-wso2carbon</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.wso2.carbon</groupId>
+                                    <artifactId>wso2carbon</artifactId>
+                                    <version>SNAPSHOT</version>
+                                    <type>zip</type>
+                                    <overWrite>true</overWrite>
+                                    <outputDirectory>target</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-2</version>
+                <executions>
+                    <execution>
+                        <id>dist</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                <descriptor>bin.xml</descriptor>
+                                <!-- TODO source distribution
+                               <descriptor>src.xml</descriptor>
+                                -->
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>clean_target</id>
+                        <phase>install</phase>
+                        <configuration>
+                            <tasks>
+                                <delete dir="target/archive-tmp"/>
+                                <delete 
dir="target/dependency-maven-plugin-markers"/>
+                                <delete dir="target/maven-archiver"/>
+                                <delete dir="target/wso2carbon-SNAPSHOT"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
+
+

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

Reply via email to