You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/01/25 12:50:23 UTC

svn commit: r126377 - /webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Author: hemapani
Date: Tue Jan 25 03:50:11 2005
New Revision: 126377

URL: http://svn.apache.org/viewcvs?view=rev&rev=126377
Log:
fix the build to AxisServlet
Modified:
   webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/project.xml
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/project.xml?view=diff&rev=126377&p1=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r1=126376&p2=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r2=126377
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	Tue Jan 25 03:50:11 2005
@@ -154,7 +154,7 @@
       </resources>
 
     </unitTest>
-	
+<!--	
 	<sourceModifications>
         <sourceModification>
           <className>javax.servlet.http.HttpServlet</className>
@@ -163,6 +163,7 @@
           </excludes>
      	</sourceModification>
      </sourceModifications>
+-->
 
     <resources>
       <resource>
@@ -202,16 +203,16 @@
                 <module>true</module>
             </properties>
         </dependency>
-<!--        <dependency>
-            <groupId>xpp3</groupId>
-            <artifactId>xpp3</artifactId>
-            <version>1.1.3.3</version>
+	 <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-servlet</artifactId>
+            <version>2.4-rc3</version>
             <properties>
                 <module>true</module>
             </properties>
         </dependency>
         
--->        
+        
         <dependency>
             <groupId>axis</groupId>
             <artifactId>axis-wsdl4j</artifactId>