Brian O'Connor
Committed by Gerrit Code Review

Updating main class for OSGi wrapper

Change-Id: I08bd38f9d272b922c40893154eadb27fa005020c
......@@ -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' ]
)
......