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>