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/02/27 21:18:20 UTC

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

Author: fuzzylogic
Date: Mon Feb 27 12:18:18 2006
New Revision: 381430

URL: http://svn.apache.org/viewcvs?rev=381430&view=rev
Log:
DERBY-1045: Remove Class-Path attribute from derbytools.jar manifest. 
Autoloading of the JDBC drivers causes problems in a mixed-jar environment, 
because the load from the tools Class-Path will take precedence over a client 
that appears later in the classpath.

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

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/build.xml?rev=381430&r1=381429&r2=381430&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Feb 27 12:18:18 2006
@@ -953,7 +953,6 @@
 
     <manifest file="${derby.jar.dir}/lists/smftools.mf">
       <attribute name="Main-Class" value="org.apache.derby.iapi.tools.run"/>
-      <attribute name="Class-Path" value="derby.jar derbyclient.jar"/>
     </manifest> 
  	
     <delete file="${derby.jar.dir}/derbytools.jar"/>