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 2014/08/30 18:31:58 UTC

svn commit: r1621487 - in /lucene/dev/branches/branch_4x: ./ build.xml

Author: uschindler
Date: Sat Aug 30 16:31:58 2014
New Revision: 1621487

URL: http://svn.apache.org/r1621487
Log:
Merged revision(s) 1621486 from lucene/dev/trunk:
LUCENE-5909: Fix stupid bug

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/build.xml

Modified: lucene/dev/branches/branch_4x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/build.xml?rev=1621487&r1=1621486&r2=1621487&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Sat Aug 30 16:31:58 2014
@@ -376,7 +376,7 @@ File | Project Structure | Platform Sett
     <!-- convert path to UNIX style, so windows backslashes don't hurt escaping: -->
     <pathconvert targetos="unix" property="-smokeTestRelease.java8params">
       <regexpmapper from="^(.*)$" to="--test-java8 '\1'"/>
-      <path location="smokeTestRelease.java8"/>
+      <path location="${smokeTestRelease.java8}"/>
     </pathconvert>
   </target>