Increased the version number to 1.0 SNAPSHOT.

This commit is contained in:
Arjen Poutsma
2007-08-15 23:51:32 +00:00
parent ce67b64a12
commit 0e51169a21
11 changed files with 45 additions and 32 deletions

View File

@@ -27,8 +27,4 @@
<url-pattern>/*</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>

View File

@@ -1,14 +0,0 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ingo Siebert">
<title>Spring WS test page</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Spring-WS Echo</h1>
If you see this page, the WAR deployment was successful.
</body>
</html>