-
Notifications
You must be signed in to change notification settings - Fork 0
/
HexCiv.iml
34 lines (33 loc) · 2.49 KB
/
HexCiv.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
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src-ui" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test-ui" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/SwingUtils" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src-undo" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.testng:testng:6.8.7" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.10" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
<orderEntry type="library" name="Maven: org.beanshell:bsh:2.0b4" level="project" />
<orderEntry type="library" name="Maven: com.beust:jcommander:1.27" level="project" />
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.12" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.3.1" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.3.0" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.3.1" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-core:1.6.3" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-autocomplete:1.6.3" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-common:1.6.3" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-action:1.6.3" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-plaf:1.6.3" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs.swingx:swingx-painters:1.6.3" level="project" />
</component>
</module>