Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-08-22 16:53:58 +0000
committerJesse McConnell2013-08-22 16:53:58 +0000
commit725e405dace78d62a895141aa35f0c6aef34a5ae (patch)
treeff469d90b58fd556479d5ce9e2b7ddc6cce1f200 /jetty-jaas/src
parent5600d411ed56717b16376ab86f2923ea62503852 (diff)
downloadorg.eclipse.jetty.project-725e405dace78d62a895141aa35f0c6aef34a5ae.tar.gz
org.eclipse.jetty.project-725e405dace78d62a895141aa35f0c6aef34a5ae.tar.xz
org.eclipse.jetty.project-725e405dace78d62a895141aa35f0c6aef34a5ae.zip
first pass for mod files for distribution
Diffstat (limited to 'jetty-jaas/src')
-rw-r--r--jetty-jaas/src/main/config/modules/jaas.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/jetty-jaas/src/main/config/modules/jaas.mod b/jetty-jaas/src/main/config/modules/jaas.mod
new file mode 100644
index 0000000000..d0d6f0fa46
--- /dev/null
+++ b/jetty-jaas/src/main/config/modules/jaas.mod
@@ -0,0 +1,9 @@
+#
+# JAAS Feature
+#
+
+# JAAS jars
+LIB=lib/jetty-jaas-${jetty.version}.jar
+
+# JAAS configuration
+etc/jetty-jaas.xml

Back to the top