LUCENE-5909: Fix stupid bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-08-30 16:30:23 +00:00
parent 781cdb9a07
commit 3c0d111d07
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ File | Project Structure | Platform Settings | SDKs):
<!-- 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>