Add picocontainer and log4j dependencies
This commit is contained in:
@@ -25,7 +25,7 @@ public class LircButton {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
public lirc.Lirc.LircButton getProto() {
|
||||
public lirc.Lirc.LircButton getProto() {
|
||||
return lirc.Lirc.LircButton.newBuilder().setRemote(remote).setCode(code).build();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ import lirc.Lirc.Color;
|
||||
import lirc.Lirc.Direction;
|
||||
import lirc.Lirc.Number;
|
||||
import lirc.Lirc.Signal;
|
||||
|
||||
import base.exception.worker.ActivateException;
|
||||
import base.exception.worker.DeactivateException;
|
||||
import base.work.Listen;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package proto;
|
||||
package lirc;
|
||||
|
||||
enum Signal {
|
||||
BEGIN = 1;
|
||||
|
||||
Reference in New Issue
Block a user