// This is a fix.
// When running the application from Eclipse, there is no filtering of the javascript files,
// so we have to manually set the correct context for the Wemlin Frontend Application.
if (wemlinFrontendContext == "${wemlin.frontend.context}") {
  wemlinFrontendContext = "/wemlin-server-frontend/wemlin";
}
