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:09:00 UTC

svn commit: r1621479 - /lucene/dev/trunk/build.xml

Author: uschindler
Date: Sat Aug 30 16:09:00 2014
New Revision: 1621479

URL: http://svn.apache.org/r1621479
Log:
LUCENE-5909: Fix description

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1621479&r1=1621478&r2=1621479&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Sat Aug 30 16:09:00 2014
@@ -380,7 +380,7 @@ File | Project Structure | Platform Sett
     </pathconvert>
   </target>
 
-  <target name="nightly-smoke" description="Builds an unsigned release and smoke tests it, pass '-DsmokeTestRelease.java8=/path/to/jdk1.8.0' to enable Java 8)"
+  <target name="nightly-smoke" description="Builds an unsigned release and smoke tests it (pass '-DsmokeTestRelease.java8=/path/to/jdk1.8.0' to additionally test with Java 8)"
     depends="clean,-nightly-smoke-java8params">
     <fail message="To run nightly smoke, the JDK must be exactly Java 1.7, was: ${java.specification.version}">
       <condition>