Started modifying project structure

This commit is contained in:
Georgy Litvinov 2020-12-13 14:03:25 +01:00
parent 4e16ed01c2
commit 1e4ee37f89
566 changed files with 3340 additions and 176 deletions

View file

@ -1,18 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema oor:name="ToolbarOptions"
oor:package="org.openoffice.da.Writer2xhtml.toolbar"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<group oor:name="Settings">
<prop oor:name="XhtmlFormat" oor:type="xs:short" />
<prop oor:name="XhtmlView" oor:type="xs:short" />
<prop oor:name="XhtmlExecutable" oor:type="xs:string" />
<prop oor:name="EpubFormat" oor:type="xs:short" />
<prop oor:name="EpubView" oor:type="xs:short" />
<prop oor:name="EpubExecutable" oor:type="xs:string" />
</group>
</component>
</oor:component-schema>