Commit 56f60593 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Adapting to match excludes from trunk. (target, work, and make shouldn't be...

Adapting to match excludes from trunk.  (target, work, and make shouldn't be paid attention to by intellij the same way that src is)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8758 b35dd754-fafc-0310-a699-88a17e54d16e
parent a98ab974
......@@ -11,6 +11,9 @@
<sourceFolder url="file://$MODULE_DIR$/../../src/test/java/org" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/../../src/test/resources/org" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/../../src/test/throttletest/src/org" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/../../make" />
<excludeFolder url="file://$MODULE_DIR$/../../target" />
<excludeFolder url="file://$MODULE_DIR$/../../work" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment