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/06/07 09:59:32 UTC

svn commit: r188730 - /webservices/axis/trunk/java/maven.xml /webservices/axis/trunk/java/modules/core/html /webservices/axis/trunk/java/modules/core/webapp /webservices/axis/trunk/java/modules/xml/project.xml

Author: hemapani
Date: Tue Jun  7 00:59:31 2005
New Revision: 188730

URL: http://svn.apache.org/viewcvs?rev=188730&view=rev
Log:
refactoring the code

Added:
    webservices/axis/trunk/java/modules/core/webapp/
      - copied from r188728, webservices/axis/trunk/java/modules/core/html/
Removed:
    webservices/axis/trunk/java/modules/core/html/
Modified:
    webservices/axis/trunk/java/maven.xml
    webservices/axis/trunk/java/modules/xml/project.xml

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?rev=188730&r1=188729&r2=188730&view=diff
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Tue Jun  7 00:59:31 2005
@@ -136,7 +136,7 @@
          </j:if> 
         <!-- jar the test classes -->
 		<ant:war destfile="target/axis2.war" webxml="modules/core/conf/web.xml">
-		  	<ant:fileset dir="modules/core/html"/>
+		  	<ant:fileset dir="modules/core/webapp"/>
 		  	<ant:lib dir="target/lib">
 			    	<ant:include name="*.jar"/>
 		  	</ant:lib>  

Modified: webservices/axis/trunk/java/modules/xml/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/project.xml?rev=188730&r1=188729&r2=188730&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/project.xml (original)
+++ webservices/axis/trunk/java/modules/xml/project.xml Tue Jun  7 00:59:31 2005
@@ -131,16 +131,5 @@
             </properties>
 		<url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>j2ee</groupId>
-            <artifactId>activation</artifactId>
-            <jar>activation.jar</jar>
-            <properties>
-                <module>flase</module>
-            </properties>
-        </dependency>
-		-->        
     </dependencies>
 </project>