Skip to content
Snippets Groups Projects
Commit 5b40fdba authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

We don't need that check anymore

parent d4fe0693
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</parent>
<artifactId>protocols</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<packaging>jar</packaging>
......
......@@ -755,9 +755,9 @@ public class BlocksML
"Some plugins required by this protocol are missing, but no internet connection is available");
// Are we using Icy's plug-in loader (and not Eclipse)?
if (getClass().getClassLoader() == ClassLoader.getSystemClassLoader())
throw new IcyHandledException(
"Cannot install missing blocks while using Icy4Eclipse in \"Debug\" or \"Run\" modes");
// if (getClass().getClassLoader() == ClassLoader.getSystemClassLoader())
// throw new IcyHandledException(
// "Cannot install missing blocks while using Icy4Eclipse in \"Debug\" or \"Run\" modes");
// we are live!
String message = "[Protocols] Installing required plugins...";
......
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