You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/10/13 09:34:59 UTC

svn commit: r1022011 - /lucene/dev/nightly/hudson-lucene-3.x.sh

Author: uschindler
Date: Wed Oct 13 07:34:59 2010
New Revision: 1022011

URL: http://svn.apache.org/viewvc?rev=1022011&view=rev
Log:
make dir structure same as everywhere else

Modified:
    lucene/dev/nightly/hudson-lucene-3.x.sh

Modified: lucene/dev/nightly/hudson-lucene-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=1022011&r1=1022010&r2=1022011&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Wed Oct 13 07:34:59 2010
@@ -4,8 +4,7 @@ set -x
 
 . $WORKSPACE/nightly/hudson-settings.sh
 
-# in Lucene this is faked to look like "branch_31", in reality its the subfolder lucene of branch_31:
-SVN_BRANCH_DIR=branch_3x
+SVN_BRANCH_DIR=branch_3x/lucene
 
 #Update the Version # when doing a release
 VERSION=3.1-$BUILD_ID