-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathboxed-json.iml
18 lines (18 loc) · 1.01 KB
/
boxed-json.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.glassfish:javax.json:1.1.4" level="project" />
<orderEntry type="library" name="org.jetbrains:annotations" level="project" />
<orderEntry type="library" scope="TEST" name="flexmark-util" level="project" />
<orderEntry type="library" scope="TEST" name="hamcrest.core.1.3" level="application" />
<orderEntry type="library" scope="TEST" name="junit4" level="application" />
</component>
</module>