forked from chilang/intellij-zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
intellij-zeppelin.iml
16 lines (16 loc) · 920 Bytes
/
intellij-zeppelin.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="jdk" jdkName="IntelliJ IDEA IU-183.5912.21" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="scala-sdk-2.11.11" level="application" />
<orderEntry type="library" name="org.scalaj:scalaj-http_2.11:2.3.0" level="project" />
<orderEntry type="library" name="io.spray:spray-json_2.11:1.3.3" level="project" />
</component>
</module>