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 2006/06/11 05:35:09 UTC

svn commit: r413411 - in /db/derby/code/trunk: java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out tools/release/build.xml

Author: fuzzylogic
Date: Sat Jun 10 20:35:09 2006
New Revision: 413411

URL: http://svn.apache.org/viewvc?rev=413411&view=rev
Log:
DERBY-1344: Update JitTest.out master, add to list of master files that are
touched by the regex.masters target.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out
    db/derby/code/trunk/tools/release/build.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out?rev=413411&r1=413410&r2=413411&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out Sat Jun 10 20:35:09 2006
@@ -1,4 +1,4 @@
-10.2.0.3 alpha
+10.2.0.4 alpha
 Apache Derby
 Apache Derby Embedded JDBC Driver
 Drop all tables in APP schema

Modified: db/derby/code/trunk/tools/release/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/release/build.xml?rev=413411&r1=413410&r2=413411&view=diff
==============================================================================
--- db/derby/code/trunk/tools/release/build.xml (original)
+++ db/derby/code/trunk/tools/release/build.xml Sat Jun 10 20:35:09 2006
@@ -301,6 +301,9 @@
     <antcall target="regex.version"> 
       <param name="regex.file" value="java/testing/org/apache/derbyTesting/functionTests/master/testProperties.out"/>
     </antcall>
+    <antcall target="regex.version"> 
+      <param name="regex.file" value="java/testing/org/apache/derbyTesting/functionTests/master/JitTest.out"/>
+    </antcall>
   </target>
 
   <target name="regex.version">