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/03 19:46:00 UTC

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

Author: ips
Date: Thu Feb  3 10:45:59 2005
New Revision: 151203

URL: http://svn.apache.org/viewcvs?view=rev&rev=151203
Log:
updated xmlbeans jar versions

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=151202&r2=151203
==============================================================================
--- incubator/apollo/trunk/project.xml (original)
+++ incubator/apollo/trunk/project.xml Thu Feb  3 10:45:59 2005
@@ -100,28 +100,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 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>
+      <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 for 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>
@@ -394,7 +392,7 @@
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean</artifactId>
-      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <version>1.0.4-20050202-SNAPSHOT</version>
       <url>http://xmlbeans.apache.org/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
@@ -406,7 +404,7 @@
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean_xpath</artifactId>
-      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <version>1.0.4-20050202-SNAPSHOT</version>
       <url>http://xmlbeans.apache.org/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>



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