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/22 08:37:23 UTC

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

Author: fuzzylogic
Date: Tue Feb 21 23:37:18 2006
New Revision: 379719

URL: http://svn.apache.org/viewcvs?rev=379719&view=rev
Log:
Build fix for gump. Add shared package to list of dependencies for gump_split_1

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=379719&r1=379718&r2=379719&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Tue Feb 21 23:37:18 2006
@@ -1246,7 +1246,7 @@
 
   </target>
 
-  <target name="gump_split_1" depends="insane,init,state,parsers">
+  <target name="gump_split_1" depends="insane,init,state,parsers,shared">
     <ant dir="${derby.engine.src.dir}" target="engine_169"/>
     <ant dir="${derby.engine.dir}/iapi" target="compile_iapi_error"/>
     <ant dir="${derby.engine.dir}/iapi/jdbc" target="compile_iapi_jdbc_jsr169"/>