Author: ips
Date: Wed Feb 2 15:00:20 2005
New Revision: 151078
URL: http://svn.apache.org/viewcvs?view=rev&rev=151078
Log:
updated to use new separate wsa/wsrf/wsn xbeans jars
Modified:
incubator/hermes/trunk/project.xml
Modified: incubator/hermes/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&r1=151077&r2=151078
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Wed Feb 2 15:00:20 2005
@@ -110,28 +110,26 @@
</properties>
</dependency>
-<!--
<dependency>
<groupId>apollo</groupId>
- <artifactId>wsrf-xbeans</artifactId>
+ <artifactId>wsa-xbeans</artifactId>
<version>SNAPSHOT</version>
<url>http://incubator.apache.org/apollo/</url>
<properties>
<license>ApacheLicense-2.0.txt</license>
- <usage>Needed for handling requests. This contains the
XmlBeans-generated code from the WSRF WSDLs/XSDs. 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
XmlBeans-generated code from the WSA XSDs. This "could" be eliminated and
generated on the fly, but it would make the builds longer.</usage>
<war.bundle>true</war.bundle>
</properties>
</dependency>
--->
<dependency>
<groupId>apollo</groupId>
- <artifactId>spec-xbeans</artifactId>
+ <artifactId>wsrf-xbeans</artifactId>
<version>SNAPSHOT</version>
<url>http://incubator.apache.org/apollo/</url>
<properties>
<license>ApacheLicense-2.0.txt</license>
- <usage>Needed for handling requests. This contains the
XmlBeans-generated code from all spec WSDLs/XSDs. 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
XmlBeans-generated code from the WSRF WSDLs/XSDs. This "could" be eliminated
and generated on the fly, but it would make the builds longer.</usage>
<war.bundle>true</war.bundle>
</properties>
</dependency>
@@ -288,7 +286,6 @@
</properties>
</dependency>
-<!--
<dependency>
<groupId>hermes</groupId>
<artifactId>wsn-xbeans</artifactId>
@@ -300,7 +297,6 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
--->
<dependency>
<groupId>incubator-directory</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]