forked from NetLogo/NetLogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetLogo.iml
75 lines (74 loc) · 3.08 KB
/
NetLogo.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="compilerLibraryLevel" value="Global" />
<option name="compilerLibraryName" value="Scala 2.9.2" />
<option name="compilerOptions" value="-deprecation -unchecked -Xfatal-warnings -Xcheckinit -encoding us-ascii" />
<option name="fsc" value="true" />
<option name="languageLevel" value="Scala 2.9" />
<option name="maximumHeapSize" value="1024" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/out/production" />
<output-test url="file://$MODULE_DIR$/out/test" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/extensions/sound/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/extensions/sample-scala/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/extensions/matrix/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/extensions/array/classes" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/extensions/unit-test/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/tools" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/plugins/ReviewTab/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/plugins/ReviewTab/classes" />
<excludeFolder url="file://$MODULE_DIR$/project/build/target" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="jdk" jdkName="1.6 (Oracle)" jdkType="JavaSDK" />
<orderEntry type="library" name="Scala 2.9.2" level="application" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/target/resource_managed" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/dist/i18n" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/resources" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/extensions/matrix/Jama-1.0.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="all" level="project" />
</component>
</module>