You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/01/05 15:28:52 UTC

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

Author: rmuir
Date: Wed Jan  5 14:28:52 2011
New Revision: 1055470

URL: http://svn.apache.org/viewvc?rev=1055470&view=rev
Log:
add note about java 6 requirement

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1055470&r1=1055469&r2=1055470&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Wed Jan  5 14:28:52 2011
@@ -67,6 +67,7 @@
     </subant>
     <echo>
       SUCCESS: You must right-click your project and choose Refresh
+      Please note, your project must use a Java 6 JRE
     </echo>
   </target>