add some missing [environment] ee8 in mod files
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
2a1b68d30f
commit
b71d348d98
|
@ -3,6 +3,9 @@
|
|||
[description]
|
||||
Enables Annotation scanning for deployed web applications.
|
||||
|
||||
[environment]
|
||||
ee8
|
||||
|
||||
[depend]
|
||||
plus
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
[description]
|
||||
Enables JAAS for deployed web applications.
|
||||
|
||||
[environment]
|
||||
ee8
|
||||
|
||||
[depend]
|
||||
server
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[description]
|
||||
Enables Servlet 3.1 resource injection.
|
||||
Enables Servlet 3.1 resource injection.
|
||||
|
||||
[environment]
|
||||
ee8
|
||||
|
||||
[depend]
|
||||
server
|
||||
|
|
|
@ -5,6 +5,9 @@ Adds Jetty utility servlets and filters available to a webapp.
|
|||
Puts org.eclipse.jetty.ee8.servlets on the server classpath (CGI, CrossOriginFilter, DosFilter,
|
||||
MultiPartFilter, PushCacheFilter, QoSFilter, etc.) for use by all webapplications.
|
||||
|
||||
[environment]
|
||||
ee8
|
||||
|
||||
[depend]
|
||||
servlet
|
||||
|
||||
|
|
Loading…
Reference in New Issue