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

svn commit: r149457 - incubator/hermes/trunk/project.xml

Author: ips
Date: Tue Feb  1 14:22:04 2005
New Revision: 149457

URL: http://svn.apache.org/viewcvs?view=rev&rev=149457
Log:
updated to use new spec-xbeans.jar

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=149456&r2=149457
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Tue Feb  1 14:22:04 2005
@@ -110,6 +110,7 @@
             </properties>
         </dependency>
 
+<!--
         <dependency>
             <groupId>apollo</groupId>
             <artifactId>wsrf-xbeans</artifactId>
@@ -121,7 +122,20 @@
                 <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 from 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>
+
         <dependency>
 	    <groupId>apollo</groupId>
 	    <artifactId>apollo-jndi-config</artifactId>
@@ -274,6 +288,7 @@
             </properties>
         </dependency>
 
+<!--
         <dependency> 
             <groupId>hermes</groupId>
             <artifactId>wsn-xbeans</artifactId>
@@ -285,7 +300,8 @@
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
-                  
+-->
+
     <dependency>
       <groupId>incubator-directory</groupId>
       <artifactId>naming-core</artifactId>



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