Committed by
Gerrit Code Review
Updating main class for OSGi wrapper
Change-Id: I08bd38f9d272b922c40893154eadb27fa005020c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -21,6 +21,6 @@ java_library( | ... | @@ -21,6 +21,6 @@ java_library( |
21 | java_binary( | 21 | java_binary( |
22 | name = 'osgi-jar', | 22 | name = 'osgi-jar', |
23 | deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ], | 23 | deps = COMPILE_DEPS + [ ':' + CURRENT_NAME ], |
24 | - main_class = 'org.onlab.OSGiWrapper', | 24 | + main_class = 'org.onlab.osgiwrap.OSGiWrapper', |
25 | visibility = [ 'PUBLIC' ] | 25 | visibility = [ 'PUBLIC' ] |
26 | ) | 26 | ) | ... | ... |
-
Please register or login to post a comment