You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/31 04:44:55 UTC

svn commit: r561219 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

Author: jholmes
Date: Mon Jul 30 19:44:54 2007
New Revision: 561219

URL: http://svn.apache.org/viewvc?view=rev&rev=561219
Log:
Specify XML version and encoding.

Modified:
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml?view=diff&rev=561219&r1=561218&r2=561219
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml Mon Jul 30 19:44:54 2007
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <portlet-app
     version="1.0"
     xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"