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/13 23:01:31 UTC

svn commit: r528669 - in /webservices/axis2/trunk/java/modules/metadata: pom.xml project.xml

Author: dims
Date: Fri Apr 13 14:01:30 2007
New Revision: 528669

URL: http://svn.apache.org/viewvc?view=rev&rev=528669
Log:
Temporarily exclude test - logged bug AXIS2-2525

Modified:
    webservices/axis2/trunk/java/modules/metadata/pom.xml
    webservices/axis2/trunk/java/modules/metadata/project.xml

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?view=diff&rev=528669&r1=528668&r2=528669
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Fri Apr 13 14:01:30 2007
@@ -162,6 +162,9 @@
 					<includes>
 						<include>**/*Tests.java</include>
 					</includes>
+					<excludes>
+						<exclude>**/AnnotationServiceImplDescriptionTests.java</exclude>
+					</excludes>
 				</configuration>
 			</plugin>
 		</plugins>

Modified: webservices/axis2/trunk/java/modules/metadata/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/project.xml?view=diff&rev=528669&r1=528668&r2=528669
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/project.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/project.xml Fri Apr 13 14:01:30 2007
@@ -95,6 +95,9 @@
             <includes>
                 <include>**/*Tests.java</include>
             </includes>
+            <excludes>
+                <exclude>**/AnnotationServiceImplDescriptionTests.java</exclude>
+            </excludes>
 
             <resources>
                 <resource>



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