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 di...@apache.org on 2007/04/17 14:44:25 UTC

svn commit: r529582 - /webservices/axis2/branches/java/1_2/modules/json/project.xml

Author: dims
Date: Tue Apr 17 05:44:24 2007
New Revision: 529582

URL: http://svn.apache.org/viewvc?view=rev&rev=529582
Log:
temporarily exclude failing test

Modified:
    webservices/axis2/branches/java/1_2/modules/json/project.xml

Modified: webservices/axis2/branches/java/1_2/modules/json/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/json/project.xml?view=diff&rev=529582&r1=529581&r2=529582
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/json/project.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/json/project.xml Tue Apr 17 05:44:24 2007
@@ -177,6 +177,15 @@
     <reports/>
     <!-- add the build properties-->
     <build>
+        <unitTestSourceDirectory>test</unitTestSourceDirectory>
+        <unitTest>
+            <includes>
+                <include>**/*Test.java</include>
+            </includes>
+            <excludes>
+                <exclude>**/*JSONDataSourceTest.java</exclude>
+            </excludes>
+        </unitTest>
         <resources>
             <resource>
                 <directory>src</directory>
@@ -187,14 +196,14 @@
                     <include>**/*.xsd</include>
                 </includes>
             </resource>
-	    <resource>
-            <directory>../../</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-                <include>NOTICE.txt</include>
-                <include>LICENSE.txt</include>
-            </includes>
-       </resource>
+            <resource>
+                <directory>../../</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>NOTICE.txt</include>
+                    <include>LICENSE.txt</include>
+                </includes>
+           </resource>
         </resources>
     </build>
 </project>



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