Skip to content

Commit

Permalink
[eclipse] SARL Libraries move from system library type to application…
Browse files Browse the repository at this point in the history
… library type.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Sep 17, 2017
1 parent 83121f5 commit 91263cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public SARLClasspathContainer(IPath containerPath) {

@Override
public int getKind() {
return K_SYSTEM;
return K_APPLICATION;
}

@Override
Expand Down

0 comments on commit 91263cc

Please sign in to comment.