You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by wi...@apache.org on 2004/12/15 20:59:24 UTC

svn commit: r112012 - /incubator/muse/trunk/client/project.xml

Author: wire
Date: Wed Dec 15 11:59:21 2004
New Revision: 112012

URL: http://svn.apache.org/viewcvs?view=rev&rev=112012
Log:
Updated dependencies
Modified:
   incubator/muse/trunk/client/project.xml

Modified: incubator/muse/trunk/client/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/client/project.xml?view=diff&rev=112012&p1=incubator/muse/trunk/client/project.xml&r1=112011&p2=incubator/muse/trunk/client/project.xml&r2=112012
==============================================================================
--- incubator/muse/trunk/client/project.xml	(original)
+++ incubator/muse/trunk/client/project.xml	Wed Dec 15 11:59:21 2004
@@ -36,87 +36,89 @@
         </developer>
     </developers>
     <dependencies>
-        <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.6.2</version>
-            <type>jar</type>
-            <url>http://ant.apache.org/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis</artifactId>
-            <version>1.2beta3</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/axis/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-discovery</groupId>
-            <artifactId>commons-discovery</artifactId>
-            <version>0.2</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/discovery/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>2.0.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/httpclient/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/lang/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/logging/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>concurrent</groupId>
-            <artifactId>concurrent</artifactId>
-            <version>1.3.4</version>
-            <type>jar</type>
-            <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>hewlett-packard</groupId>
-            <artifactId>disk-types</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>https://ws-rp.hpsen.com/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
+
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.6.2</version>
+      <url>http://ant.apache.org/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.2-RC2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-discovery</groupId>
+      <artifactId>commons-discovery</artifactId>
+      <version>0.2</version>
+      <url>http://jakarta.apache.org/commons/discovery/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>2.0.2</version>
+      <url>http://jakarta.apache.org/commons/httpclient/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.0</version>
+      <url>http://jakarta.apache.org/commons/lang/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <src.artifactId>commons-lang-src</src.artifactId>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <url>http://jakarta.apache.org/commons/logging/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+      <url>http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>muse</groupId>
+      <artifactId>disk-types</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://incubator.apache.org/muse/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+        <!-- dependency>
             <groupId>hewlett-packard</groupId>
             <artifactId>muws</artifactId>
             <version>SNAPSHOT</version>
@@ -125,38 +127,60 @@
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>
-        </dependency>
-        <dependency>
-            <groupId>hewlett-packard</groupId>
-            <artifactId>wsdm-axis-types</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>https://ws-rp.hpsen.com/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>hewlett-packard</groupId>
-            <artifactId>wsdm-xmlbeans</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>https://ws-rp.hpsen.com/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-            <version>1.1beta2</version>
-            <type>jar</type>
-            <url>http://jaxen.org/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
+        </dependency -->
+        
+            <dependency>
+      <groupId>ws-fx</groupId>
+      <artifactId>wsdm-xmlbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+        
+        
+     <dependency>
+      <groupId>ws-fx</groupId>
+      <artifactId>wsdm-axis-types</artifactId>
+      <version>1.2-RC2</version>
+      <url>http://ws.apache.org/ws-fx/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>ws-fx</groupId>
+      <artifactId>wsdm-xmlbeans</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+        
+     <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1-beta-2</version>
+      <url>http://jaxen.org/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-jaxrpc</artifactId>
+      <version>1.2-RC2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+        <!--dependency>
             <groupId>jaxrpc</groupId>
             <artifactId>jaxrpc</artifactId>
             <version>1.1.1</version>
@@ -165,115 +189,126 @@
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <type>jar</type>
-            <url>http://www.junit.org/</url>
-            <properties>
-                <classloader>root</classloader>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
-            <type>jar</type>
-            <url>http://logging.apache.org/log4j/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>saaj</groupId>
-            <artifactId>saaj</artifactId>
-            <version>1.1.1</version>
-            <type>jar</type>
-            <url>http://java.sun.com/xml/saaj/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>servlet</groupId>
-            <artifactId>servlet</artifactId>
-            <version>2.3</version>
-            <type>jar</type>
-            <url>http://java.sun.com/products/servlet/</url>
-            <properties>
-                <war.bundle>false</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>ws-addressing</groupId>
-            <artifactId>addressing</artifactId>
-            <version>SNAPSHOT</version>
-            <type>jar</type>
-            <url>http://ws.apache.org/ws-fx/addressing/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.5beta2</version>
-            <type>jar</type>
-            <url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.4.1</version>
-            <type>jar</type>
-            <url>http://xml.apache.org/xalan-j/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean_xpath</artifactId>
-            <version>1.0.3</version>
-            <type>jar</type>
-            <url>http://xml.apache.org/xmlbeans/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>20040804.171500</version>
-            <type>jar</type>
-            <url>http://xml.apache.org/xmlbeans/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>xml-commons-resolver</groupId>
-            <artifactId>resolver</artifactId>
-            <version>1.1</version>
-            <type>jar</type>
-            <url>http://xml.apache.org/commons/components/resolver/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
+        </dependency -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://www.junit.org/</url>
+      <properties>
+        <classloader>root</classloader>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.8</version>
+      <url>http://logging.apache.org/log4j/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.2-RC2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
+      <version>2.3</version>
+      <url>http://java.sun.com/products/servlet/</url>
+      <properties>
+        <war.bundle>false</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>addressing</groupId>
+      <artifactId>addressing</artifactId>
+      <version>SNAPSHOT</version>
+      <url>http://ws.apache.org/ws-fx/addressing/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-wsdl4j</artifactId>
+      <version>1.2-RC2</version>
+      <url>http://ws.apache.org/axis/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.4.1</version>
+      <url>http://xml.apache.org/xalan-j/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean_xpath</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>xml-resolver</groupId>
+      <artifactId>xml-resolver</artifactId>
+      <version>1.1</version>
+      <url>http://xml.apache.org/commons/components/resolver/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+	<dependency>
+	    <groupId>muse</groupId>
+	    <artifactId>incubating-muse</artifactId>
+	    <version>0.5-SNAPSHOT</version>
+	    <url>http://incubator.apache.org/muse/</url>
+	    <properties>
+	     <license>ApacheLicense-2.0.txt</license>
+	     <war.bundle>true</war.bundle>
+	     <usage>Needed for building disk-types.jar and client.</usage>
+	    </properties>
+	  </dependency>
+
+        <!-- dependency>
             <groupId>hewlett-packard</groupId>
             <artifactId>muse-wsdl</artifactId>
             <version>SNAPSHOT</version>
             <type>jar</type>
             <properties/>
-        </dependency>
+        </dependency -->
     </dependencies>
     <build>
         <sourceDirectory>src/java</sourceDirectory>

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