You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/10/19 19:55:26 UTC

svn commit: r465701 - /webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml

Author: dims
Date: Thu Oct 19 10:55:25 2006
New Revision: 465701

URL: http://svn.apache.org/viewvc?view=rev&rev=465701
Log:
comment out failing tests

Modified:
    webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml?view=diff&rev=465701&r1=465700&r2=465701
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml Thu Oct 19 10:55:25 2006
@@ -149,6 +149,20 @@
     <reports/>
     <!-- add the build properties-->
     <build>
+        <nagEmailAddress>axis-dev@ws.apache.org</nagEmailAddress>
+        <sourceDirectory>src</sourceDirectory>
+        <unitTestSourceDirectory>test</unitTestSourceDirectory>
+        <unitTest>
+            <includes>
+                <include>**/*Test.java</include>
+            </includes>
+            <excludes>
+                <exclude>**/*CustomElementsTest*.java</exclude>
+                <exclude>**/*IntElementsTest*.java</exclude>
+                <exclude>**/*StringElementsTest*.java</exclude>
+                <exclude>**/*Abstract*.java</exclude>
+            </excludes>
+        </unitTest>
         <resources>
             <resource>
                 <directory>src</directory>



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