This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsettings-repository.iml
74 lines (74 loc) · 3.33 KB
/
settings-repository.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="platform-api" />
<orderEntry type="module" module-name="platform-impl" />
<orderEntry type="module-library">
<library name="jgit">
<ANNOTATIONS>
<root url="file://$MODULE_DIR$/lib" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/org.eclipse.jgit-4.0.2-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/org.eclipse.jgit-4.0.2-SNAPSHOT-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="vcs-impl" />
<orderEntry type="module" module-name="projectModel-impl" />
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<ANNOTATIONS>
<root url="file://$MODULE_DIR$/../community/lib" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-library-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.ideaLibSources/hamcrest-library-1.3-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module" module-name="platform-resources" scope="TEST" />
<orderEntry type="module" module-name="platform-resources-en" scope="TEST" />
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="module" module-name="bootstrap" scope="TEST" />
<orderEntry type="library" name="JSch" level="project" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Log4J" level="project" />
<orderEntry type="module-library">
<library name="jackson">
<ANNOTATIONS>
<root url="file://$MODULE_DIR$/lib" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/jackson-annotations-2.5.1.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jackson-core-2.5.1.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jackson-databind-2.5.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/jackson-annotations-2.5.1-sources.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jackson-core-2.5.1-sources.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jackson-databind-2.5.1-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="Slf4j" level="project" />
</component>
</module>