forked from ChrisMayfield/ThinkJavaCode2
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChapter 7.iml
More file actions
21 lines (21 loc) · 773 Bytes
/
Chapter 7.iml
File metadata and controls
21 lines (21 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="CheckStyle-IDEA-Module">
<option name="configuration">
<map />
</option>
</component>
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/../out/production/ch07" />
<output-test url="file://$MODULE_DIR$/../out/test/ch07" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
<excludePattern pattern=".checkstyle" />
<excludePattern pattern=".classpath" />
<excludePattern pattern=".project" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>