forked from gshakhn/sonar-intellij-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-intellij-plugin.iml
35 lines (34 loc) · 2.79 KB
/
sonar-intellij-plugin.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
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="PLUGIN_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" 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/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.intellij:openapi:12.0.4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.intellij:util:12.0.4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.intellij:extensions:12.0.4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.intellij:annotations:12.0.4" level="project" />
<orderEntry type="library" name="Maven: com.intellij:forms_rt:12.0.4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.4" level="project" />
<orderEntry type="library" name="Maven: org.swinglabs:swingx-core:1.6.2-2" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.sonar:sonar-ws-client:3.4.1" level="project" />
<orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.2.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.2.2" level="project" />
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.1.1" level="project" />
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.6" level="project" />
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.10" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.intellij:idea:12.0.4" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.intellij:trove4j:12.0.4" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.intellij:picocontainer:12.0.4" level="project" />
</component>
</module>