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 2004/12/21 22:54:55 UTC

svn commit: r122989 - /incubator/hermes/trunk/build.properties /incubator/hermes/trunk/project.xml /incubator/hermes/trunk/src/java

Author: ips
Date: Tue Dec 21 13:54:54 2004
New Revision: 122989

URL: http://svn.apache.org/viewcvs?view=rev&rev=122989
Log:

Added:
   incubator/hermes/trunk/src/java/
Removed:
   incubator/hermes/trunk/build.properties
Modified:
   incubator/hermes/trunk/project.xml

Deleted: /incubator/hermes/trunk/build.properties
Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/build.properties?view=auto&rev=122988
==============================================================================

Modified: incubator/hermes/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&rev=122989&p1=incubator/hermes/trunk/project.xml&r1=122988&p2=incubator/hermes/trunk/project.xml&r2=122989
==============================================================================
--- incubator/hermes/trunk/project.xml	(original)
+++ incubator/hermes/trunk/project.xml	Tue Dec 21 13:54:54 2004
@@ -60,17 +60,6 @@
         </developer>   
         
         <developer>
-            <name>Bill Reichardt</name>
-            <id>wire</id>
-            <email>william.reichardt@hp.com</email>
-            <organization>Hewlett-Packard Company</organization>
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <timezone>-5</timezone>
-        </developer>
-        
-        <developer>
             <name>Ian Springer</name>
             <id>ips</id>
             <email>ian.springer@hp.com</email>
@@ -85,6 +74,307 @@
     
     <dependencies>
 
+        <dependency>
+            <groupId>addressing</groupId>
+            <artifactId>addressing</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://ws.apache.org/ws-fx/addressing/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+                <usage>Needed for handling WS-Addressing.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+        
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.2</version>
+            <url>http://ant.apache.org/</url>
+            <properties>                
+                <license>ApacheLicense-2.0.txt</license>
+                <scope>compile-time-only</scope>
+                <usage>Needed for various custom Tasks we've defined for updating a Wsdd and running WsdmWsdl2Java.</usage>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>apollo</groupId>
+            <artifactId>incubating-apollo</artifactId>
+            <version>1.0-beta1-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>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>
+            <url>http://ws.apache.org/axis/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+                <usage>Needed for compiling Axis-specific impls in our codebase. It is also needed for unit tests, etc.</usage>
+                <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>
+                <license>BinaryCodeLicense-JaxRpcApi.txt</license>
+                <usage>Needed for building our JAX-RPC compliant Handler impl.</usage>
+                <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>
+                <license>BinaryCodeLicense-SaajApi.txt</license>            
+                <usage>Needed for building our SOAP-specific code.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+    
+        <dependency>
+            <groupId>commonj</groupId>
+            <artifactId>commonj-twm</artifactId>
+            <version>1.0</version>
+            <url>http://dev2dev.bea.com/technologies/commonj/twm/</url>
+            <properties>
+                <usage>Needed for timer apis.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+            <version>1.0</version>
+            <url>http://jakarta.apache.org/commons/cli/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+        
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.1</version>
+            <url>http://jakarta.apache.org/commons/collections/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+        
+        <dependency>
+	    <groupId>commons-digester</groupId>
+	    <artifactId>commons-digester</artifactId>
+	    <version>1.6</version>
+	    <url>http://jakarta.apache.org/commons/digester/</url>
+	    <properties>
+	        <license>ApacheLicense-2.0.txt</license>
+		<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>
+                <license>ApacheLicense-2.0.txt</license>
+                <war.bundle>true</war.bundle>
+                <usage>Needed by Axis.</usage>
+            </properties>
+        </dependency>
+                
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.0</version>
+            <url>http://jakarta.apache.org/commons/lang/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+                <war.bundle>true</war.bundle>
+                <usage>Needed for utility operations like StringUtils, ExceptionUtils etc.</usage>
+            </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>
+                <license>ApacheLicense-2.0.txt</license>
+                <usage>Needed for logging purposes.</usage>
+                <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>
+                <license>DougLeaTechnologyLicense.txt</license>
+                <usage>Needed for threading.</usage>
+                <war.bundle>true</war.bundle>                
+            </properties>
+        </dependency>
+                       
+        <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+            <version>1.1-beta-4</version>
+            <url>http://jaxen.org/</url>
+            <properties>
+                <license>WerkenPublicLicense-1.3.txt</license>
+                <usage>Needed for handling XPath queries with XmlBeans.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+                
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <url>http://www.junit.org/</url>
+            <properties>
+                <classloader>root</classloader>
+                <license>CommonPublicLicense-1.0.txt</license>
+                <usage>Needed for running unit tests.</usage>
+                <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>
+                <license>BinaryCodeLicense-ServletApi.txt</license>                               
+                <scope>compile-time-only</scope>
+                <usage>Needed to compile our servlet.</usage>
+                <war.bundle>false</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>directory-naming</groupId>
+            <artifactId>directory-naming-core</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
+            <properties>
+                <license>ApacheLicense-2.0.txt</license>
+		<scope>runtime-only</scope>
+		<usage>Needed for in-memory JNDI provider.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>directory-naming</groupId>
+            <artifactId>directory-naming-factory</artifactId>
+            <version>SNAPSHOT</version>
+            <url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
+            <properties>	    
+                <license>ApacheLicense-2.0.txt</license>
+		<scope>runtime-only</scope>
+		<usage>Needed for in-memory JNDI provider.</usage>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.5-SNAPSHOT</version>
+            <url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
+            <properties>      
+                <license>CommonPublicLicense-1.0.txt</license>
+                <war.bundle>true</war.bundle>
+                <usage>Needed for working with WSDL files as objects.</usage>
+            </properties>
+        </dependency>
+
+	<dependency>
+	    <groupId>xalan</groupId>
+	    <artifactId>xalan</artifactId>
+	    <version>2.5.1</version>
+	    <url>http://xml.apache.org/xalan-j/</url>
+	    <properties>
+	        <license>ApacheLicense-2.0.txt</license>			
+		<scope>compile-time-only</scope>
+		<usage>Needed for XSL and report generation.</usage>
+		<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>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for handling XML types in a platform agnostic way.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean_xpath</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>XMLBeans - used throughout code base.</usage>
+      </properties>
+    </dependency>
+    
     </dependencies>
     
     <build>

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