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 th...@apache.org on 2005/07/03 11:10:51 UTC

svn commit: r208900 - /webservices/axis/trunk/java/modules/samples/project.xml

Author: thilina
Date: Sun Jul  3 02:10:50 2005
New Revision: 208900

URL: http://svn.apache.org/viewcvs?rev=208900&view=rev
Log:
to move the test.jpc image at run time

Modified:
    webservices/axis/trunk/java/modules/samples/project.xml

Modified: webservices/axis/trunk/java/modules/samples/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?rev=208900&r1=208899&r2=208900&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Sun Jul  3 02:10:50 2005
@@ -104,6 +104,14 @@
         </dependency>
         <dependency>
             <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-javamail</artifactId>
+            <version>1.3.1-rc3</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-activation</artifactId>
             <version>1.0.2-rc3</version>
             <properties>
@@ -130,6 +138,7 @@
 		<exclude>**/*EchoRawXMLChunckedTest.java</exclude> 
 		<!-- <exclude>**/*CommonsHTTPEchoRawXMLTest.java</exclude>  -->
 		<exclude>**/*EchoRawMTOMTest.java</exclude>
+<exclude>**/*EchoRawMTOMLoadTest.java</exclude>
 		<exclude>**/*EchoRawMTOMToBase64Test.java</exclude> 
       </excludes>
      <includes>
@@ -168,6 +177,12 @@
         <includes>
           <include>**/*.properties</include>
           <include>**/*.xml</include>
+        </includes>
+      </resource>
+ 	<resource>
+        <directory>test</directory>
+        <includes>
+          <include>**/*.jpg</include>
         </includes>
       </resource>
     </resources>