manifest.xml 1001 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
  3. <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
  4. <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data"
  5. manifest:full-path="dictionaries.xcu"/>
  6. <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcs"
  7. manifest:media-type="application/vnd.sun.star.configuration-schema" />
  8. <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcu"
  9. manifest:media-type="application/vnd.sun.star.configuration-data" />
  10. <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components"
  11. manifest:full-path="Lightproof.components"/>
  12. <manifest:file-entry
  13. manifest:media-type="application/vnd.sun.star.configuration-data"
  14. manifest:full-path="Linguistic.xcu" />
  15. </manifest:manifest>