Add a couple of missing dependencies to IDEA

This commit is contained in:
str4d
2016-07-10 14:40:54 +00:00
parent 03de374b07
commit 0333fb6e22
2 changed files with 3 additions and 0 deletions

View File

@ -22,5 +22,7 @@
<orderEntry type="library" name="jettylib" level="project" />
<orderEntry type="module" module-name="core" />
<orderEntry type="module" module-name="ministreaming" />
<orderEntry type="module" module-name="jetty" />
<orderEntry type="module" module-name="systray" />
</component>
</module>

View File

@ -26,5 +26,6 @@
<orderEntry type="module" module-name="core" />
<orderEntry type="module" module-name="ministreaming" />
<orderEntry type="library" scope="TEST" name="junit:junit:4.12" level="application" />
<orderEntry type="library" name="jettylib" level="project" />
</component>
</module>