WiseEditor WAR generation.

This commit is contained in:
Paulo Veiga
2012-02-01 00:03:32 -03:00
parent ba24e02d85
commit c4f32cbcf9
9 changed files with 86 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
</web-app>

View File

@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta HTTP-EQUIV="REFRESH" content="0; url=/html/editor.html">
<meta HTTP-EQUIV="REFRESH" content="0; url=html/editor.html">
</head>
</html>