-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGraphSearch.iml
More file actions
21 lines (20 loc) · 973 Bytes
/
GraphSearch.iml
File metadata and controls
21 lines (20 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<javadoc-paths>
<root url="jar://$MODULE_DIR$/lib/pcollections-2.1.2-javadoc.jar!/" />
</javadoc-paths>
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
</content>
<orderEntry type="library" name="pcollections" level="project" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="pcollections-2.1.2" level="project" />
<orderEntry type="library" name="kryo-2.22-all" level="project" />
<orderEntry type="library" name="kryonet-2.21-all" level="project" />
<orderEntry type="library" name="asm-4.0" level="project" />
</component>
</module>