aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Ushakov <Alexey.Ushakov@jetbrains.com>2016-06-06 21:49:36 +0300
committerAlexey Ushakov <Alexey.Ushakov@jetbrains.com>2016-06-06 21:49:36 +0300
commit3ccf8d3730faf32f19aa91d49bcc423681066e46 (patch)
treedf8596d1cfde64cabe4f4900c50ba45e72376a8d
parent004c4e4277a74e0dab68181d9c5b6ddb09700b45 (diff)
downloadjdk8u_jdk-3ccf8d3730faf32f19aa91d49bcc423681066e46.tar.gz
Updated IDEA projectjb8u76-b220jb8u76-b218
-rw-r--r--idea/java/windows/windows.iml2
-rw-r--r--src/share/share.iml11
-rw-r--r--test/regtests.iml12
3 files changed, 24 insertions, 1 deletions
diff --git a/idea/java/windows/windows.iml b/idea/java/windows/windows.iml
index 2be82c6818..9b74b7ea8f 100644
--- a/idea/java/windows/windows.iml
+++ b/idea/java/windows/windows.iml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../src/windows/classes">
<sourceFolder url="file://$MODULE_DIR$/../../../src/windows/classes" isTestSource="false" />
diff --git a/src/share/share.iml b/src/share/share.iml
new file mode 100644
index 0000000000..0c0b549edd
--- /dev/null
+++ b/src/share/share.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/classes" isTestSource="false" />
+ </content>
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="inheritedJdk" />
+ </component>
+</module> \ No newline at end of file
diff --git a/test/regtests.iml b/test/regtests.iml
new file mode 100644
index 0000000000..0e92104d4e
--- /dev/null
+++ b/test/regtests.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$/sun/java2d">
+ <sourceFolder url="file://$MODULE_DIR$/sun/java2d" isTestSource="false" />
+ </content>
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="macosx" />
+ <orderEntry type="jdk" jdkName="JBRE" jdkType="JavaSDK" />
+ </component>
+</module> \ No newline at end of file