Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-06-11 16:08:22 +0000
committerJan Bartel2014-06-16 10:19:24 +0000
commit4896672c94da16f39dce67b4c42dbb84ff95d10b (patch)
treefa052a5b89667ab9233315d5d70ac7d06cfee9ce /jetty-spring/src/main
parent424e4214397cfbd39ecf87e9f27d007e9b4c9644 (diff)
downloadorg.eclipse.jetty.project-4896672c94da16f39dce67b4c42dbb84ff95d10b.tar.gz
org.eclipse.jetty.project-4896672c94da16f39dce67b4c42dbb84ff95d10b.tar.xz
org.eclipse.jetty.project-4896672c94da16f39dce67b4c42dbb84ff95d10b.zip
435895 jetty spring module is not in distribution
Diffstat (limited to 'jetty-spring/src/main')
-rw-r--r--jetty-spring/src/main/config/modules/spring.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/jetty-spring/src/main/config/modules/spring.mod b/jetty-spring/src/main/config/modules/spring.mod
new file mode 100644
index 0000000000..444afb2f93
--- /dev/null
+++ b/jetty-spring/src/main/config/modules/spring.mod
@@ -0,0 +1,16 @@
+#
+# Spring
+#
+[name]
+spring
+
+[depend]
+server
+
+[lib]
+lib/spring/*.jar
+
+[ini-template]
+## See http://www.eclipse.org/jetty/documentation/current/frameworks.html#framework-jetty-spring
+## for information on how to complete spring configuration
+

Back to the top