* nextstep/templates/Info.plist.in: Make it strictly valid xml.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2014 00:43:30 +0000 (20:43 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Mar 2014 00:43:30 +0000 (20:43 -0400)
Fixes: debbugs:17002

nextstep/ChangeLog
nextstep/templates/Info.plist.in

index 9f89059..ad869f1 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-13  Glenn Morris  <rgm@gnu.org>
+
+       * templates/Info.plist.in: Make it strictly valid xml.  (Bug#17002)
+
 2013-10-23  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (${ns_check_file} ${ns_appdir}):
index 1259d72..ce8f9b1 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 Copyright (C) 2008-2014 Free Software Foundation, Inc.
 
@@ -17,7 +18,6 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 -->
 
-<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>