Author: niallp
Date: Mon Feb  1 11:14:12 2010
New Revision: 905254

URL: http://svn.apache.org/viewvc?rev=905254&view=rev
Log:
exclude EntitiesPerformanceTest from being run in m2 build

Modified:
    commons/proper/lang/branches/LANG_2_X/pom.xml

Modified: commons/proper/lang/branches/LANG_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/pom.xml?rev=905254&r1=905253&r2=905254&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/pom.xml (original)
+++ commons/proper/lang/branches/LANG_2_X/pom.xml Mon Feb  1 11:14:12 2010
@@ -408,6 +408,7 @@
             <include>**/*Test.java</include>
           </includes>
           <excludes>
+            <exclude>**/EntitiesPerformanceTest.java</exclude>
             <exclude>**/*TestSuite.java</exclude>
             <exclude>**/AllLangTestSuite.java</exclude>
           </excludes>


Reply via email to