You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by an...@apache.org on 2006/11/30 13:38:30 UTC

svn commit: r480910 - /gump/metadata/project/junit.xml

Author: antoine
Date: Thu Nov 30 04:38:30 2006
New Revision: 480910

URL: http://svn.apache.org/viewvc?view=rev&rev=480910
Log:
try to fix build breakage in gump

Modified:
    gump/metadata/project/junit.xml

Modified: gump/metadata/project/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/junit.xml?view=diff&rev=480910&r1=480909&r2=480910
==============================================================================
--- gump/metadata/project/junit.xml (original)
+++ gump/metadata/project/junit.xml Thu Nov 30 04:38:30 2006
@@ -27,6 +27,9 @@
   
   <project name="junit">
     <package>org.junit</package>
+    <!-- since a change done on Tue Nov 21 18:53:41 2006 UTC
+         the build file does not create itself the output directory for classes --> 
+    <mkdir dir="bin"/>
 
     <ant>
       <property name="dist" reference="home" project="junit"/>