Author: rmannibucau
Date: Sun Jul  8 17:49:25 2012
New Revision: 1358797

URL: http://svn.apache.org/viewvc?rev=1358797&view=rev
Log:
better web.xml formatting (root tag)

Modified:
    openejb/trunk/openejb/tomee/tomee-common/src/main/resources/conf/web.xml

Modified: 
openejb/trunk/openejb/tomee/tomee-common/src/main/resources/conf/web.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-common/src/main/resources/conf/web.xml?rev=1358797&r1=1358796&r2=1358797&view=diff
==============================================================================
--- openejb/trunk/openejb/tomee/tomee-common/src/main/resources/conf/web.xml 
(original)
+++ openejb/trunk/openejb/tomee/tomee-common/src/main/resources/conf/web.xml 
Sun Jul  8 17:49:25 2012
@@ -14,7 +14,11 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
---><web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee                       
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
+-->
+<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
+                             
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
 
   <!-- ======================== Introduction ============================== -->
   <!-- This document defines default values for *all* web applications      -->


Reply via email to