Skip to content

Commit

Permalink
Merge pull request #561 from retronym/topic/intellij-test-module
Browse files Browse the repository at this point in the history
An IntelliJ module for test files.
  • Loading branch information
adriaanm committed May 17, 2012
2 parents 9fe251e + 420e181 commit 1350594
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/intellij/dbc.iml.SAMPLE

This file was deleted.

1 change: 1 addition & 0 deletions src/intellij/scala-lang.ipr.SAMPLE
Expand Up @@ -203,6 +203,7 @@
<module fileurl="file://$PROJECT_DIR$/scala.iml" filepath="$PROJECT_DIR$/scala.iml" />
<module fileurl="file://$PROJECT_DIR$/scalap.iml" filepath="$PROJECT_DIR$/scalap.iml" />
<module fileurl="file://$PROJECT_DIR$/swing.iml" filepath="$PROJECT_DIR$/swing.iml" />
<module fileurl="file://$PROJECT_DIR$/test.iml" filepath="$PROJECT_DIR$/test.iml" />
</modules>
</component>
<component name="ProjectResources">
Expand Down
16 changes: 16 additions & 0 deletions src/intellij/test.iml.SAMPLE
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../test" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="actors" />
<orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="continuations" />
<orderEntry type="module" module-name="library" />
<orderEntry type="module" module-name="swing" />
<orderEntry type="module" module-name="partest" />
</component>
</module>

0 comments on commit 1350594

Please sign in to comment.