From e19ca08c7a36f5b6ad2117cb3aa62d14ab3af95c Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Tue, 5 Apr 2016 20:12:44 -0700 Subject: [PATCH] Updating main class for OSGi wrapper Change-Id: I08bd38f9d272b922c40893154eadb27fa005020c --- utils/osgiwrap/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/osgiwrap/BUCK b/utils/osgiwrap/BUCK index 078777d0e8..49acb1359a 100644 --- a/utils/osgiwrap/BUCK +++ b/utils/osgiwrap/BUCK @@ -21,6 +21,6 @@ java_library( java_binary( name = 'osgi-jar', deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ], - main_class = 'org.onlab.OSGiWrapper', + main_class = 'org.onlab.osgiwrap.OSGiWrapper', visibility = [ 'PUBLIC' ] )