commit | e19ca08c7a36f5b6ad2117cb3aa62d14ab3af95c | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Apr 05 20:12:44 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Apr 06 03:33:30 2016 +0000 |
tree | 44fbd39385590f5d0453d0e7ecd8b95516ec01c4 | |
parent | daf55eadaf88e47b0d7c98443d8a3ddf5d2a303f [diff] |
Updating main class for OSGi wrapper Change-Id: I08bd38f9d272b922c40893154eadb27fa005020c
diff --git a/utils/osgiwrap/BUCK b/utils/osgiwrap/BUCK index 078777d..49acb13 100644 --- a/utils/osgiwrap/BUCK +++ b/utils/osgiwrap/BUCK
@@ -21,6 +21,6 @@ java_binary( name = 'osgi-jar', deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ], - main_class = 'org.onlab.OSGiWrapper', + main_class = 'org.onlab.osgiwrap.OSGiWrapper', visibility = [ 'PUBLIC' ] )