You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/02 00:42:20 UTC

svn commit: r109399 - /incubator/muse/trunk/project.xml

Author: ips
Date: Wed Dec  1 15:42:19 2004
New Revision: 109399

URL: http://svn.apache.org/viewcvs?view=rev&rev=109399
Log:
tweaked a few of the dep descs

Modified:
   incubator/muse/trunk/project.xml

Modified: incubator/muse/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&rev=109399&p1=incubator/muse/trunk/project.xml&r1=109398&p2=incubator/muse/trunk/project.xml&r2=109399
==============================================================================
--- incubator/muse/trunk/project.xml	(original)
+++ incubator/muse/trunk/project.xml	Wed Dec  1 15:42:19 2004
@@ -1,7 +1,9 @@
 <?xml version="1.0"?>
+
 <!-- Muse Project Descriptor - defines Project Object Model (POM) -->
 <!-- Schema for this file is at:    http://maven.apache.org/xsd/maven-project-3.0.0.xsd -->
 <!-- Reference for this file is at: http://maven.apache.org/reference/project-descriptor.html -->
+
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
 	<pomVersion>3</pomVersion>
 	<id>muse</id>
@@ -98,7 +100,7 @@
 			<url>http://ws.apache.org/ws-fx/addressing/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for handling WS-Addressing.</usage>
+				<usage>Provides support for WS-Addressing</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -108,7 +110,7 @@
 			<url>http://ant.apache.org/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for various custom Tasks we've defined for updating a Wsdd and running WsdmWsdl2Java.</usage>
+				<usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -128,7 +130,7 @@
 			<url>http://ws.apache.org/axis/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for building our Jax-RPC compliant Handler impl.</usage>
+				<usage>Needed for building classes that reference JAX-RPC APIs.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -138,7 +140,7 @@
 			<url>http://ws.apache.org/axis/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for building our SOAP-specific code.</usage>
+				<usage>Needed for building classes that reference SAAJ APIs.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -168,7 +170,7 @@
 			<url>http://jakarta.apache.org/commons/httpclient/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for sending Http requests, i.e. Notifications.</usage>
+				<usage>Needed for sending HTTP requests, i.e. Notifications.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -179,7 +181,7 @@
 			<properties>
 				<war.bundle>true</war.bundle>
 				<src.artifactId>commons-lang-src</src.artifactId>
-				<usage>Needed for utility operations like StringUtils, ExceptionUtils etc.</usage>
+				<usage>Needed for utility classes like StringUtils, ExceptionUtils etc.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -209,7 +211,7 @@
 			<url>http://incubator.apache.org/muse/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for Unit Tests.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+				<usage>Needed for Unit Tests. This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -219,7 +221,7 @@
 			<url>http://ws.apache.org/ws-fx/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for handling requests.  This contains the XmlBean-generated code from the spec wsdls.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+				<usage>Needed for handling requests. This contains the XmlBean types generated from the spec WSDLs.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -229,7 +231,7 @@
 			<url>http://ws.apache.org/ws-fx/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for handling Axis requests.  This contains the Axis-generated code from the spec wsdls.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
+				<usage>Needed for handling Axis requests. This contains the Axis-generated code from the spec wsdls.  This "could" be eliminated and generated on the fly, but it would make the builds longer.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -260,7 +262,7 @@
 			<url>http://logging.apache.org/log4j/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for logging.</usage>
+				<usage>Needed (at runtime) for logging.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -290,7 +292,7 @@
 			<url>http://xmlbeans.apache.org/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for handling Xml Types in a platform agnostic way.</usage>
+				<usage>Needed for handling XML types in a platform agnostic way.</usage>
 			</properties>
 		</dependency>
 		<dependency>
@@ -300,7 +302,7 @@
 			<url>http://xmlbeans.apache.org/</url>
 			<properties>
 				<war.bundle>true</war.bundle>
-				<usage>Needed for XmlBeans.</usage>
+				<usage>XMLBeans - used throughout code base.</usage>
 			</properties>
 		</dependency>		
 	</dependencies>

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