You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/02 14:43:46 UTC

svn commit: r1003789 - /commons/proper/exec/trunk/build.xml

Author: sebb
Date: Sat Oct  2 12:43:46 2010
New Revision: 1003789

URL: http://svn.apache.org/viewvc?rev=1003789&view=rev
Log:
Test compilation depends on junit

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

Modified: commons/proper/exec/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1003789&r1=1003788&r2=1003789&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Sat Oct  2 12:43:46 2010
@@ -61,6 +61,7 @@
       </src>
       <classpath>
         <pathelement location="${maven.build.output}"/>
+        <path refid="junit"/>
       </classpath>
     </javac>
   </target>