You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/03/02 17:28:53 UTC

svn commit: r749347 - /commons/proper/lang/trunk/build.xml

Author: bayard
Date: Mon Mar  2 16:28:52 2009
New Revision: 749347

URL: http://svn.apache.org/viewvc?rev=749347&view=rev
Log:
Missed removing a test.enum

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

Modified: commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=749347&r1=749346&r2=749347&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Mon Mar  2 16:28:52 2009
@@ -142,7 +142,6 @@
                                 compile.tests, 
                                 test.lang,
                                 test.builder,
-						        test.enum,
 						        test.enums,
                                 test.exception,
                                 test.math,