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:51:22 UTC

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

Author: dims
Date: Tue Sep 19 13:51:22 2006
New Revision: 447965

URL: http://svn.apache.org/viewvc?view=rev&rev=447965
Log:
hmm. sorry. if the class exists then add the jms test to the junit tests

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=447965&r1=447964&r2=447965
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/project.xml Tue Sep 19 13:51:22 2006
@@ -392,10 +392,10 @@
           <className>javax.management.MalformedObjectNameException</className>
           <property/>
           <directory/>
-          <includes/>
-          <excludes>
-              <exclude>**/jms/*.java</exclude>
-          </excludes>
+          <includes>
+              <include>**/jms/*.java</include>
+          </includes>
+          <excludes/>
         </sourceModification>
     </sourceModifications>
         <unitTest>



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