[Carbon-dev] svn commit r31699 - in trunk/carbon-features/tools: . src/main/assembly

keith at wso2.com keith at wso2.com
Sat Feb 28 23:21:48 PST 2009


Author: keith
Date: Sat Feb 28 23:21:47 2009
New Revision: 31699
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31699

Log:
Adding service and module validators as well as jibx and jaxbri dependancies


Modified:
   trunk/carbon-features/tools/pom.xml
   trunk/carbon-features/tools/src/main/assembly/bin.xml

Modified: trunk/carbon-features/tools/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-features/tools/pom.xml?rev=31699&r1=31698&r2=31699&view=diff
==============================================================================
--- trunk/carbon-features/tools/pom.xml	(original)
+++ trunk/carbon-features/tools/pom.xml	Sat Feb 28 23:21:47 2009
@@ -63,10 +63,48 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.validator</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.validator.ui</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui.menu.tools</artifactId>
             <version>${carbon.version}</version>
         </dependency>
 
+        <!--Orbit dependency for jibx component        -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.axis2.jibx</artifactId>
+            <version>1.4.1-wso2</version>
+        </dependency>
+     
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jibx</artifactId>
+            <version>1.1.5</version>
+        </dependency>
+
+        <!--Orbit dependency for jaxbri component        -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.axis2.jaxbri</artifactId>
+            <version>1.4.1-wso2</version>
+        </dependency>
+     
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.jaxbri</artifactId>
+            <version>2.1.6</version>
+        </dependency>
+
     </dependencies>
 
     <build>

Modified: trunk/carbon-features/tools/src/main/assembly/bin.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-features/tools/src/main/assembly/bin.xml?rev=31699&r1=31698&r2=31699&view=diff
==============================================================================
--- trunk/carbon-features/tools/src/main/assembly/bin.xml	(original)
+++ trunk/carbon-features/tools/src/main/assembly/bin.xml	Sat Feb 28 23:21:47 2009
@@ -17,7 +17,13 @@
                 <include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter.ui:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.validator.ui:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.validator:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.ui.menu.tools:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.axis2.jibx:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.jibx:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.axis2.jaxbri:jar</include>
+                <include>org.wso2.carbon:org.wso2.carbon.jaxbri:jar</include>
             </includes>
         </dependencySet>
     </dependencySets>



More information about the Carbon-dev mailing list