forked from java-diff-utils/java-diff-utils
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava-diff-utils.iml
More file actions
Latest commit
29 lines (28 loc) · 1.22 KB
/
Copy pathjava-diff-utils.iml
File metadata and controls
29 lines (28 loc) · 1.22 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"type="JAVA_MODULE"version="4">
<componentname="NewModuleRootManager"LANGUAGE_LEVEL="JDK_1_5"inherit-compiler-output="false">
<outputurl="file://$MODULE_DIR$/target/classes" />
<output-testurl="file://$MODULE_DIR$/target/test-classes" />
<exclude-output />
<contenturl="file://$MODULE_DIR$">
<sourceFolderurl="file://$MODULE_DIR$/src/main/java"isTestSource="false" />
<sourceFolderurl="file://$MODULE_DIR$/src/test/java"isTestSource="true" />
<sourceFolderurl="file://$MODULE_DIR$/src/test/resources"isTestSource="true" />
<excludeFolderurl="file://$MODULE_DIR$/build" />
<excludeFolderurl="file://$MODULE_DIR$/dist" />
<excludeFolderurl="file://$MODULE_DIR$/target" />
</content>
<orderEntrytype="inheritedJdk" />
<orderEntrytype="sourceFolder"forTests="false" />
<orderEntrytype="module-library">
<library>
<CLASSES>
<rooturl="jar://$MODULE_DIR$/lib/junit.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntrytype="library"scope="TEST"name="Maven: junit:junit:4.8.1"level="project" />
</component>
</module>