From 0333fb6e22e50e4bfc97af1d0b7c3300b10f7c95 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 10 Jul 2016 14:40:54 +0000 Subject: [PATCH] Add a couple of missing dependencies to IDEA --- apps/i2psnark/i2psnark.iml | 2 ++ apps/i2ptunnel/i2ptunnel.iml | 1 + 2 files changed, 3 insertions(+) diff --git a/apps/i2psnark/i2psnark.iml b/apps/i2psnark/i2psnark.iml index e4d3397435..94bbb72747 100644 --- a/apps/i2psnark/i2psnark.iml +++ b/apps/i2psnark/i2psnark.iml @@ -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> \ No newline at end of file diff --git a/apps/i2ptunnel/i2ptunnel.iml b/apps/i2ptunnel/i2ptunnel.iml index 9d6b1dbb20..7f8d9290e5 100644 --- a/apps/i2ptunnel/i2ptunnel.iml +++ b/apps/i2ptunnel/i2ptunnel.iml @@ -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> \ No newline at end of file -- GitLab