You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2005/09/23 02:17:12 UTC

svn commit: r291048 - /db/derby/code/trunk/tools/release/build.xml

Author: fuzzylogic
Date: Thu Sep 22 17:17:09 2005
New Revision: 291048

URL: http://svn.apache.org/viewcvs?rev=291048&view=rev
Log:
Merge change to regex.masters target from revision 291046 to trunk.

Modified:
    db/derby/code/trunk/tools/release/build.xml

Modified: db/derby/code/trunk/tools/release/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/tools/release/build.xml?rev=291048&r1=291047&r2=291048&view=diff
==============================================================================
--- db/derby/code/trunk/tools/release/build.xml (original)
+++ db/derby/code/trunk/tools/release/build.xml Thu Sep 22 17:17:09 2005
@@ -250,7 +250,7 @@
       <param name="regex.file" value="java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out"/>
     </antcall>
     <antcall target="regex.version"> 
-      <param name="regex.file" value="java/testing/org/apache/derbyTesting/functionTests/master/metadata.out"/>
+      <param name="regex.file" value="java/testing/org/apache/derbyTesting/functionTests/master/dbMetaDataJdbc30.out"/>
     </antcall>
   </target>