Author: scamp
Date: Fri Mar 11 11:50:09 2005
New Revision: 157139
URL: http://svn.apache.org/viewcvs?view=rev&rev=157139
Log:
added deps for other projects' artifacts
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=157138&r2=157139
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Fri Mar 11 11:50:09 2005
@@ -216,7 +216,7 @@
<dependency>
<groupId>muse</groupId>
- <artifactId>muse-disk-types</artifactId>
+ <artifactId>muse-xbeans</artifactId>
<version>SNAPSHOT</version>
<url>http://incubator.apache.org/muse/</url>
<properties>
@@ -226,29 +226,90 @@
</properties>
</dependency>
+ <dependency>
+ <groupId>hermes</groupId>
+ <artifactId>wsn-xbeans</artifactId>
+ <version>SNAPSHOT</version>
+ <url>http://incubator.apache.org/hermes/</url>
+ <properties>
+ <license>ApacheLicense-2.0.txt</license>
+ <usage>XMLBeans for WSN spec types</usage>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>hermes</groupId>
+ <artifactId>wse-xbeans</artifactId>
+ <version>SNAPSHOT</version>
+ <url>http://incubator.apache.org/hermes/</url>
+ <properties>
+ <license>ApacheLicense-2.0.txt</license>
+ <usage>XMLBeans for WS-Eventing spec types</usage>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>hermes</groupId>
+ <artifactId>hermes</artifactId>
+ <version>1.0-beata1</version>
+ <url>http://incubator.apache.org/hermes/</url>
+ <properties>
+ <license>ApacheLicense-2.0.txt</license>
+ <usage>Hermes WSN/WSE implementation</usage>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
<dependency>
- <groupId>ws-fx</groupId>
- <artifactId>wsfx-xmlbeans</artifactId>
- <version>SNAPSHOT</version>
- <url>http://ws.apache.org/ws-fx/</url>
- <properties>
- <license>ApacheLicense-2.0.txt</license>
- <war.bundle>true</war.bundle>
- <usage>Needed for handling requests. This contains the XmlBean types
generated from the spec WSDLs. This "could" be eliminated and generated on the
fly, but it would make the builds longer.</usage>
- </properties>
+ <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>ws-fx</groupId>
- <artifactId>wsfx-axis-types</artifactId>
- <version>SNAPSHOT</version>
- <url>http://ws.apache.org/ws-fx/</url>
- <properties>
- <license>ApacheLicense-2.0.txt</license>
- <war.bundle>true</war.bundle>
- <usage>Needed for handling Axis requests. This contains the
Axis-generated code from the spec wsdls. This "could" be eliminated and
generated on the fly, but it would make the builds longer.</usage>
- </properties>
+ <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>
@@ -326,7 +387,7 @@
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
- <version>v1HEAD-SNAPSHOT-20041129</version>
+ <version>1.0.4</version>
<url>http://xmlbeans.apache.org/</url>
<properties>
<license>ApacheLicense-2.0.txt</license>
@@ -338,7 +399,7 @@
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean_xpath</artifactId>
- <version>v1HEAD-SNAPSHOT-20041129</version>
+ <version>1.0.4</version>
<url>http://xmlbeans.apache.org/</url>
<properties>
<license>ApacheLicense-2.0.txt</license>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]