summaryrefslogtreecommitdiff
path: root/package/source/manifest
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:32:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:32:10 +0000
commit53a086ec36023a9bf1b09b390e8695a8bca8773c (patch)
tree7480d7265f1b662435f63da3f56e59a746c25cb2 /package/source/manifest
parentc90d45ad359ad2c3345a1788a1daeb9d7d15a67d (diff)
INTEGRATION: CWS jl93 (1.7.100); FILE MERGED
2008/05/06 08:23:08 jl 1.7.100.3: #i86651# included packageconstants.hxx instead of PackageConstants.hxx 2008/05/05 13:28:13 jl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/08 15:43:27 mav 1.7.100.1: #i86651# add Version property
Diffstat (limited to 'package/source/manifest')
-rw-r--r--package/source/manifest/ManifestDefines.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/source/manifest/ManifestDefines.hxx b/package/source/manifest/ManifestDefines.hxx
index 90398acbc5e7..a2d8e92475bb 100644
--- a/package/source/manifest/ManifestDefines.hxx
+++ b/package/source/manifest/ManifestDefines.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ManifestDefines.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -30,6 +30,8 @@
#ifndef _MANIFEST_DEFINES_HXX
#define _MANIFEST_DEFINES_HXX
+#include <PackageConstants.hxx>
+
#define ELEMENT_MANIFEST "manifest:manifest"
#define ATTRIBUTE_XMLNS "xmlns:manifest"
#define MANIFEST_NAMESPACE "http://openoffice.org/2001/manifest"
@@ -39,6 +41,7 @@
#define ELEMENT_FILE_ENTRY "manifest:file-entry"
#define ATTRIBUTE_FULL_PATH "manifest:full-path"
+#define ATTRIBUTE_VERSION "manifest:version"
#define ATTRIBUTE_MEDIA_TYPE "manifest:media-type"
#define ATTRIBUTE_SIZE "manifest:size"