You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2005/02/01 23:16:29 UTC

svn commit: r149456 - incubator/apollo/trunk/project.xml

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: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org