removed old version of register.jsp that was in the wrong place

git-svn-id: https://svn.apache.org/repos/asf/struts/sandbox/trunk@1537191 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2examples/message_resource/src/main/resources/org/apache/struts/register.jsp b/struts2examples/message_resource/src/main/resources/org/apache/struts/register.jsp
deleted file mode 100644
index e0f19eb..0000000
--- a/struts2examples/message_resource/src/main/resources/org/apache/struts/register.jsp
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<%@ taglib prefix="s" uri="/struts-tags" %>
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
-    pageEncoding="ISO-8859-1"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>Register</title>
-<s:head />
-</head>
-<body>
-<h3>Register for a prize by completing this form.</h3>
-
-<s:form action="register">
-
- 	  <s:textfield key="personBean.firstName"  />
- 	  <s:textfield  key="personBean.lastName"  />
- 	  <s:textfield key="personBean.email"  />  
- 	  <s:textfield key="personBean.age"  />
- 	  
-   	  <s:submit/>
-   	  
-</s:form>	
- <hr />
-<s:text name="contact" />
-</body>
-</html>
\ No newline at end of file