mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Merge pull request #647 from eclipse/so_fix_container_jar_pattern
make container_jar_pattern more restrictive
This commit is contained in:
commit
5a64d76ee0
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ class WebIntegrationFragment extends AbstractGeneratorFragment2 {
|
|||
new «'org.eclipse.jetty.webapp.WebInfConfiguration'.typeRef»,
|
||||
new «'org.eclipse.jetty.webapp.MetaInfConfiguration'.typeRef»
|
||||
]
|
||||
setAttribute(«'org.eclipse.jetty.webapp.WebInfConfiguration'.typeRef».CONTAINER_JAR_PATTERN, '.*')
|
||||
setAttribute(«'org.eclipse.jetty.webapp.WebInfConfiguration'.typeRef».CONTAINER_JAR_PATTERN, '.*/«projectConfig.webProjectName.replace('.', '\\\\.')»/.*,.*/org\\.eclipse\\.xtext\\.web.*,.*/org\\.webjars.*')
|
||||
]
|
||||
val log = new «'org.eclipse.jetty.util.log.Slf4jLog'.typeRef»(«grammar.serverLauncherClass.simpleName».name)
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue