summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-02 16:57:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-02 17:25:36 +0100
commit8524330a746da6bd26ca5676b48cdce6bb722380 (patch)
tree3ab7235160fdc8e67b9f0436f4381d71757bf98c /ure
parent4ab6d2841dc47219d443e18f007f7b9893705966 (diff)
Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.
Those bootstrap variables now support <XXX>* syntax to include all files (non- recursively) contained in the directory denoted by XXX. Optional components can put their data simply into program/services/ and program/types/.
Diffstat (limited to 'ure')
-rw-r--r--ure/source/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/ure/source/README b/ure/source/README
index 64fa40bdb169..1463e04fdbbb 100644
--- a/ure/source/README
+++ b/ure/source/README
@@ -273,6 +273,11 @@ types.rdb and services.rdb files. That is, you cannot store additional
types.rdb and services.rdb files in a Documents and Settings\All
Users\Application Data\URE directory.
+URE_MORE_TYPES and URE_MORE_SERVICES each contain zero or more space-separated
+URI descriptors. A URI descriptor is either a URI (denoting an individual file)
+or a URI embeded in "<" and ">*" (denoting all the files contained non-
+recursively within the directory denoted by the given URI).
+
The Java UNO environment needs type information in the form of Java class files
instead of rdb files. Additional types are searched for in any URLs listed in
the public deployment variable URE_MORE_JAVA_TYPES.