Updating main class for OSGi wrapper

Change-Id: I08bd38f9d272b922c40893154eadb27fa005020c
This commit is contained in:
Brian O'Connor 2016-04-05 20:12:44 -07:00 committed by Gerrit Code Review
parent daf55eadaf
commit e19ca08c7a

View File

@ -21,6 +21,6 @@ java_library(
java_binary( java_binary(
name = 'osgi-jar', name = 'osgi-jar',
deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ], deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ],
main_class = 'org.onlab.OSGiWrapper', main_class = 'org.onlab.osgiwrap.OSGiWrapper',
visibility = [ 'PUBLIC' ] visibility = [ 'PUBLIC' ]
) )