You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/11/01 11:28:36 UTC

svn commit: r590956 - /commons/proper/configuration/trunk/build.xml

Author: oheger
Date: Thu Nov  1 03:28:28 2007
New Revision: 590956

URL: http://svn.apache.org/viewvc?rev=590956&view=rev
Log:
Excluded test helper class from test execution

Modified:
    commons/proper/configuration/trunk/build.xml

Modified: commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/build.xml?rev=590956&r1=590955&r2=590956&view=diff
==============================================================================
--- commons/proper/configuration/trunk/build.xml (original)
+++ commons/proper/configuration/trunk/build.xml Thu Nov  1 03:28:28 2007
@@ -165,6 +165,7 @@
           <exclude name="**/AbstractTestConfigurationEvents.java"/>
           <exclude name="**/AbstractTestFileConfigurationEvents.java"/>
           <exclude name="**/AbstractTestPListEvents.java"/>
+          <exclude name="**/InterpolationTestHelper.java"/>
         </fileset>
       </batchtest>
     </junit>