Skip to content

Commit

Permalink
fix to compile on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Jul 16, 2015
1 parent 766a09b commit c193888
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions blue-score-layers-patterns-ui/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
<specification-version>8.19.2</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.util.lookup</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>8.25.2</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.windows</code-name-base>
<build-prerequisite/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import blue.BlueSystem;
import blue.event.SelectionEvent;
import blue.event.SelectionListener;
import blue.plugin.BluePlugin;
import blue.score.layers.Layer;
import blue.score.layers.patterns.core.PatternLayer;
Expand Down

0 comments on commit c193888

Please sign in to comment.