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] |
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/providers/snmp/device/BUCK b/providers/snmp/device/BUCK index 7cbb381..a0d0a69 100644 --- a/providers/snmp/device/BUCK +++ b/providers/snmp/device/BUCK
@@ -20,7 +20,7 @@ '//lib:TEST', ] -java_library( +osgi_jar( name = CURRENT_NAME, srcs = glob([SRC + '/*.java']), deps = COMPILE_DEPS,