commit | b86c92052642568d33450fb728a60506068bc97d | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Apr 05 20:15:04 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Apr 06 18:17:37 2016 +0000 |
tree | 944ca1a04a1b0c0a93d8822fa2d27f5734956eac | |
parent | efbc0389347b26198a0b70897a8081f1d6363127 [diff] [blame] |
Updating Buck files to build OSGi jars - Using osgi_jar for all modules except apps - Adding target for installation of core modules to .m2 repo Change-Id: I65d9e3a9567918e275191724842d7d9b1f485128
diff --git a/protocols/bgp/ctl/BUCK b/protocols/bgp/ctl/BUCK index e4d653c..6336f97 100644 --- a/protocols/bgp/ctl/BUCK +++ b/protocols/bgp/ctl/BUCK
@@ -17,7 +17,7 @@ '//lib:TEST', ] -java_library( +osgi_jar( name = CURRENT_NAME, srcs = glob([SRC + '/*.java']), deps = COMPILE_DEPS,