Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-10-17 08:53:23 +0000
committerGreg Wilkins2012-10-17 08:53:40 +0000
commit8c5ad05eb845ef1122a6c7efde6577d5911db270 (patch)
treebd9fd3327a5499ac1048de8d5f09fd3dddb8d672
parentc388d0e586fafed43bfab983210664729ce18e04 (diff)
downloadorg.eclipse.jetty.project-8c5ad05eb845ef1122a6c7efde6577d5911db270.tar.gz
org.eclipse.jetty.project-8c5ad05eb845ef1122a6c7efde6577d5911db270.tar.xz
org.eclipse.jetty.project-8c5ad05eb845ef1122a6c7efde6577d5911db270.zip
jetty-9 removed the contexts-available directory
-rw-r--r--jetty-distribution/src/main/resources/contexts-available/README.TXT3
-rw-r--r--jetty-distribution/src/main/resources/webapps/available.d/README.TXT3
-rw-r--r--jetty-distribution/src/main/resources/webapps/available.d/move-context.xml (renamed from test-jetty-webapp/src/main/config/contexts-available/move-context.xml)0
-rw-r--r--jetty-distribution/src/main/resources/webapps/available.d/resources.xml (renamed from jetty-distribution/src/main/resources/contexts-available/resources.xml)0
4 files changed, 3 insertions, 3 deletions
diff --git a/jetty-distribution/src/main/resources/contexts-available/README.TXT b/jetty-distribution/src/main/resources/contexts-available/README.TXT
deleted file mode 100644
index 7fa2ac54da..0000000000
--- a/jetty-distribution/src/main/resources/contexts-available/README.TXT
+++ /dev/null
@@ -1,3 +0,0 @@
-
-This directory contains example contexts that may be deployed by
-moving/copying/linking them to the ../contexts directory.
diff --git a/jetty-distribution/src/main/resources/webapps/available.d/README.TXT b/jetty-distribution/src/main/resources/webapps/available.d/README.TXT
new file mode 100644
index 0000000000..10f0eae32f
--- /dev/null
+++ b/jetty-distribution/src/main/resources/webapps/available.d/README.TXT
@@ -0,0 +1,3 @@
+
+This directory contains example context XML that may be deployed by
+moving/copying/linking them to the ../../webapps directory.
diff --git a/test-jetty-webapp/src/main/config/contexts-available/move-context.xml b/jetty-distribution/src/main/resources/webapps/available.d/move-context.xml
index 7821b3d903..7821b3d903 100644
--- a/test-jetty-webapp/src/main/config/contexts-available/move-context.xml
+++ b/jetty-distribution/src/main/resources/webapps/available.d/move-context.xml
diff --git a/jetty-distribution/src/main/resources/contexts-available/resources.xml b/jetty-distribution/src/main/resources/webapps/available.d/resources.xml
index 9ea0e18773..9ea0e18773 100644
--- a/jetty-distribution/src/main/resources/contexts-available/resources.xml
+++ b/jetty-distribution/src/main/resources/webapps/available.d/resources.xml

Back to the top