if ("/resources/sap-ui-core.js".equals(path)) {
this.log("Merging module: sap-ui-core.js");
response.setContentType(this.config.getServletContext().getMimeType(path));
httpResponse.addDateHeader("Last-Modified", System.currentTimeMillis());
httpResponse.setHeader("Cache-Control", "no-cache, no-store");
OutputStream os = response.getOutputStream();
IOUtils.write(this.loadResource("/resources/sap/ui/thirdparty/jquery/jquery-1.11.1.js"), os, "UTF-8");
IOUtils.write(this.loadResource("/resources/sap/ui/thirdparty/jqueryui/jquery-ui-position.js"), os, "UTF-8");