Author: ips
Date: Tue Feb 1 14:16:28 2005
New Revision: 149456
URL: http://svn.apache.org/viewcvs?view=rev&rev=149456
Log:
updated to use new spec-xbeans.jar
Modified:
incubator/apollo/trunk/project.xml
Modified: incubator/apollo/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&r1=149455&r2=149456
==============================================================================
--- incubator/apollo/trunk/project.xml (original)
+++ incubator/apollo/trunk/project.xml Tue Feb 1 14:16:28 2005
@@ -100,6 +100,7 @@
</properties>
</dependency>
+<!--
<dependency>
<groupId>apollo</groupId>
<artifactId>wsrf-xbeans</artifactId>
@@ -108,6 +109,19 @@
<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>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+-->
+
+ <dependency>
+ <groupId>apollo</groupId>
+ <artifactId>spec-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 for all spec 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]