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 2007/02/25 16:46:55 UTC

svn commit: r511530 - /gump/metadata/project/db-ojb-1-0-release.xml

Author: antoine
Date: Sun Feb 25 07:46:54 2007
New Revision: 511530

URL: http://svn.apache.org/viewvc?view=rev&rev=511530
Log:
debug information from ant not needed for tests of db-jb

Modified:
    gump/metadata/project/db-ojb-1-0-release.xml

Modified: gump/metadata/project/db-ojb-1-0-release.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/db-ojb-1-0-release.xml?view=diff&rev=511530&r1=511529&r2=511530
==============================================================================
--- gump/metadata/project/db-ojb-1-0-release.xml (original)
+++ gump/metadata/project/db-ojb-1-0-release.xml Sun Feb 25 07:46:54 2007
@@ -99,7 +99,7 @@
   </project>
 
   <project name="test-ojb-from-packages-1-0-release">
-    <ant target="junit" debug="true"/>
+    <ant target="junit"/>
 
     <depend project="db-ojb-from-packages-1-0-release" inherit="all" />
     <work nested="target/classestest" />