mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[bug 489574][web][jetty] Don't lock static resources on Windows
Change-Id: I102e9567bba1f604072f608e089d6fd363e48a40 Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
This commit is contained in:
parent
21096429a2
commit
d1b582f3f8
1 changed files with 1 additions and 0 deletions
|
@ -708,6 +708,7 @@ class WebIntegrationFragment extends AbstractXtextGeneratorFragment {
|
|||
new «'org.eclipse.jetty.webapp.MetaInfConfiguration'.typeRef»
|
||||
]
|
||||
setAttribute(«'org.eclipse.jetty.webapp.WebInfConfiguration'.typeRef».CONTAINER_JAR_PATTERN, '.*/«projectConfig.web.name.replace('.', '\\\\.')»/.*,.*\\.jar')
|
||||
setInitParameter("org.mortbay.jetty.servlet.Default.useFileMappedBuffer", "false")
|
||||
]
|
||||
val log = new «'org.eclipse.jetty.util.log.Slf4jLog'.typeRef»(«grammar.serverLauncherClass.simpleName».name)
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue