explicitely add xs namespace declaration, required for OOo 3.3

This commit is contained in:
Frédéric Péters 2011-03-15 12:41:10 +01:00
parent c4d0c4b56b
commit 60fb7b04f5
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<oor:component-schema
oor:name="Configuration"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<templates/>
<!-- Configuration -->

View File

@ -2,6 +2,7 @@
<oor:component-data
oor:name="Configuration"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<prop oor:name="PreviewServerURL">
@ -10,11 +11,11 @@
<prop oor:name="InsertsRootURL">
<value>http://ootest.pcf.be/</value>
</prop>
<prop oor:name="Mode">
<value>PCF</value>
</prop>
<prop oor:name="ProxyServerURL">
<value>system</value>
</prop>
<prop oor:name="Mode">
<value>PCF</value>
</prop>
</oor:component-data>

View File

@ -2,6 +2,7 @@
<oor:component-schema
oor:name="FileLocations"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<templates/>
<component>

View File

@ -2,6 +2,7 @@
<oor:component-data
oor:name="FileLocations"
oor:package="org.entrouvert.openoffice.tabellio"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry">
<prop oor:name="ImageLogo">
<value>%origin%/images/tabellio.jpeg</value>