diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-28 11:48:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-28 11:57:28 +0100 |
commit | 45ca1bfc22f5d6857aeefc1e444f369cf6519805 (patch) | |
tree | 47b0ca41002ac8adbb00f2a7d8bff916c0466c06 /scp2 | |
parent | eef94c1655605ce890f182e31f3cc64ee3748625 (diff) |
Fold URE: Linux ure/lib/* -> program/
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
(and juh.jar had lacked adaption for Mac OS X).
Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/inc/macros.inc | 2 | ||||
-rw-r--r-- | scp2/source/ooo/ure.scp | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 0f21cdffb758..514c3152254c 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -80,7 +80,7 @@ #define GID_DIR_URE_BIN gid_Dir_Ure_Bin #endif #define GID_DIR_URE_JAVA gid_Dir_Ure_Java - #define GID_DIR_URE_LIB gid_Dir_Ure_Lib + #define GID_DIR_URE_LIB gid_Brand_Dir_Program #define GID_DIR_URE_SHARE gid_Dir_Ure_Share #endif diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index 4c250b910664..819ac0f873c3 100644 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -41,13 +41,6 @@ End #endif #if !defined WNT -Directory gid_Dir_Ure_Lib - ParentID = gid_Dir_Common_Ure; - DosName = "lib"; -End -#endif - -#if !defined WNT Directory gid_Dir_Ure_Share ParentID = gid_Dir_Common_Ure; DosName = "share"; @@ -346,7 +339,6 @@ Module gid_Module_Root_Ure_Hidden Default = YES; Styles = (HIDDEN_ROOT); Dirs = (gid_Dir_Ure_Bin, - gid_Dir_Ure_Lib, gid_Dir_Ure_Misc, gid_Dir_Ure_Share, gid_Dir_Ure_Java, |