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 2007/03/19 20:40:42 UTC

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

Author: fuzzylogic
Date: Mon Mar 19 12:40:42 2007
New Revision: 520063

URL: http://svn.apache.org/viewvc?view=rev&rev=520063
Log:
Remove gump split targets, no longer necessary to build Derby with gump
since the JDK 1.3 dependencies have been dropped.

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=520063&r1=520062&r2=520063
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Mar 19 12:40:42 2007
@@ -1597,43 +1597,7 @@
 
   </target>
 
-  <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"/>
-    <ant dir="${derby.engine.dir}/iapi/jdbc" target="compile_iapi_jdbc_stmt"/>
-  </target>
-
-  <target name="gump_split_2">
-    <ant dir="${derby.engine.dir}/iapi/jdbc" target="compile_iapi_jdbc_jdbc2"/>
-  </target>
-
-  <target name="gump_split_3">
-    <ant dir="${derby.engine.dir}/iapi" target="compile_iapi_jdbc"/>
-    <ant dir="${derby.engine.dir}/impl" target="compile"/>
-    <ant dir="${derby.engine.dir}/impl/jdbc" target="compile_jsr169"/>
-  </target>
-
-  <target name="gump_split_4">
-    <ant dir="${derby.engine.dir}/impl/jdbc" target="compile_jdbc2"/>
-  </target>
-
-  <target name="gump_split_5">
-    <ant dir="${derby.engine.dir}/impl"/>
-    <ant dir="${derby.engine.dir}/jdbc" target="compile_jsr169"/>
-  </target>
-  
-  <target name="gump_split_6">
-    <ant dir="${derby.engine.dir}/jdbc" target="compile_jdbc2"/>
-  </target>
-
-  <target name="gump_split_7" depends="buildsource"/>
-  
-  <target name="gump_split_8">
-    <ant dir="${derby.testing.src.dir}/${derby.testing.dir}/functionTests/tests/junitTests/compatibility" target="compilex"/>
-  </target>
-  
-  <target name="gump_split_9" depends="all,buildjars,javadoc"/>
+  <target name="gump_all" depends="all,buildjars,javadoc"/>
 
   <target name="snapshot" depends="clobber,snapshotError,init,initjars">
     <antcall target="insane"/>