You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/12/20 20:20:19 UTC

svn commit: r892642 - in /commons/proper/dbcp/trunk: build-1.3.xml build.xml

Author: psteitz
Date: Sun Dec 20 19:20:19 2009
New Revision: 892642

URL: http://svn.apache.org/viewvc?rev=892642&view=rev
Log:
Made ant build no longer silent.

Modified:
    commons/proper/dbcp/trunk/build-1.3.xml
    commons/proper/dbcp/trunk/build.xml

Modified: commons/proper/dbcp/trunk/build-1.3.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build-1.3.xml?rev=892642&r1=892641&r2=892642&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build-1.3.xml (original)
+++ commons/proper/dbcp/trunk/build-1.3.xml Sun Dec 20 19:20:19 2009
@@ -19,7 +19,7 @@
  */
  -->
 
-<!-- $Id: build.xml 884734 2009-11-27 01:11:31Z niallp $ -->
+<!-- $Id: build.xml 887831 2009-12-07 03:56:29Z psteitz $ -->
 <project name="commons-dbcp" default="test" basedir=".">
 
    <target name="init">
@@ -214,6 +214,7 @@
           <pathelement location="${build.test-classes.dir}" /> 
           <pathelement path="${classpath}" /> 
         </classpath>
+        <formatter type="plain" usefile="false" />
         <test name="${test.entry}"/> 
       </junit>
    </target>

Modified: commons/proper/dbcp/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/build.xml?rev=892642&r1=892641&r2=892642&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/build.xml (original)
+++ commons/proper/dbcp/trunk/build.xml Sun Dec 20 19:20:19 2009
@@ -230,6 +230,7 @@
           <pathelement location="${build.test-classes.dir}" /> 
           <pathelement path="${classpath}" /> 
         </classpath>
+        <formatter type="plain" usefile="false" />
         <test name="${test.entry}"/> 
       </junit>
    </target>