Merge remote-tracking branch 'origin/jetty-9.4.x'

This commit is contained in:
Greg Wilkins 2017-10-18 15:38:50 +11:00
commit 978fe59957
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ import org.eclipse.jetty.xml.XmlAppendable;
* <p>
* Generate an effective web.xml from a WebAppContext, including all components
* from web.xml, web-fragment.xmls annotations etc.
* <p>
* If generating quickstart for a different java platform than the current running
* platform, then the org.eclipse.jetty.annotations.javaTargetPlatform attribute
* should be set on the Context with the platform number of the target JVM (eg 8).
*/
public class QuickStartGeneratorConfiguration extends AbstractConfiguration
{