You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/01/25 19:52:55 UTC

svn commit: r499901 - /webservices/muse/trunk/modules/muse-util-xml/pom.xml

Author: danj
Date: Thu Jan 25 10:52:54 2007
New Revision: 499901

URL: http://svn.apache.org/viewvc?view=rev&rev=499901
Log:
Added xml-apis-*.jar to POM so that it will match the .classpath we have for Eclipse workspaces. 
The xml-apis jar is needed to compile on J2ME because the DOM interfaces are not included. Any 
module that references DOM/Xerces will have this jar added to its classpath.

Modified:
    webservices/muse/trunk/modules/muse-util-xml/pom.xml

Modified: webservices/muse/trunk/modules/muse-util-xml/pom.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-util-xml/pom.xml?view=diff&rev=499901&r1=499900&r2=499901
==============================================================================
--- webservices/muse/trunk/modules/muse-util-xml/pom.xml (original)
+++ webservices/muse/trunk/modules/muse-util-xml/pom.xml Thu Jan 25 10:52:54 2007
@@ -18,6 +18,10 @@
 			<artifactId>muse-util-qname</artifactId>
 		</dependency>
 		<dependency>
+			<groupId>xml-apis</groupId>
+			<artifactId>xml-apis</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>xerces</groupId>
 			<artifactId>xercesImpl</artifactId>
 		</dependency>



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