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 rh...@apache.org on 2019/06/25 13:23:20 UTC

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

Author: rhillegas
Date: Tue Jun 25 13:23:20 2019
New Revision: 1862062

URL: http://svn.apache.org/viewvc?rev=1862062&view=rev
Log:
DERBY-7046: Add derbytools.jar to the classpath scribbled into the manifest of derbynet.jar; commit derby-7046-01-aa-addToolsJarToServerManifest.diff.

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?rev=1862062&r1=1862061&r2=1862062&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Tue Jun 25 13:23:20 2019
@@ -1589,7 +1589,7 @@
 
     <manifest file="${derby.jar.dir}/lists/smfnet.mf">
       <attribute name="Main-Class" value="org.apache.derby.drda.NetworkServerControl"/>
-      <attribute name="Class-Path" value="derby.jar derbyshared.jar"/>
+      <attribute name="Class-Path" value="derby.jar derbyshared.jar derbytools.jar"/>
       	<attribute name="Sealed" value="true"/>
     </manifest>