diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-05-01 08:20:09 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-05-01 08:20:09 +0000 |
commit | 9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4 (patch) | |
tree | ec34a3d909b3f6dd700cd59e9d7adaf8dbdd5341 /samples/src/main/webapp/WEB-INF | |
parent | ff19b9dfd2c06e46e327f3f93e635e31969bb169 (diff) | |
download | gwtquery-9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4.tar.gz gwtquery-9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4.zip |
moved webapp stuff to standar maven location
Diffstat (limited to 'samples/src/main/webapp/WEB-INF')
-rw-r--r-- | samples/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ +<web-app> +</web-app> |