You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by he...@apache.org on 2005/10/03 18:22:01 UTC

svn commit: r293375 - in /jakarta/site/xdocs: ./ downloads/ site/ site/news/ site/pmc/

Author: henning
Date: Mon Oct  3 09:21:12 2005
New Revision: 293375

URL: http://svn.apache.org/viewcvs?rev=293375&view=rev
Log:
Set default encoding for all documents to be ISO-8859-1 explicitly.


Modified:
    jakarta/site/xdocs/downloads/downloads.xml
    jakarta/site/xdocs/empty.xml
    jakarta/site/xdocs/index.xml
    jakarta/site/xdocs/site/bugs.xml
    jakarta/site/xdocs/site/communication.xml
    jakarta/site/xdocs/site/contact.xml
    jakarta/site/xdocs/site/contributing.xml
    jakarta/site/xdocs/site/cvsindex.xml
    jakarta/site/xdocs/site/decisions.xml
    jakarta/site/xdocs/site/dirlayout.xml
    jakarta/site/xdocs/site/faqs.xml
    jakarta/site/xdocs/site/getinvolved.xml
    jakarta/site/xdocs/site/guidelines.xml
    jakarta/site/xdocs/site/idedevelopers.xml
    jakarta/site/xdocs/site/jakarta-site-tags-example.xml
    jakarta/site/xdocs/site/jakarta-site2.xml
    jakarta/site/xdocs/site/jars.xml
    jakarta/site/xdocs/site/jspa-agreement.xml
    jakarta/site/xdocs/site/jspa-position.xml
    jakarta/site/xdocs/site/legal.xml
    jakarta/site/xdocs/site/library.xml
    jakarta/site/xdocs/site/mail.xml
    jakarta/site/xdocs/site/mail2.xml
    jakarta/site/xdocs/site/management.xml
    jakarta/site/xdocs/site/micromail.xml
    jakarta/site/xdocs/site/newproject.xml
    jakarta/site/xdocs/site/news/200206.xml
    jakarta/site/xdocs/site/news/200207.xml
    jakarta/site/xdocs/site/news/200208.xml
    jakarta/site/xdocs/site/news/200209.xml
    jakarta/site/xdocs/site/news/200210.xml
    jakarta/site/xdocs/site/news/200211.xml
    jakarta/site/xdocs/site/news/200212.xml
    jakarta/site/xdocs/site/news/200301.xml
    jakarta/site/xdocs/site/news/200303.xml
    jakarta/site/xdocs/site/news/200305.xml
    jakarta/site/xdocs/site/news/editor.xml
    jakarta/site/xdocs/site/news/elsewhere-2002.xml
    jakarta/site/xdocs/site/news/elsewhere-2003.xml
    jakarta/site/xdocs/site/news/elsewhere-2004-1stHalf.xml
    jakarta/site/xdocs/site/news/elsewhere-2004-2ndHalf.xml
    jakarta/site/xdocs/site/news/index.xml
    jakarta/site/xdocs/site/news/news-2000.xml
    jakarta/site/xdocs/site/news/news-2001.xml
    jakarta/site/xdocs/site/news/news-2002.xml
    jakarta/site/xdocs/site/news/news-2003.xml
    jakarta/site/xdocs/site/news/news-2004-1stHalf.xml
    jakarta/site/xdocs/site/news/news-2004-2ndHalf.xml
    jakarta/site/xdocs/site/news/news-2005-q1.xml
    jakarta/site/xdocs/site/news/news-2005-q2.xml
    jakarta/site/xdocs/site/news/news-2005-q3.xml
    jakarta/site/xdocs/site/news/news-2005-q4.xml
    jakarta/site/xdocs/site/overview.xml
    jakarta/site/xdocs/site/pmc/01-01-17-meeting-minutes.xml
    jakarta/site/xdocs/site/pmc/01-01-17-pictures.xml
    jakarta/site/xdocs/site/pmc/01-03-19-meeting-agenda.xml
    jakarta/site/xdocs/site/pmc/01-03-19-meeting-irclog.xml
    jakarta/site/xdocs/site/pmc/01-03-19-meeting-summary.xml
    jakarta/site/xdocs/site/pmc/01-04-22-meeting-irclog.xml
    jakarta/site/xdocs/site/pmc/02-01-30-elections.xml
    jakarta/site/xdocs/site/pmc/board-report-december2004.xml
    jakarta/site/xdocs/site/pmc/board-report-july2004.xml
    jakarta/site/xdocs/site/pmc/board-report-june2005.xml
    jakarta/site/xdocs/site/pmc/board-report-march2004.xml
    jakarta/site/xdocs/site/pmc/board-report-march2005.xml
    jakarta/site/xdocs/site/pmc/board-report-september2004.xml
    jakarta/site/xdocs/site/pmc/board-report-september2005.xml
    jakarta/site/xdocs/site/pmc/board-reports.xml
    jakarta/site/xdocs/site/pmc/index.xml
    jakarta/site/xdocs/site/proposal.xml
    jakarta/site/xdocs/site/roles.xml
    jakarta/site/xdocs/site/source.xml
    jakarta/site/xdocs/site/understandingopensource.xml
    jakarta/site/xdocs/site/vendors.xml
    jakarta/site/xdocs/site/versioning.xml
    jakarta/site/xdocs/site/whoweare.xml

