Revert "(fix) missing import for SOGoDirectAction"

This reverts commit 924886e448.
pull/207/head
Ludovic Marcotte 2016-05-04 09:28:16 -04:00
parent d5f7b3fe8e
commit 031e2d4836
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN, CommonUI, Mailer, Appointments );
requires = ( MAIN, Mailer, Appointments );
publicResources = (
);