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 ve...@apache.org on 2009/03/31 22:37:50 UTC

svn commit: r760598 - in /webservices/axis2/branches/java/1_5: ./ modules/distribution/pom.xml modules/documentation/pom.xml

Author: veithen
Date: Tue Mar 31 20:37:49 2009
New Revision: 760598

URL: http://svn.apache.org/viewvc?rev=760598&view=rev
Log:
Removed left-over dependencies on xml-apis (merged from trunk; not sure why documentation has dependencies at all).

Modified:
    webservices/axis2/branches/java/1_5/   (props changed)
    webservices/axis2/branches/java/1_5/modules/distribution/pom.xml
    webservices/axis2/branches/java/1_5/modules/documentation/pom.xml

Propchange: webservices/axis2/branches/java/1_5/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Mar 31 20:37:49 2009
@@ -1 +1 @@
-/webservices/axis2/trunk/java:732924,732927,732939,733776,741873,748761,754467,754503,757151-757153,759488,759507
+/webservices/axis2/trunk/java:732924,732927,732939,733776,741873,748761,754467,754503,757151-757153,759488,759507,759878,759968

Modified: webservices/axis2/branches/java/1_5/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/distribution/pom.xml?rev=760598&r1=760597&r2=760598&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/distribution/pom.xml Tue Mar 31 20:37:49 2009
@@ -53,10 +53,6 @@
             <artifactId>juli</artifactId>
         </dependency>
         <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-        </dependency>
-        <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
         </dependency>

Modified: webservices/axis2/branches/java/1_5/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/documentation/pom.xml?rev=760598&r1=760597&r2=760598&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/documentation/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/documentation/pom.xml Tue Mar 31 20:37:49 2009
@@ -50,10 +50,6 @@
             <artifactId>juli</artifactId>
         </dependency>
         <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-        </dependency>
-        <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
         </dependency>