Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-jndi/src/main/config/modules/jndi.mod')
-rw-r--r--jetty-jndi/src/main/config/modules/jndi.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/jetty-jndi/src/main/config/modules/jndi.mod b/jetty-jndi/src/main/config/modules/jndi.mod
new file mode 100644
index 0000000000..de3087bd26
--- /dev/null
+++ b/jetty-jndi/src/main/config/modules/jndi.mod
@@ -0,0 +1,12 @@
+#
+# JNDI Support
+#
+
+DEPEND=server
+DEPEND=plus
+
+LIB=lib/jetty-jndi-${jetty.version}.jar
+LIB=lib/jndi/*.jar
+
+# Annotations needs annotations configuration
+etc/jetty-server.xml

Back to the top