Author: arist
Date: Fri Mar 23 05:33:20 2012
New Revision: 1304191

URL: http://svn.apache.org/viewvc?rev=1304191&view=rev
Log:
fixing xcu headers - xml syntax issue

Modified:
    incubator/ooo/trunk/main/extensions/source/update/check/Addons.xcu
    incubator/ooo/trunk/main/extensions/source/update/check/Jobs.xcu

Modified: incubator/ooo/trunk/main/extensions/source/update/check/Addons.xcu
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/extensions/source/update/check/Addons.xcu?rev=1304191&r1=1304190&r2=1304191&view=diff
==============================================================================
--- incubator/ooo/trunk/main/extensions/source/update/check/Addons.xcu 
(original)
+++ incubator/ooo/trunk/main/extensions/source/update/check/Addons.xcu Fri Mar 
23 05:33:20 2012
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='utf-8'?>
 <!--***********************************************************
  * 
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +20,6 @@
  * 
  ***********************************************************-->
 
-<?xml version='1.0' encoding='UTF-8'?>
-
 <oor:component-data oor:name="Addons" oor:package="org.openoffice.Office" 
xmlns:install="http://openoffice.org/2004/installation"; 
xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <node oor:name="AddonUI">
                <node oor:name="OfficeHelp">

Modified: incubator/ooo/trunk/main/extensions/source/update/check/Jobs.xcu
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/extensions/source/update/check/Jobs.xcu?rev=1304191&r1=1304190&r2=1304191&view=diff
==============================================================================
--- incubator/ooo/trunk/main/extensions/source/update/check/Jobs.xcu (original)
+++ incubator/ooo/trunk/main/extensions/source/update/check/Jobs.xcu Fri Mar 23 
05:33:20 2012
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='utf-8'?>
 <!--***********************************************************
  * 
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -19,8 +20,6 @@
  * 
  ***********************************************************-->
 
-<?xml version='1.0' encoding='UTF-8'?>
-
 <oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" 
xmlns:install="http://openoffice.org/2004/installation"; 
xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <node oor:name="Jobs">
                <node oor:name="UpdateCheck" oor:op="replace">


Reply via email to