You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/09/20 09:03:08 UTC

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

Author: sarowe
Date: Fri Sep 20 07:03:08 2013
New Revision: 1524919

URL: http://svn.apache.org/r1524919
Log:
Intellij config: JDK setup: in target '-post-idea-intructions', for branch_4x, give 1.6 instead of 1.7 as the JDK version in the example build.properties line

Modified:
    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=1524919&r1=1524918&r2=1524919&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/build.xml (original)
+++ lucene/dev/branches/branch_4x/build.xml Fri Sep 20 07:03:08 2013
@@ -266,7 +266,7 @@ following two XML attributes/values (adj
 JDKs you have defined locally - see 
 File | Project Structure | Platform Settings | SDKs):
 
-    idea.jdk = project-jdk-name="1.7" project-jdk-type="JavaSDK"
+    idea.jdk = project-jdk-name="1.6" project-jdk-type="JavaSDK"
     </echo>
   </target>