You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/08/02 12:20:15 UTC

svn commit: r562070 - in /webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin: idea-plugin-aseembly.xml pom.xml

Author: dims
Date: Thu Aug  2 03:20:13 2007
New Revision: 562070

URL: http://svn.apache.org/viewvc?view=rev&rev=562070
Log:
Merge from 1.3 branch

Modified:
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml
    webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml?view=diff&rev=562070&r1=562069&r2=562070
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/idea-plugin-aseembly.xml Thu Aug  2 03:20:13 2007
@@ -35,8 +35,18 @@
         <dependencySet>
             <outputDirectory>lib</outputDirectory>
             <includes>
-                <include>commons-logging:commons-logging:jar</include>
+                <include>annogen:annogen:jar</include>
+                <include>org.apache.ws.commons.axiom:axiom-api:jar</include>
+                <include>org.apache.ws.commons.axiom:axiom-dom:jar</include>
+                <include>org.apache.ws.commons.axiom:axiom-impl:jar</include>                
+                <include>org.codehaus.woodstox:wstx-asl:jar</include>
+                <include>org.apache.neethi:neethi:jar</include>
+                <include>stax:stax-api:jar</include>                
+                <include>xmlbeans:xbean:jar</include>
+                <include>org.apache.ws.commons.schema:XmlSchema:jar</include>
                 <include>log4j:log4j:jar</include>
+                <include>org.apache.woden:woden:jar</include>               
+                <include>commons-logging:commons-logging:jar</include>               
                 <include>org.apache.ant:ant:jar</include>
 		<include>org.apache.axis2:axis2-codegen:jar</include>
 		<include>org.apache.axis2:axis2-kernel:jar</include>

Modified: webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml?view=diff&rev=562070&r1=562069&r2=562070
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/axis2-idea-plugin/pom.xml Thu Aug  2 03:20:13 2007
@@ -101,6 +101,22 @@
 			<groupId>org.apache.ant</groupId>
 			<artifactId>ant</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>xmlbeans</groupId>
+			<artifactId>xbean</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.ws.commons.schema</groupId>
+			<artifactId>XmlSchema</artifactId>
+		</dependency>		
+		<dependency>
+			<groupId>org.apache.woden</groupId>
+			<artifactId>woden</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
 	</dependencies>
 
 	<build>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org