Skip to content

Commit

Permalink
Merge pull request openhab#137 from maggu2810/compat1x-fix-import
Browse files Browse the repository at this point in the history
add missing import for javax.sound.sampled
  • Loading branch information
kaikreuzer committed Feb 18, 2015
2 parents 25cc1b3 + ab114f7 commit 7e2bb61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.google.common.base,
javax.servlet,
javax.servlet.http,
javax.sound.sampled,
org.apache.commons.collections,
org.apache.commons.exec;version="1.1.0",
org.apache.commons.httpclient;version="3.1.0",
Expand Down

0 comments on commit 7e2bb61

Please sign in to comment.