-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrunning-groovy.iml
30 lines (29 loc) · 2.43 KB
/
running-groovy.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
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/groovy" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/groovy" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven.runtime:gmaven-runtime-1.6:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.slf4j:slf4j-api:1.5.6" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven.feature:gmaven-feature-support:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven.feature:gmaven-feature-api:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven.runtime:gmaven-runtime-support:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven.runtime:gmaven-runtime-api:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy.maven:gmaven-common:1.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.plexus:plexus-utils:1.5.5" level="project" />
<orderEntry type="library" exported="" name="Maven: com.thoughtworks.qdox:qdox:1.8" level="project" />
<orderEntry type="library" exported="" name="Maven: org.codehaus.groovy:groovy-all:1.6.0" level="project" />
<orderEntry type="library" exported="" name="Maven: org.apache.ant:ant:1.7.1" level="project" />
<orderEntry type="library" exported="" name="Maven: org.apache.ant:ant-launcher:1.7.1" level="project" />
<orderEntry type="library" exported="" name="Maven: jline:jline:0.9.94" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.7" level="project" />
</component>
</module>