-
Notifications
You must be signed in to change notification settings - Fork 0
/
intellij.plugin.iml
19 lines (18 loc) · 1.03 KB
/
intellij.plugin.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/ide/intellij/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/ide/intellij/build" />
<output-test url="file://$MODULE_DIR$/ide/intellij/build-test" />
<exclude-output />
<content url="file://$MODULE_DIR$/ide/intellij">
<sourceFolder url="file://$MODULE_DIR$/ide/intellij/src/java" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/ide/intellij/release" />
</content>
<orderEntry type="jdk" jdkName="IDEA 7941" jdkType="IDEA JDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Groovy from GroovyJ 0.1.9 (Demetra)" level="application" />
<orderEntry type="module" module-name="liquibase" />
<orderEntry type="module" module-name="ide.common" />
</component>
</module>