From 91263cceb21df798eb1dc9711ea441d882f2a26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Galland?= Date: Sun, 17 Sep 2017 13:55:00 +0200 Subject: [PATCH] [eclipse] SARL Libraries move from system library type to application library type. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Galland --- .../src/io/sarl/eclipse/buildpath/SARLClasspathContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/buildpath/SARLClasspathContainer.java b/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/buildpath/SARLClasspathContainer.java index 33867606b5..43b6eed200 100644 --- a/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/buildpath/SARLClasspathContainer.java +++ b/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/buildpath/SARLClasspathContainer.java @@ -62,7 +62,7 @@ public SARLClasspathContainer(IPath containerPath) { @Override public int getKind() { - return K_SYSTEM; + return K_APPLICATION; } @Override