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 ka...@apache.org on 2007/01/19 09:29:41 UTC

svn commit: r497738 - /db/derby/code/trunk/build.xml

Author: kahatlen
Date: Fri Jan 19 00:29:41 2007
New Revision: 497738

URL: http://svn.apache.org/viewvc?view=rev&rev=497738
Log:
DERBY-2236: Three tests from i18nTest fail on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

Patch contributed by Vemund Østgaard.

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

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?view=diff&rev=497738&r1=497737&r2=497738
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Fri Jan 19 00:29:41 2007
@@ -1353,7 +1353,7 @@
          update="true"
     	 manifest="${derby.jar.dir}/lists/smfcmd.mf">
       <fileset dir="${out.dir}"
-               includes="org/apache/derby/iapi/tools/**"/>
+               includes="org/apache/derby/iapi/tools/run.class"/>
       <fileset dir="${derby.jar.dir}/lists"
                includes="META-INF/LICENSE,META-INF/NOTICE"/>
     </jar>