Modified: jakarta/site/xdocs/downloads/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/downloads/downloads.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/downloads/downloads.xml (original)
+++ jakarta/site/xdocs/downloads/downloads.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE project-downloads
 [
 <!ENTITY hivemind-current '1.1-rc-1'>

Modified: jakarta/site/xdocs/empty.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/empty.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/empty.xml (original)
+++ jakarta/site/xdocs/empty.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/index.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/index.xml (original)
+++ jakarta/site/xdocs/index.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/bugs.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/bugs.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/bugs.xml (original)
+++ jakarta/site/xdocs/site/bugs.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/communication.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/communication.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/communication.xml (original)
+++ jakarta/site/xdocs/site/communication.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -79,4 +79,4 @@
   </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/contact.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/contact.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/contact.xml (original)
+++ jakarta/site/xdocs/site/contact.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/contributing.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/contributing.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/contributing.xml (original)
+++ jakarta/site/xdocs/site/contributing.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -154,4 +154,4 @@
 </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/cvsindex.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/cvsindex.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/cvsindex.xml (original)
+++ jakarta/site/xdocs/site/cvsindex.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/decisions.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/decisions.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/decisions.xml (original)
+++ jakarta/site/xdocs/site/decisions.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -171,4 +171,4 @@
   </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/dirlayout.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/dirlayout.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/dirlayout.xml (original)
+++ jakarta/site/xdocs/site/dirlayout.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/faqs.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/faqs.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/faqs.xml (original)
+++ jakarta/site/xdocs/site/faqs.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/getinvolved.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/getinvolved.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/getinvolved.xml (original)
+++ jakarta/site/xdocs/site/getinvolved.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/guidelines.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/guidelines.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/guidelines.xml (original)
+++ jakarta/site/xdocs/site/guidelines.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -87,4 +87,4 @@
   
   </section>
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/idedevelopers.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/idedevelopers.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/idedevelopers.xml (original)
+++ jakarta/site/xdocs/site/idedevelopers.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/jakarta-site-tags-example.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/jakarta-site-tags-example.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/jakarta-site-tags-example.xml (original)
+++ jakarta/site/xdocs/site/jakarta-site-tags-example.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/jakarta-site2.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/jakarta-site2.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/jakarta-site2.xml (original)
+++ jakarta/site/xdocs/site/jakarta-site2.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -61,7 +61,7 @@
 </p>
 
 <source><![CDATA[
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <document>
 
   <properties>

Modified: jakarta/site/xdocs/site/jars.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/jars.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/jars.xml (original)
+++ jakarta/site/xdocs/site/jars.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/jspa-agreement.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/jspa-agreement.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/jspa-agreement.xml (original)
+++ jakarta/site/xdocs/site/jspa-agreement.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/jspa-position.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/jspa-position.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/jspa-position.xml (original)
+++ jakarta/site/xdocs/site/jspa-position.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/legal.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/legal.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/legal.xml (original)
+++ jakarta/site/xdocs/site/legal.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/library.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/library.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/library.xml (original)
+++ jakarta/site/xdocs/site/library.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/mail.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/mail.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/mail.xml (original)
+++ jakarta/site/xdocs/site/mail.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/mail2.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/mail2.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/mail2.xml (original)
+++ jakarta/site/xdocs/site/mail2.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/management.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/management.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/management.xml (original)
+++ jakarta/site/xdocs/site/management.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/micromail.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/micromail.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/micromail.xml (original)
+++ jakarta/site/xdocs/site/micromail.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/newproject.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/newproject.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/newproject.xml (original)
+++ jakarta/site/xdocs/site/newproject.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200206.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200206.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200206.xml (original)
+++ jakarta/site/xdocs/site/news/200206.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -502,4 +502,4 @@
 </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/news/200207.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200207.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200207.xml (original)
+++ jakarta/site/xdocs/site/news/200207.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200208.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200208.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200208.xml (original)
+++ jakarta/site/xdocs/site/news/200208.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200209.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200209.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200209.xml (original)
+++ jakarta/site/xdocs/site/news/200209.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200210.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200210.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200210.xml (original)
+++ jakarta/site/xdocs/site/news/200210.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200211.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200211.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200211.xml (original)
+++ jakarta/site/xdocs/site/news/200211.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200212.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200212.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200212.xml (original)
+++ jakarta/site/xdocs/site/news/200212.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200301.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200301.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200301.xml (original)
+++ jakarta/site/xdocs/site/news/200301.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200303.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200303.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200303.xml (original)
+++ jakarta/site/xdocs/site/news/200303.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/200305.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/200305.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/200305.xml (original)
+++ jakarta/site/xdocs/site/news/200305.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/editor.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/editor.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/editor.xml (original)
+++ jakarta/site/xdocs/site/news/editor.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/elsewhere-2002.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/elsewhere-2002.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/elsewhere-2002.xml (original)
+++ jakarta/site/xdocs/site/news/elsewhere-2002.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/elsewhere-2003.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/elsewhere-2003.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/elsewhere-2003.xml (original)
+++ jakarta/site/xdocs/site/news/elsewhere-2003.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/elsewhere-2004-1stHalf.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/elsewhere-2004-1stHalf.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/elsewhere-2004-1stHalf.xml (original)
+++ jakarta/site/xdocs/site/news/elsewhere-2004-1stHalf.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/elsewhere-2004-2ndHalf.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/elsewhere-2004-2ndHalf.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/elsewhere-2004-2ndHalf.xml (original)
+++ jakarta/site/xdocs/site/news/elsewhere-2004-2ndHalf.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/index.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/index.xml (original)
+++ jakarta/site/xdocs/site/news/index.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?html version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2000.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2000.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2000.xml (original)
+++ jakarta/site/xdocs/site/news/news-2000.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2001.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2001.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2001.xml (original)
+++ jakarta/site/xdocs/site/news/news-2001.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2002.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2002.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2002.xml (original)
+++ jakarta/site/xdocs/site/news/news-2002.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2003.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2003.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2003.xml (original)
+++ jakarta/site/xdocs/site/news/news-2003.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2004-1stHalf.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2004-1stHalf.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2004-1stHalf.xml (original)
+++ jakarta/site/xdocs/site/news/news-2004-1stHalf.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2004-2ndHalf.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2004-2ndHalf.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2004-2ndHalf.xml (original)
+++ jakarta/site/xdocs/site/news/news-2004-2ndHalf.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2005-q1.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2005-q1.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2005-q1.xml (original)
+++ jakarta/site/xdocs/site/news/news-2005-q1.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2005-q2.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2005-q2.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2005-q2.xml (original)
+++ jakarta/site/xdocs/site/news/news-2005-q2.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2005-q3.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2005-q3.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2005-q3.xml (original)
+++ jakarta/site/xdocs/site/news/news-2005-q3.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/news/news-2005-q4.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/news/news-2005-q4.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/news/news-2005-q4.xml (original)
+++ jakarta/site/xdocs/site/news/news-2005-q4.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/overview.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/overview.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/overview.xml (original)
+++ jakarta/site/xdocs/site/overview.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/01-01-17-meeting-minutes.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-01-17-meeting-minutes.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-01-17-meeting-minutes.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-01-17-meeting-minutes.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/01-01-17-pictures.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-01-17-pictures.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-01-17-pictures.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-01-17-pictures.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -60,4 +60,4 @@
   </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/pmc/01-03-19-meeting-agenda.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-03-19-meeting-agenda.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-03-19-meeting-agenda.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-03-19-meeting-agenda.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/01-03-19-meeting-irclog.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-03-19-meeting-irclog.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-03-19-meeting-irclog.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-03-19-meeting-irclog.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/01-03-19-meeting-summary.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-03-19-meeting-summary.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-03-19-meeting-summary.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-03-19-meeting-summary.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/01-04-22-meeting-irclog.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/01-04-22-meeting-irclog.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/01-04-22-meeting-irclog.xml (original)
+++ jakarta/site/xdocs/site/pmc/01-04-22-meeting-irclog.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/02-01-30-elections.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/02-01-30-elections.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/02-01-30-elections.xml (original)
+++ jakarta/site/xdocs/site/pmc/02-01-30-elections.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-december2004.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-december2004.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-december2004.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-december2004.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-july2004.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-july2004.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-july2004.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-july2004.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-june2005.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-june2005.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-june2005.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-june2005.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-march2004.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-march2004.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-march2004.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-march2004.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-march2005.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-march2005.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-march2005.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-march2005.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-september2004.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-september2004.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-september2004.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-september2004.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-report-september2005.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-report-september2005.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-report-september2005.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-report-september2005.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/board-reports.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/board-reports.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/board-reports.xml (original)
+++ jakarta/site/xdocs/site/pmc/board-reports.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/pmc/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/pmc/index.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/pmc/index.xml (original)
+++ jakarta/site/xdocs/site/pmc/index.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2004 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/proposal.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/proposal.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/proposal.xml (original)
+++ jakarta/site/xdocs/site/proposal.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/roles.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/roles.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/roles.xml (original)
+++ jakarta/site/xdocs/site/roles.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -255,4 +255,4 @@
   </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/source.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/source.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/source.xml (original)
+++ jakarta/site/xdocs/site/source.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/understandingopensource.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/understandingopensource.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/understandingopensource.xml (original)
+++ jakarta/site/xdocs/site/understandingopensource.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -96,4 +96,4 @@
 </section>
 
 </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/vendors.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/vendors.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/vendors.xml (original)
+++ jakarta/site/xdocs/site/vendors.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");

Modified: jakarta/site/xdocs/site/versioning.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/versioning.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/versioning.xml (original)
+++ jakarta/site/xdocs/site/versioning.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" ?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -515,4 +515,4 @@
    </dl>
   </section>
  </body>
-</document>
\ No newline at end of file
+</document>

Modified: jakarta/site/xdocs/site/whoweare.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/site/whoweare.xml?rev=293375&r1=293374&r2=293375&view=diff
==============================================================================
--- jakarta/site/xdocs/site/whoweare.xml (original)
+++ jakarta/site/xdocs/site/whoweare.xml Mon Oct  3 09:21:12 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Copyright 1999-2005 The Apache Software Foundation
 Licensed under the Apache License, Version 2.0 (the "License");



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org