summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-12INTEGRATION: CWS dmake48 (1.1.2); FILE ADDEDOliver Bolte
2007/04/09 13:22:59 vq 1.1.2.3: #i73499# Fix bash syntax typo. 2007/04/09 03:27:03 vq 1.1.2.2: #i73499# Make test work on Solaris. 2007/03/23 20:40:40 vq 1.1.2.1: #i73499# Add documentation and testcase.
2007-06-12INTEGRATION: CWS dmake48 (1.5.2); FILE MERGEDOliver Bolte
2007/03/23 20:40:40 vq 1.5.2.1: #i73499# Add documentation and testcase.
2007-06-12INTEGRATION: CWS dmake48 (1.6.2); FILE MERGEDOliver Bolte
2007/01/21 03:00:39 vq 1.6.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12INTEGRATION: CWS dmake48 (1.9.2); FILE MERGEDOliver Bolte
2007/04/24 17:42:29 vq 1.9.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.9.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.9.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:40 vq 1.9.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.9.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.9.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.9.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12INTEGRATION: CWS dmake48 (1.7.2); FILE MERGEDOliver Bolte
2007/04/24 17:42:29 vq 1.7.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.7.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.7.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:39 vq 1.7.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.7.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.7.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.7.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12INTEGRATION: CWS dmake48 (1.4.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:38 vq 1.4.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/01/30 02:39:45 vq 1.4.2.1: #i73996# Avoid relative paths going up to the root directory.
2007-06-12INTEGRATION: CWS dmake48 (1.9.2); FILE MERGEDOliver Bolte
2007/03/19 04:58:52 vq 1.9.2.6: #i73499# Restrict function to cygwin only use. 2007/03/18 15:02:10 vq 1.9.2.5: #i73499# Add missing include statement. 2007/03/17 19:00:38 vq 1.9.2.4: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/03/17 02:36:27 vq 1.9.2.3: #i10000# Trivial fix. 2007/03/14 00:51:37 vq 1.9.2.2: #i10000# No real change, only comments were added or modified. 2007/01/30 02:39:45 vq 1.9.2.1: #i73996# Avoid relative paths going up to the root directory.
2007-06-12INTEGRATION: CWS dmake48 (1.10.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:38 vq 1.10.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.2.2); FILE MERGEDOliver Bolte
2007/01/30 02:39:45 vq 1.2.2.2: #i73996# Avoid relative paths going up to the root directory. 2007/01/21 23:21:12 vq 1.2.2.1: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this.
2007-06-12INTEGRATION: CWS dmake48 (1.8.2); FILE MERGEDOliver Bolte
2007/04/09 03:06:53 vq 1.8.2.6: #i73499# Fix potential problem with m_at getting freed without being initalized first. 2007/03/24 04:29:04 vq 1.8.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/17 19:00:38 vq 1.8.2.4: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/01/30 02:39:45 vq 1.8.2.3: #i73996# Avoid relative paths going up to the root directory. 2007/01/27 00:51:12 vq 1.8.2.2: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious. Also commit some small macro relates clean ups and comment changes. 2007/01/23 02:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.
2007-06-12INTEGRATION: CWS dmake48 (1.6.16); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.6.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.5.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.5.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/01/27 00:51:12 vq 1.5.2.1: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious. Also commit some small macro relates clean ups and comment changes.
2007-06-12INTEGRATION: CWS dmake48 (1.8.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.8.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/01/23 02:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.
2007-06-12INTEGRATION: CWS dmake48 (1.10.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.10.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.3.16); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.3.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.6.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.6.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.9.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:37 vq 1.9.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp
2007-06-12INTEGRATION: CWS dmake48 (1.8.2); FILE MERGEDOliver Bolte
2007/03/17 19:00:36 vq 1.8.2.3: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros. This attribute is specific for cygwin dmake executables and non-cygwin environments ignore this attribute. The windows style paths use regular slashes ('/') instead of the usual windows backslash ('\') as directory separator to avoid quoting problems (It still is a cygwin dmake!) and cygwin as well as native windows programs should have no problems using this (c:/foo/bar) path representation. The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) and $(TMD). Examples: Content of $(PWD) without .WINPATH (default): /cygdrive/c/temp Content of $(PWD) with .WINPATH set: c:/temp 2007/01/27 00:51:12 vq 1.8.2.2: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious. Also commit some small macro relates clean ups and comment changes. 2007/01/23 02:49:43 vq 1.8.2.1: #i10000# Remove warning and add error handling.
2007-06-12INTEGRATION: CWS dmake48 (1.27.2); FILE MERGEDOliver Bolte
2007/04/24 17:42:29 vq 1.27.2.3: #i73700# Release dmake 4.8. 2007/01/21 23:21:12 vq 1.27.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.27.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12INTEGRATION: CWS dmake48 (1.20.2); FILE MERGEDOliver Bolte
2007/04/24 17:42:28 vq 1.20.2.3: #i73700# Release dmake 4.8. 2007/01/21 23:21:12 vq 1.20.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:37 vq 1.20.2.1: #i73700# Bump version to 4.8-cvs.
2007-06-12INTEGRATION: CWS dmake48 (1.7.2); FILE MERGEDOliver Bolte
2007/04/24 17:42:28 vq 1.7.2.2: #i73700# Release dmake 4.8. 2007/03/23 20:40:39 vq 1.7.2.1: #i73499# Add documentation and testcase.
2007-06-12INTEGRATION: CWS dmake48 (1.6.2); FILE MERGEDOliver Bolte
2007/04/24 17:49:18 vq 1.6.2.4: #i10000# Update ChangeLog. 2007/03/27 17:23:15 vq 1.6.2.3: #i10000# Update ChangeLog. 2007/03/23 20:44:06 vq 1.6.2.2: #i10000# Update ChangeLog. 2007/03/17 18:43:51 vq 1.6.2.1: #i10000# Update ChangeLog.
2007-06-12INTEGRATION: CWS rt21 (1.7.6); FILE MERGEDOliver Bolte
2007/06/08 13:49:21 rt 1.7.6.2: More cleanup (move creation of 'additional' dir from deliver.pl into modules). 2007/06/08 12:43:07 rt 1.7.6.1: #i78232# Remove delivery of *staticdatamembers.*
2007-06-12INTEGRATION: CWS rt21 (1.117.12); FILE MERGEDOliver Bolte
2007/06/08 15:32:58 rt 1.117.12.9: #i78236# Quoting. 2007/06/08 13:55:47 rt 1.117.12.8: #i78232# Remove default delivery of *staticdatamembers.* 2007/06/08 13:54:37 rt 1.117.12.7: #i78236# New option 'checkdlst': warns about missing 'mkdir's, overwrites, and entries of non-existing files to be delivered from source tree. 2007/06/07 11:51:18 rt 1.117.12.6: Join changes from rev. 1.116.44.1 (CWS ause079). 2007/06/07 08:53:39 rt 1.117.12.5: Remove obsolete macro '%UPD%'. 2007/06/07 08:52:37 rt 1.117.12.4: Remove obsolete macro '%UPD%'. 2007/06/07 08:22:44 rt 1.117.12.3: #i78168# 'hedabu_obsolete' now only changes local includes by adding module name to inc path. Therefore rename functionality into 'addincpath'. 2007/06/07 08:01:03 rt 1.117.12.2: #i78168# Remove __SOLAR_PRIVATE hack and source beautifying from hedabu_obsolete. 2007/06/07 07:30:50 rt 1.117.12.1: #i78035# Do not strip (precompiled) windows files from linux.
2007-06-11INTEGRATION: CWS vcl78 (1.184.6); FILE MERGEDOliver Bolte
2007/05/15 11:08:15 pl 1.184.6.1: #i77363# remove libpaper
2007-06-11INTEGRATION: CWS vcl78 (1.141.6); FILE MERGEDOliver Bolte
2007/05/15 11:26:00 rene 1.141.6.1: #i77363# remove LIBPAPER_LINK also from set_soenv.in
2007-06-11INTEGRATION: CWS vcl78 (1.201.6); FILE MERGEDOliver Bolte
2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.179.12); FILE MERGEDOliver Bolte
2007/06/07 13:50:39 hjs 1.179.12.4: #i66426# regenerate after resync for tinderbox/buildbot 2007/05/25 10:45:22 cd 1.179.12.3: RESYNC: (1.179-1.186); FILE MERGED 2007/04/02 14:35:27 hjs 1.179.12.2: #i66426# fix variable names 2007/03/28 13:42:34 hjs 1.179.12.1: #i66426# specify intro and about bitmaps
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.183.58); FILE MERGEDOliver Bolte
2007/05/25 11:49:25 cd 1.183.58.3: RESYNC: (1.183-1.189); FILE MERGED 2007/03/29 11:20:43 cd 1.183.58.2: i66426# Patch flag for new intro.zip must be set 2007/03/27 07:31:53 cd 1.183.58.1: i66426# Use a zip archive to transport intro and about bitmap. They a primary used for branding
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.136.10); FILE MERGEDOliver Bolte
2007/05/25 10:45:45 cd 1.136.10.3: RESYNC: (1.136-1.144); FILE MERGED 2007/04/02 14:35:38 hjs 1.136.10.2: #i66426# fix variable names 2007/03/28 11:25:57 cd 1.136.10.1: i66426# New mechanism to define external intro+about bitmaps
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.197.10); FILE MERGEDOliver Bolte
2007/05/25 10:45:38 cd 1.197.10.3: RESYNC: (1.197-1.204); FILE MERGED 2007/04/02 14:35:37 hjs 1.197.10.2: #i66426# fix variable names 2007/03/28 11:25:56 cd 1.197.10.1: i66426# New mechanism to define external intro+about bitmaps
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.47.16); FILE MERGEDOliver Bolte
2007/05/25 10:44:34 cd 1.47.16.2: RESYNC: (1.47-1.51); FILE MERGED 2007/03/27 11:45:15 hjs 1.47.16.1: #i66426# intro and about bmp resorted - take care of the nologo versions
2007-06-11INTEGRATION: CWS oointroaboutbrand (1.66.12); FILE MERGEDOliver Bolte
2007/05/25 10:44:27 cd 1.66.12.3: RESYNC: (1.66-1.67); FILE MERGED 2007/03/27 11:45:15 hjs 1.66.12.2: #i66426# intro and about bmp resorted - take care of the nologo versions 2007/03/26 13:14:52 hjs 1.66.12.1: #i66426# intro and about bmp resorted
2007-06-08#i78107# ...without disabling debug buildsHans-Joachim Lankenau
2007-06-08#i78204# Correct definition of JVMFWKLIB (somehow got corrupted on CWS ↵Rüdiger Timm
mingwport04).
2007-06-07#i10000# export perlIvo Hinkelmann
2007-06-06SRC680Ivo Hinkelmann
2007-06-06INTEGRATION: CWS ka009 (1.15.188); FILE MERGEDIvo Hinkelmann
2007/05/09 14:54:13 hjs 1.15.188.1: #i66679# sorted image lists
2007-06-06INTEGRATION: CWS ka009 (1.1.2); FILE ADDEDIvo Hinkelmann
2007/05/09 14:54:14 hjs 1.1.2.1: #i66679# sorted image lists
2007-06-06INTEGRATION: CWS cmcfixes34 (1.233.4); FILE MERGEDIvo Hinkelmann
2007/05/21 13:37:29 cmc 1.233.4.1: #i77642# advised to add PATCH flag for new library
2007-06-06INTEGRATION: CWS ause080 (1.29.4); FILE MERGEDIvo Hinkelmann
2007/06/05 11:11:22 hjs 1.29.4.1: #i78107# use -Zd if ENABLE_CRASHDUMP set but UPDATER isn't set
2007-06-05INTEGRATION: CWS bgdlremove (1.188.4); FILE MERGEDIvo Hinkelmann
2007/05/25 12:43:57 kso 1.188.4.3: RESYNC: (1.189-1.190); FILE MERGED 2007/05/21 11:02:05 kso 1.188.4.2: RESYNC: (1.188-1.189); FILE MERGED 2007/05/11 09:09:14 kso 1.188.4.1: #i76911# ucbhelper3 => ucbhelper4. ==> include pagein-common in patch.
2007-06-05INTEGRATION: CWS bgdlremove (1.230.4); FILE MERGEDIvo Hinkelmann
2007/05/25 12:43:49 kso 1.230.4.3: RESYNC: (1.233-1.234); FILE MERGED 2007/05/21 11:01:58 kso 1.230.4.2: RESYNC: (1.230-1.233); FILE MERGED 2007/05/11 09:08:32 kso 1.230.4.1: #i76911# - ucbhelper3 => ucbhelper4.
2007-06-05INTEGRATION: CWS aquabundle (1.37.114); FILE MERGEDIvo Hinkelmann
2007/05/24 20:52:30 obr 1.37.114.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05INTEGRATION: CWS aquabundle (1.50.18); FILE MERGEDIvo Hinkelmann
2007/05/24 20:52:30 obr 1.50.18.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05INTEGRATION: CWS aquabundle (1.230.12); FILE MERGEDIvo Hinkelmann
2007/05/24 21:20:22 obr 1.230.12.1: #i74513# removed desktopbe1 for Mac OS X
2007-06-05INTEGRATION: CWS aquabundle (1.35.198); FILE MERGEDIvo Hinkelmann
2007/05/24 20:52:29 obr 1.35.198.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05INTEGRATION: CWS aquabundle (1.2.30); FILE MERGEDIvo Hinkelmann
2007/05/24 20:53:41 obr 1.2.30.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05INTEGRATION: CWS aquabundle (1.2.28); FILE MERGEDIvo Hinkelmann
2007/05/24 20:53:41 obr 1.2.28.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS
2007-06-05INTEGRATION: CWS obo12 (1.230.10); FILE MERGEDIvo Hinkelmann
2007/05/30 12:44:58 obo 1.230.10.2: RESYNC: (1.230-1.234); FILE MERGED 2007/05/23 13:09:19 obo 1.230.10.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO