diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-20 11:20:56 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-20 11:20:56 +0000 |
commit | 9048ff4beec57589538662c5d39e1d3ae4a89d33 (patch) | |
tree | 16218a72ed0ef49a185c2f751ca3a8584e221981 | |
parent | 3c75ac93434f06ee6413a91ba4173c9f39073d19 (diff) |
INTEGRATION: CWS newscpzip2 (1.1.48); FILE MERGED
2004/03/23 15:19:43 is 1.1.48.1: i25325# StarRegistryItems in new installer
-rw-r--r-- | scp2/inc/macros.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 92c67b1b56e3..b64be15404e3 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -211,6 +211,14 @@ Styles = (PACKED,DONT_OVERWRITE); \ End +#define UNO_JAR_FILE(id,name) \ + File id \ + TXT_FILE_BODY; \ + Name = STRING(CONCAT2(name,.jar)); \ + Dir = gid_Dir_Classes; \ + Styles = (PACKED,DONT_OVERWRITE, UNO_COMPONENT); \ + End + #define JARFILENAME(name) STRING(CONCAT2(name,.jar)) #define PACKED_SHELLNEW_FILE_BODY \ |