Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
7d14e79382f772d4c318ad053eb8dbfb68ce2173
/
shell.tui
/
src
/
main
81c55bf
The shell has a problem when being stopped using the BundleActivator.stop() method but not getting any input because it is blocked on System.in. This patch fixes the issue by using the ready() method to wait until input is available. There still is a race condition in case more then one Thread is listening on System.in but we can ignore this for now because in case the race condition happens we default to the old behaviour.
by Karl Pauls
· 17 years ago
90e68da
Removed incubator disclaimer from all NOTICE files.
by Richard S. Hall
· 18 years ago
f069487
Moved LICENSE and NOTICE files to META-INF.
by Richard S. Hall
· 18 years ago
4ebe508
Add incubator disclaimer to NOTICE files and License headers to poms and property files (FELIX-144).
by Karl Pauls
· 18 years ago
c907976
Added LICENSE and NOTICE files.
by Richard S. Hall
· 18 years ago
fcaa2d4
Updated source headers (FELIX-144).
by Richard S. Hall
· 18 years ago
0fcc271
Shortened the subproject directory names.
by Richard S. Hall
· 18 years ago