From 8524330a746da6bd26ca5676b48cdce6bb722380 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 Nov 2011 16:57:23 +0100 Subject: Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}. Those bootstrap variables now support * 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/. --- ure/source/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ure/source') 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. -- cgit