You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/01 18:05:46 UTC

svn commit: r109357 - /incubator/apollo/trunk/project.xml

Author: ips
Date: Wed Dec  1 09:05:44 2004
New Revision: 109357

URL: http://svn.apache.org/viewcvs?view=rev&rev=109357
Log:
...
Modified:
   incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&rev=109357&p1=incubator/apollo/trunk/project.xml&r1=109356&p2=incubator/apollo/trunk/project.xml&r2=109357
==============================================================================
--- incubator/apollo/trunk/project.xml	(original)
+++ incubator/apollo/trunk/project.xml	Wed Dec  1 09:05:44 2004
@@ -97,6 +97,16 @@
         </dependency>
         
         <dependency>
+	    <groupId>apollo</groupId>
+	    <artifactId>jndi-config</artifactId>
+	    <version>SNAPSHOT</version>
+	    <url>http://www.hp.com/</url>
+	    <properties>
+		<war.bundle>true</war.bundle>
+	    </properties>
+        </dependency>
+        
+        <dependency>
             <groupId>axis</groupId>
             <artifactId>axis</artifactId>
             <version>1.2-RC2</version>
@@ -268,6 +278,16 @@
         </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>tomcat</groupId>
             <artifactId>naming-common</artifactId>
             <version>5.0.18</version>
@@ -294,17 +314,7 @@
             <version>5.0.18</version>
             <url>http://jakarta.apache.org/tomcat/</url>
         </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>xalan</groupId>
             <artifactId>xalan</artifactId>
@@ -343,16 +353,6 @@
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>
-        </dependency>
-        
-        <dependency>
-	    <groupId>apollo</groupId>
-	    <artifactId>jndi-config</artifactId>
-	    <version>SNAPSHOT</version>
-	    <url>http://incubator.apache.org/apollo/</url>
-	    <properties>
-		<war.bundle>true</war.bundle>
-	    </properties>
         </dependency>
         
     </dependencies>

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