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 2005/11/02 19:35:22 UTC

svn commit: r330308 - /db/derby/code/trunk/tools/release/build.xml

Author: fuzzylogic
Date: Wed Nov  2 10:35:20 2005
New Revision: 330308

URL: http://svn.apache.org/viewcvs?rev=330308&view=rev
Log:
Unhook sign target from release target. Users of the release target will
be instructed to run sign separately. Thus, if problems with the signing
occur, do to a configuration problem with GPG or md5, the release target
will not appear to hang indefinitely.

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

Modified: db/derby/code/trunk/tools/release/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/tools/release/build.xml?rev=330308&r1=330307&r2=330308&view=diff
==============================================================================
--- db/derby/code/trunk/tools/release/build.xml (original)
+++ db/derby/code/trunk/tools/release/build.xml Wed Nov  2 10:35:20 2005
@@ -22,7 +22,7 @@
 
 <!-- Targets -->
 
-  <target name="release" depends="clean,bin,lib,src,sign"/>
+  <target name="release" depends="clean,bin,lib,src"/>
 
   <target name="init">