You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/03/16 05:34:32 UTC

svn commit: r157669 - webservices/axis/trunk/java/modules/wsdl/project.properties webservices/axis/trunk/java/modules/wsdl/project.xml

Author: chathura
Date: Tue Mar 15 20:34:32 2005
New Revision: 157669

URL: http://svn.apache.org/viewcvs?view=rev&rev=157669
Log:
WSDL4j.jar dependency added to the Maven build.

Modified:
    webservices/axis/trunk/java/modules/wsdl/project.properties
    webservices/axis/trunk/java/modules/wsdl/project.xml

Modified: webservices/axis/trunk/java/modules/wsdl/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.properties?view=diff&r1=157668&r2=157669
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.properties (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.properties Tue Mar 15 20:34:32 2005
@@ -14,5 +14,5 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-maven.repo.remote=http://cvs.apache.org/repository/, http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/
+maven.repo.remote=http://cvs.apache.org/repository/,http://www.apache.org/dist/java-repository,http://www.ibiblio.org/maven,http://www.apache.org/dist/java-repository/
 maven.multiproject.type=jar

Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?view=diff&r1=157668&r2=157669
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.xml Tue Mar 15 20:34:32 2005
@@ -17,51 +17,55 @@
  */
  -->
 <project>
-    <pomVersion>3</pomVersion>
-    <extend>../../etc/project.xml</extend>
-
-    <id>axis2-wsdl</id>
-    <name>wsdl</name>
-    <description>WSDL Parts of Axis 2.0. This includes WSDL Object Model built based on the proposed WSDL 2.0 Component Model.</description>
-
-
-    <dependencies>
-        <!-- external JARs -->
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.3</version>
+	<pomVersion>3</pomVersion>
+	<extend>../../etc/project.xml</extend>
+	<id>axis2-wsdl</id>
+	<name>wsdl</name>
+	<description>WSDL Parts of Axis 2.0. This includes WSDL Object Model built based on the proposed WSDL 2.0 Component Model.</description>
+	<dependencies>
+		<!-- external JARs -->
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.0.3</version>
+			<properties>
+				<module>true</module>
+			</properties>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax</artifactId>
+			<version>1.1.1-dev</version>
+			<properties>
+				<module>true</module>
+			</properties>
+			<url>http://dist.codehaus.org/stax/jars/</url>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.8</version>
+			<properties>
+				<module>true</module>
+			</properties>
+			<url>http://dist.codehaus.org/stax/jars/</url>
+		</dependency>
+		<dependency>
+			<groupId>stax</groupId>
+			<artifactId>stax-api</artifactId>
+			<version>1.0</version>
+			<properties>
+				<module>true</module>
+			</properties>
+			<url>http://dist.codehaus.org/stax/jars/</url>
+		</dependency>
+		<dependency>
+            <groupId>axis</groupId>
+            <artifactId>axis-wsdl4j</artifactId>
+            <version>1.2-RC1</version>
             <properties>
                 <module>true</module>
             </properties>
         </dependency>
-	<dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax</artifactId>
-            <version>1.1.1-dev</version>
-            <properties>
-                <module>true</module>
-            </properties>
-		<url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-	<dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
-            <properties>
-                <module>true</module>
-            </properties>
-		<url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-
-	<dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0</version>
-            <properties>
-                <module>true</module>
-            </properties>
-		<url>http://dist.codehaus.org/stax/jars/</url>
-        </dependency>
-    </dependencies>
+	</dependencies>
 </project>