Author: bayard
Date: Sun Oct  5 23:05:32 2008
New Revision: 701953

URL: http://svn.apache.org/viewvc?rev=701953&view=rev
Log:
Adding reflect to the build.xml as per LANG-463

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=701953&r1=701952&r2=701953&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Sun Oct  5 23:05:32 2008
@@ -147,6 +147,7 @@
                                 test.exception,
                                 test.math,
                                                        test.mutable,
+                                                       test.reflect,
                                                        test.text,
                                                        test.time" 
description="Run all unit test cases">
                <echo message="Running tests ..."/>
@@ -181,6 +182,9 @@
        <target name="test.mutable" depends="compile.tests">
                <runTestCase 
classname="org.apache.commons.lang.mutable.MutableTestSuite"/>
        </target>
+       <target name="test.reflect" depends="compile.tests">
+               <runTestCase 
classname="org.apache.commons.lang.reflect.ReflectTestSuite"/>
+       </target>
        <target name="test.text" depends="compile.tests">
                <runTestCase 
classname="org.apache.commons.lang.text.TextTestSuite"/>
        </target>


Reply via email to