From 9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Sat, 1 May 2010 08:20:09 +0000 Subject: moved webapp stuff to standar maven location --- samples/src/main/webapp/WEB-INF/web.xml | 2 ++ samples/src/main/webapp/index.html | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 samples/src/main/webapp/WEB-INF/web.xml create mode 100644 samples/src/main/webapp/index.html (limited to 'samples/src/main/webapp') diff --git a/samples/src/main/webapp/WEB-INF/web.xml b/samples/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..e7253749 --- /dev/null +++ b/samples/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,2 @@ + + diff --git a/samples/src/main/webapp/index.html b/samples/src/main/webapp/index.html new file mode 100644 index 00000000..6f17887d --- /dev/null +++ b/samples/src/main/webapp/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + -- cgit v1.2.3