You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sn...@apache.org on 2015/05/15 21:25:29 UTC

cassandra git commit: Generate IDEA project files for Java8

Repository: cassandra
Updated Branches:
  refs/heads/trunk 9260ca8f5 -> f58a44763


Generate IDEA project files for Java8


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f58a4476
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f58a4476
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f58a4476

Branch: refs/heads/trunk
Commit: f58a44763ae555cc32275004aa02a370b9bcb1d7
Parents: 9260ca8
Author: Robert Stupp <sn...@snazy.de>
Authored: Fri May 15 21:24:51 2015 +0200
Committer: Robert Stupp <sn...@snazy.de>
Committed: Fri May 15 21:24:51 2015 +0200

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f58a4476/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 24a0c08..2a8deaa 100644
--- a/build.xml
+++ b/build.xml
@@ -1598,7 +1598,7 @@
   <target name="generate-idea-files" depends="build-test" description="Generate IDEA files">
     <echo file="${eclipse.project.name}.iml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <module type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/.idea/out/main" />
     <output-test url="file://$MODULE_DIR$/.idea/out/test" />
     <exclude-output />
@@ -1700,7 +1700,7 @@
 </project>]]></echo>
     <echo file=".idea/misc.xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="false" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK" />
+<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
 </project>]]></echo>
     <echo file=".idea/vcs.xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <project version="4">