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/09/19 22:00:56 UTC

svn commit: r447943 - /webservices/axis2/trunk/java/modules/integration/project.xml

Author: dims
Date: Tue Sep 19 13:00:55 2006
New Revision: 447943

URL: http://svn.apache.org/viewvc?view=rev&rev=447943
Log:
ignore jms test if MalformedObjectNameException  class is not found (absent in jdk14)

Modified:
    webservices/axis2/trunk/java/modules/integration/project.xml

Modified: webservices/axis2/trunk/java/modules/integration/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/project.xml?view=diff&rev=447943&r1=447942&r2=447943
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/project.xml Tue Sep 19 13:00:55 2006
@@ -388,6 +388,15 @@
             <exclude>**/SOAP12Testing/**/*.java</exclude>
         </excludes>
       </sourceModification>
+        <sourceModification>
+          <className>javax.management.MalformedObjectNameException</className>
+          <property/>
+          <directory/>
+          <includes/>
+          <excludes>
+              <exclude>**/jms/*.java</exclude>
+          </excludes>
+        </sourceModification>
     </sourceModifications>
         <unitTest>
             <includes>



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