WW-1340 In blank, move configuration files to resources package, so as to appease Maven.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@440524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ted Nathan Husted
2006-09-05 23:10:18 +00:00
parent 572671c9d1
commit f8b15272d2
4 changed files with 10 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=example/Welcome.action">
</head>
<body>
<p>Loading ...</p>
</body>
</html>
-11
View File
@@ -1,11 +0,0 @@
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=<s:url action="Welcome" namespace="tutorial"/>">
</head>
<body>
<p>Loading ...</p>
</body>
</html>