forked from michaelklishin/eventsource-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventsource-java.iml
More file actions
36 lines (35 loc) · 1.89 KB
/
eventsource-java.iml
File metadata and controls
36 lines (35 loc) · 1.89 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
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":library:eventsource-java" />
</configuration>
</facet>
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/classes/main" />
<output-test url="file://$MODULE_DIR$/build/classes/test" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="netty-all-4.1.0.Beta3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="webbit-0.1.13" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-4.8.2" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="mockito-all-1.8.5" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="netty-3.2.4.Final" level="project" />
</component>
</module>