Merge remote-tracking branch 'origin/jetty-9.4.x'
This commit is contained in:
commit
978fe59957
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue