commit | 4755715a34b6357f88c243e1f620b761c71dedb0 | [log] [tgz] |
---|---|---|
author | Zayne Khouja <zayne@onlab.us> | Wed Jul 20 13:50:05 2016 -0700 |
committer | Ray Milkey <ray@onlab.us> | Wed Jul 27 16:56:30 2016 -0700 |
tree | 2ddf0f330533e3f3153314e8ffde178e84aa4ad1 | |
parent | ae24aabdf52515a143116d58410f36b3aa1f7d69 [diff] [blame] |
adds working buck file to BGPCEP provider Change-Id: Ia4a9ee37ed57ec0862501ae9b6f622f225d764fc
diff --git a/providers/pcep/packet/BUCK b/providers/pcep/packet/BUCK new file mode 100644 index 0000000..94b0e5b --- /dev/null +++ b/providers/pcep/packet/BUCK
@@ -0,0 +1,8 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//protocols/pcep/api:onos-protocols-pcep-api', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)