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 my...@apache.org on 2008/10/16 18:02:56 UTC

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

Author: myrnavl
Date: Thu Oct 16 09:02:55 2008
New Revision: 705269

URL: http://svn.apache.org/viewvc?rev=705269&view=rev
Log:
DERBY-1458; removing dependency - the updated changes still break the tinderbox
  build.

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=705269&r1=705268&r2=705269&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu Oct 16 09:02:55 2008
@@ -32,7 +32,7 @@
 <!-- Targets -->
 
   <target name="buildsource" depends="checkCompilerLevel,init,prebuild,setCompilerProperties,jsr169stubs,engine,storeless,tools,drda,client,build,versioninfo,localeinfo"/>
-  <target name="all" depends="buildsource,demo,testing,pptesting,runmessagecheck"/>
+  <target name="all" depends="buildsource,demo,testing,pptesting"/>
 
 <!-- ==================================================================== -->
 <!--                       Initialize targets                             -->