Trying to fix build

cusax-fix
Damian Minkov 13 years ago
parent d1801d2c7f
commit 31a08f9ca8

@ -29,6 +29,11 @@ public class PopupMessageHandlerSLick extends TestSuite implements BundleActivat
/** implements BundleActivator.start() */
public void start(BundleContext bc) throws Exception
{
// if we are running in headless mode we will miss the systray service
// as the corresponding classes are not available, skip it
if(GraphicsEnvironment.isHeadless())
return;
logger.info("starting popup message test ");
bundleContext = bc;

Loading…
Cancel
Save