Author: ips
Date: Fri Mar 11 14:11:21 2005
New Revision: 157167

URL: http://svn.apache.org/viewcvs?view=rev&rev=157167
Log:
upgraded apollo dep to v1.0alpha2

Modified:
    incubator/muse/trunk/project.xml

Modified: incubator/muse/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&r1=157166&r2=157167
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Fri Mar 11 14:11:21 2005
@@ -118,6 +118,54 @@
     </dependency>
     
     <dependency>
+    <groupId>apollo</groupId>
+    <artifactId>apollo-incubating</artifactId>
+    <version>1.0-alpha2</version>
+    <url>http://incubator.apache.org/apollo/</url>
+    <properties>
+       <license>ApacheLicense-2.0.txt</license>
+       <usage>WSRF impl</usage>
+       <war.bundle>true</war.bundle>
+    </properties>
+    </dependency>
+
+    <dependency>
+    <groupId>apollo</groupId>
+    <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 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>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 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>apollo-jndi-config</artifactId>
+    <version>SNAPSHOT</version>
+    <url>http://incubator.apache.org/apollo/</url>
+    <properties>
+       <license>ApacheLicense-2.0.txt</license>
+       <war.bundle>true</war.bundle>
+       <usage>Needed for handling our JNDI XML config file via XmlBeans. This 
"could" be removed, but then we'd probably replace it with commons-config.  The 
reason we avoided that approach is that we leveredge XmlBeans extensively in 
our codebase.</usage>
+    </properties>
+    </dependency>
+    
+    <dependency>
       <groupId>axis</groupId>
       <artifactId>axis</artifactId>
       <version>1.2-RC2</version>
@@ -261,55 +309,6 @@
            <war.bundle>true</war.bundle>
        </properties>
     </dependency>    
-
-    <dependency>
-    <groupId>apollo</groupId>
-    <artifactId>apollo-incubating</artifactId>
-    <version>1.0-alpha-SNAPSHOT</version>
-    <url>http://incubator.apache.org/apollo/</url>
-    <properties>
-       <license>ApacheLicense-2.0.txt</license>
-       <usage>WSRF impl</usage>
-       <war.bundle>true</war.bundle>
-    </properties>
-    </dependency>
-
-    <dependency>
-    <groupId>apollo</groupId>
-    <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 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>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 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>apollo-jndi-config</artifactId>
-    <version>SNAPSHOT</version>
-    <url>http://incubator.apache.org/apollo/</url>
-    <properties>
-       <license>ApacheLicense-2.0.txt</license>
-       <war.bundle>true</war.bundle>
-       <usage>Needed for handling our JNDI XML config file via XmlBeans. This 
"could" be removed, but then we'd probably replace it with commons-config.  The 
reason we avoided that approach is that we leveredge XmlBeans extensively in 
our codebase.</usage>
-    </properties>
-    </dependency>
-
     
     <dependency>
       <groupId>jaxen</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to