diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:58:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 15:58:20 +0000 |
commit | 1a843d1eff704d273e80e21af8afebb22f279f69 (patch) | |
tree | bdc933ca926c86222987273010b9f6bcb989bd6c | |
parent | d3953313e9d2ff20e7b5afaa086c7f8a436480ae (diff) |
INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED
2008/07/24 11:40:02 akhva 1.1.2.1: #90061
-rw-r--r-- | sdext/source/pdfimport/config/description.xml | 31 | ||||
-rw-r--r-- | sdext/source/pdfimport/config/manifest.xml | 16 |
2 files changed, 47 insertions, 0 deletions
diff --git a/sdext/source/pdfimport/config/description.xml b/sdext/source/pdfimport/config/description.xml new file mode 100644 index 000000000000..96df175635a5 --- /dev/null +++ b/sdext/source/pdfimport/config/description.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<description + + xmlns="http://openoffice.org/extensions/description/2006" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:dep="http://openoffice.org/extensions/description/2006"> + <identifier value="UPDATED_IDENTIFIER" /> + + <dependencies> + <OpenOffice.org-minimal-version value="3.0" dep:name="OpenOffice.org 3.0"/> + </dependencies> + + <registration> + <simple-license accept-by="admin" default-license-id="lic-en-US"> + <license-text xlink:href="licensefile" lang="isocode" license-id="lic-isocode"/> + </simple-license> + </registration> + + <version value="0.3" /> + + <platform value="UPDATED_SUPPORTED_PLATFORM" /> + + <publisher> + <name xlink:href="http://www.sun.com/software/star/staroffice/extensions.jsp?cid=925095" lang="en">Sun Microsystems</name> + </publisher> + + <display-name> + <name lang="en-US">PDF Import Extension</name> + </display-name> + +</description> diff --git a/sdext/source/pdfimport/config/manifest.xml b/sdext/source/pdfimport/config/manifest.xml new file mode 100644 index 000000000000..013f2a1b453a --- /dev/null +++ b/sdext/source/pdfimport/config/manifest.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=native" + manifest:full-path="pdfimport.unoSHARED_EXTENSION"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.executable" + manifest:full-path="xpdfimportEXEC_EXTENSION"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="pdf_import_filter.xcu"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="pdf_types.xcu"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.basic-library" + manifest:full-path="basic/"/> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.package-bundle-description" + manifest:full-path="help/component.txt"/> +</manifest:manifest> |