SilverThings / bulldog

Java GPIO Library for BeagleBoneBlack, Raspberry Pi and CubieBoard.
http://www.silverspoon.io
Apache License 2.0
49 stars 23 forks source link

Remove bulldog-distro, or re-implement so it could be used as the only jar on classpath #30

Closed sbunciak closed 8 years ago

sbunciak commented 9 years ago

So that users could be able to run: java -cp .:bulldog-distro.jar HelloWorld.java

sbunciak commented 9 years ago

How about introducing parent module for bulldog-board-* ? Distro would just take this module and inlude all its transitive deps.