Commit graph

2309 commits

Author SHA1 Message Date
Kurt Zenker
867b9406d2 #i10000# do not use a global variable 2009-11-16 21:01:44 +01:00
Hans-Joachim Lankenau
6c035c5af3 #i10000# packing without UPDMINOREXT set 2009-11-16 16:25:14 +01:00
Kurt Zenker
543223119b CWS-TOOLING: integrate CWS ause109 2009-11-13 18:14:20 +01:00
Kurt Zenker
cb663e30a9 CWS-TOOLING: integrate CWS pdbrelocation01 2009-11-13 17:04:44 +01:00
Kurt Zenker
243b14f286 CWS-TOOLING: integrate CWS ause103 2009-11-13 16:24:46 +01:00
Kurt Zenker
23fb6b010d #i106558# optimizing methods get_active_modules and is_active 2009-11-10 17:38:05 +01:00
Kurt Zenker
f68e2be0ed #i106558# changes after review 2009-11-10 17:08:29 +01:00
Kurt Zenker
c942bbb6a5 #i106558# output warning in get_module_path only if debug is set 2009-11-09 13:05:39 +01:00
Kurt Zenker
787d142a4c #i106558# optimize get_active_modules and is_active and errorhandling if no modules found 2009-11-06 14:19:42 +01:00
Vladimir Glazunov
cd97cfbaf1 #i100000# corrected e-mail address 2009-11-06 13:10:39 +01:00
Kurt Zenker
cd2a15f641 #i106558 fix methode is_active 2009-11-04 13:23:00 +01:00
Kurt Zenker
378acfdf57 #i106558# different fixes 2009-11-02 14:49:27 +01:00
Kurt Zenker
90806bc0f9 #i106545# add missing unit declarations 2009-11-02 11:52:13 +01:00
Hans-Joachim Lankenau
841c23eeaf ause103: update to DEV300 m63 2009-10-30 18:16:50 +01:00
Kurt Zenker
ca3a8a8d68 #160940# adaptions for source_config 2009-10-30 12:28:15 +01:00
Hans-Joachim Lankenau
38c6ee6c2c ause103: update to DEV300 m62 2009-10-28 14:07:42 +01:00
Hans-Joachim Lankenau
012114fb91 ause109: #i106228# generated C files won't need stl header 2009-10-26 20:03:30 +01:00
Hans-Joachim Lankenau
918d66fd37 ause109: #i106228# initialize first 2009-10-26 19:49:37 +01:00
Vladimir Glazounov
58b464e655 CWS-TOOLING: integrate CWS hr74 2009-10-26 13:03:45 +00:00
Hans-Joachim Lankenau
220a3379d9 ause109: #i106228# generate names that don't trigger windows Data Execution Prevention 2009-10-23 17:28:10 +02:00
Vladimir Glazounov
e89f88f7f1 CWS-TOOLING: integrate CWS buildverbosity
2009-10-13 15:51:48 +0200 fs  r276867 : allow building with 'nodep'==''
2009-10-11 22:39:56 +0200 fs  r276820 : silence a compiler warning in a file only used when VERBOSE!=""
2009-10-09 14:37:43 +0200 fs  r276807 : let not override the non-presence of $VERBOSE the given command line arguments
2009-10-09 14:36:25 +0200 fs  r276806 : also deliver spirit/home/classic/debug/impl
2009-10-08 13:38:07 +0200 fs  r276789 : not that many line feeds in --show mode
2009-10-08 13:13:01 +0200 fs  r276788 : minor adjustments requested by hjs:
- replaced space/tab mixes at beginning of lines with mere tab
- made "nothing to update" message for the ZIPALLTARGET target more prominent
- removed useless "echo > /dev/nul" statements
2009-10-07 13:32:12 +0200 fs  r276753 : #i105585#
2009-10-07 11:31:59 +0200 fs  r276742 : #i10000# missing dependency between stoc/security and stoc/util
2009-10-06 22:59:59 +0200 fs  r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61)
2009-09-29 12:04:58 +0200 fs  r276518 : #i10000#
2009-09-29 12:04:25 +0200 fs  r276517 : oops
2009-09-29 12:01:07 +0200 fs  r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:59:29 +0200 fs  r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:52:32 +0200 fs  r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request
2009-09-29 11:44:16 +0200 fs  r276513 : do not duplicate IDLC call commands with different verbosity switches
2009-09-28 21:43:50 +0200 thb  r276502 : #i84497# fixed potential recursive macro def + extra ls
 * solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning
   and my spurious "recursive macro definition" error
 * solenv/inc/tg_app.mk: one extra ls silenced for app target (and 
   quiet mode, that goes without saying)
2009-09-23 08:57:01 +0200 fs  r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call
2009-09-21 11:42:26 +0200 fs  r276320 : ignore output paths
2009-09-21 11:04:27 +0200 fs  r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity
2009-09-21 10:30:14 +0200 fs  r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO=""
While both are equivalent at the moment, COMMAND_ECHO finally is an implementation
default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag
2009-09-21 09:56:57 +0200 fs  r276311 : forgot to re-generate from tg_zip before committing
2009-09-21 09:52:11 +0200 fs  r276310 : #i84497# even less verbosity
2009-09-17 11:02:47 +0200 fs  r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE
2009-09-15 22:59:37 +0200 fs  r276189 : #i105022# copy fix for this P1 into this CWS
2009-09-15 11:56:35 +0200 fs  r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58)
2009-09-14 17:45:10 +0200 fs  r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance)
2009-09-14 15:01:33 +0200 fs  r276124 : #i10000#
2009-09-11 23:58:46 +0200 thb  r276083 : #i84497#: More quiet-build fine tuning
 - silenced rsc for real (properly filtering options for 
   cpp, and a pretty brutal amputation of the tool blurp,
   which would have needed cmd opt parser duplication)
 - silenced deliver.pl
 - silenced checkdll.sh
 - silenced zip via -q (in quiet mode)
 - silenced various idl, resource, transex whatever tool,
   passing appropriate options down to them '-QQ' sometimes
 - silenced dmake, pointless blurb that something does *not*
   need update removed
 - silenced the old starview idl compiler, to not output
   tool's name & progress chars in quiet mode
2009-09-11 21:13:59 +0200 thb  r276081 : #i84497#: More bits on the quiet mode of the build.
The bulk of the changes is disabling those annoying 
"echo ------------------" lines for the quiet build,
which has the stretch goal of outputting *exactly*
one line per file compiled/linked/processed.
Apart from that, silenced a few especialy annoying
module-specific makefiles (basically adding 
$(COMMAND_ECHO) in front of a gazillion rules).
Additionally, slightly tweaked what idlc regards
verbose, normal, and quiet mode; this was to have it
echo exactly one line per idl file processed (the
fact that quiet mode did not echo *anything* for idl
files was a bit too much for my taste) 
2009-09-04 09:14:35 +0200 fs  r275777 : don't emit the link parameters if VERBOSE!=TRUE
2009-09-02 10:31:15 +0200 fs  r275700 : #i10000#
2009-09-02 08:44:14 +0200 fs  r275697 : update svn:ignore to ignore the output paths
2009-09-02 08:40:54 +0200 fs  r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:40:28 +0200 fs  r275694 : GRAPHITE is missing in the BUILD_TYPE
2009-09-02 08:40:05 +0200 fs  r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:25 +0200 fs  r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:02 +0200 fs  r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:38:09 +0200 fs  r275690 : #i84497# less verbose output during build
2009-09-02 08:37:06 +0200 fs  r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-10-21 10:43:22 +00:00
Kurt Zenker
47c6970837 CWS-TOOLING: integrate CWS hr66
2009-10-08 Jens-Heiner Rechtien #i105684#: can_use_hardlinks(): fix stat() return values
2009-10-07 Jens-Heiner Rechtien #105684#: write default-push path to .hg/hgrc; check for availibility of 'outgoing' repoistory before pulling
2009-10-07 Jens-Heiner Rechtien #105684#: time clone and solver operations
2009-10-07 Jens-Heiner Rechtien #105684#: LAN clone, milestone only clone
2009-10-07 Jens-Heiner Rechtien #105684#: implement 'cws fetch' for mercurial based child workspaces
2009-10-15 14:29:12 +00:00
Vladimir Glazounov
0c2d194037 #i10000# fix for single module multiprocessing builds 2009-10-15 13:52:26 +00:00
Kurt Zenker
5dba36b682 CWS-TOOLING: integrate CWS rpm4lngx
2009-10-06 14:38:50 +0200 vg  r276703 : #160779# new environment for unxlngx6
2009-10-14 17:49:00 +00:00
Release Engineers
3052ee591e #i10000# 2009-10-13 11:07:05 +00:00
Release Engineers
9668fa68fa #i10000# 2009-10-13 11:03:55 +00:00
Vladimir Glazounov
0f8d27d4b4 CWS-TOOLING: integrate CWS buildtool05
2009-09-29 10:58:16 +0200 vg  r276511 : #i105002#,#i105277#,#160100# manage build process via html page, some fixes
2009-09-30 06:32:26 +00:00
Hans-Joachim Lankenau
eede210b11 update to DEV300_m60 2009-09-28 17:14:56 +02:00
Ivo Hinkelmann
b98141205a CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00
Kurt Zenker
2ab9986bdf CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.
2009-09-10 22:44:47 +00:00
Kurt Zenker
6f971bb5a7 CWS-TOOLING: integrate CWS tkr24
2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT
2009-09-10 22:26:10 +00:00
Oliver Bolte
506d8c143e CWS-TOOLING: integrate CWS native265
2009-09-01 11:06:19 +0200 is  r275650 : #i104658# patch for mozbootstrap.dll
2009-08-31 16:52:35 +0200 is  r275615 : #160508# fixing typo
2009-08-31 16:35:50 +0200 is  r275614 : #160508# small code fixes
2009-09-09 04:08:29 +00:00
Oliver Bolte
ae0228cdb3 CWS-TOOLING: integrate CWS kick4nt 2009-09-07 13:35:07 +00:00
Hans-Joachim Lankenau
c6703df672 update to m57 2009-09-04 16:14:57 +02:00
Release Engineers
04bfd1562b #i10000# fix for building locally copied modules 2009-09-01 09:25:09 +00:00
Rüdiger Timm
51a8e2fe0e #i10000# 'deliver' sometimes fails in cases where several platforms simultaneously try to create the same big zip file in solver's 'common.pro' zip directory. 2009-08-31 08:48:51 +00:00
Release Engineers
9d33939ae0 CWS-TOOLING: integrate CWS hr65
2009-08-26 Jens-Heiner Rechtien #i104521#: implement 'setcurrent'; document --hg option to 'create'
2009-08-26 Jens-Heiner Rechtien #i104521#: SOAP method setSCMName() doesn't return a value
2009-08-26 Jens-Heiner Rechtien #i104521#: implement [set|get]_scm()
2009-08-26 Jens-Heiner Rechtien #i104521#: implement --hg switch to 'cws create'
2009-08-27 14:47:51 +00:00
Release Engineers
86792bd0e0 CWS-TOOLING: integrate CWS jl127
2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib.
2009-07-29 09:48:29 +0200 jl  r274443 : #i100873#
2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update
2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono
2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53)
2009-07-07 09:08:53 +0200 jl  r273768 : #100873#
2009-07-06 17:16:10 +0200 jl  r273754 : #100873#
2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme
2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler
2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files
2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build
2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono
2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150
2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150
2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono
2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono
2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono
2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport
2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt)
2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default
2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate
2009-06-16 11:23:50 +0200 jl  r273012 : #i10873#
2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize
2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize
2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe
2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt
2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered
2009-06-08 16:15:44 +0200 jl  r272739 : #i100873#
2009-06-08 16:04:54 +0200 jl  r272738 : #i100873#
2009-06-08 15:45:52 +0200 jl  r272736 : #i100873#
2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt
2009-06-08 09:45:46 +0200 jl  r272720 : #i100873#
2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct
2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module
2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme
2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs
2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE
2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command
2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES
2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss
2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment
2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate
2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate
2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE
2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE
2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module
2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function
2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module
2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module
2009-08-26 08:22:01 +00:00
Release Engineers
491476018b CWS-TOOLING: integrate CWS native262
2009-08-18 16:35:06 +0200 is  r275118 : #i102939# differ between ok-label and install-label
2009-08-13 17:24:47 +0200 is  r274960 : #i102939# mac languagepacks
2009-08-13 17:22:22 +0200 is  r274959 : #i102939# mac languagepacks
2009-08-13 17:15:01 +0200 is  r274958 : #i102939# mac languagepacks
2009-08-13 17:13:36 +0200 is  r274957 : #i102939# mac languagepacks
2009-08-13 17:12:57 +0200 is  r274956 : #i102939# mac languagepacks
2009-08-13 17:12:20 +0200 is  r274955 : #i102939# mac languagepacks
2009-08-13 17:11:41 +0200 is  r274954 : #i102939# mac languagepacks
2009-08-13 17:10:52 +0200 is  r274953 : #i102939# mac languagepacks
2009-08-26 06:41:14 +00:00
Vladimir Glazounov
3c93758381 CWS-TOOLING: integrate CWS buildsourceconfig
2009-08-21 11:01:55 +0200 releng  r275224 : #i104368# some clean-ups for incompatible etc modes
2009-08-21 09:52:22 +0200 releng  r275220 : #i104368# build tool and new perl module for multiple repositories
2009-08-25 13:43:43 +00:00
Vladimir Glazounov
412727e371 CWS-TOOLING: integrate CWS sb110
2009-08-05 15:28:43 +0200 sb  r274677 : CWS-TOOLING: rebase CWS sb110 to trunk@274622 (milestone: DEV300:m54)
2009-08-05 11:46:36 +0200 sb  r274646 : #i104018# fixed previous svn changeset 271712 (from issue 101244)
2009-07-20 14:41:56 +0200 sb  r274138 : CWS-TOOLING: rebase CWS sb110 to trunk@273858 (milestone: DEV300:m52)
2009-06-02 11:42:17 +0200 sb  r272489 : CWS-TOOLING: rebase CWS sb110 to trunk@272291 (milestone: DEV300:m49)
2009-05-08 12:46:51 +0200 sb  r271712 : #i101244# after DLLs have been moved from basis to brand layer on Windows, code that used SvtPathOptions::GetModulePath to located libraries had to be adapted
2009-05-08 10:10:43 +0200 sb  r271703 : #i101244# for performance reasons, on Windows move DLLs from basis to brand layer (i.e., next to executables); consequently eliminated some library duplications across the layers; adapted various code to the move
2009-05-08 09:54:44 +0200 sb  r271702 : #i101244# hardwire Python dynamic libraries and script files into base layer (even if other dynamic libraries will move to brand layer on Windows), mainly because the pyuno dynamic library is both linked against from other dynamic libraries (pythonloader.uno) and accessed via "import pyuno" from Python scripts
2009-05-07 17:18:30 +0200 sb  r271686 : #i101244# support NativeServicesURLPrefix on individual files; to implement that, changed meaning of global unomaxservices
2009-05-07 17:15:24 +0200 sb  r271685 : #i101244# take legacy_binfilters.rdb explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library); cleaned up dead code
2009-05-07 17:12:12 +0200 sb  r271684 : #i101244# take senddoc.exe explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library)
2009-05-07 17:11:33 +0200 sb  r271683 : #i101244# take odbcconfig.exe explicitly from $OOO_BASE_DIR/program (instead of implicitly next to some dynamic library)
2009-05-07 17:09:44 +0200 sb  r271682 : #i101244# read configmgr ini file explicitly from $OOO_BASE_DIR/program (instead of next to configmgr dynamic library)
2009-08-25 13:07:56 +00:00
Release Engineers
79801828e4 #i10000# added fallback for TMPDIR 2009-08-11 10:37:02 +00:00
Release Engineers
adff17ff66 CWS-TOOLING: integrate CWS tempdir
2009-08-03 21:39:51 +0200 cloph  r274596 : ups, broke the build, get_tmp_dir always creates additional dir (misnomer), use TMPPATH var
2009-08-03 18:03:30 +0200 cloph  r274593 : use get_tmp_dir for the html-output #i83414#
2009-08-03 17:51:06 +0200 cloph  r274590 : mention issue-number in description for GXX_INCLUDE_PATH workaround (100049)
whitespace cleanup
2009-07-25 15:05:27 +0200 rene  r274340 : #i100049# workaround for mandriva gcc
2009-07-25 14:15:08 +0200 rene  r274339 : #i83414#, #i83901#, #i103782# remove T(E)MP, rely on TMPDIR. Default to /tmp
2009-07-25 13:51:00 +0200 rene  r274337 : #i103805# missing @
2009-08-06 15:00:07 +00:00
Release Engineers
0c53c31250 CWS-TOOLING: integrate CWS sb108
2009-07-03 09:29:08 +0200 sb  r273678 : #i100407# reverted previous -c 269874 again (will be obsoleted by CWS moz2seamonkey01 soon, anyway)
2009-06-23 10:22:43 +0200 sb  r273261 : missing dependency
2009-06-22 12:35:51 +0200 sb  r273214 : CWS-TOOLING: rebase CWS sb108 to trunk@272827 (milestone: DEV300:m50)
2009-03-23 15:44:53 +0100 is  r269881 : #i100443# patch for bsd builds
2009-03-23 14:56:31 +0100 sb  r269874 : #i100407# fix for FreeBSD (patch by maho)
2009-08-05 13:37:54 +00:00
Hans-Joachim Lankenau
fcf218e305 merge to m54 2009-08-04 18:00:56 +02:00
Jens-Heiner Rechtien
6d0d1639b6 CWS-TOOLING: integrate CWS native258_DEV300
2009-07-16 13:55:09 +0200 is  r274050 : #i103569# providing minor and micro for udpate database
2009-07-29 15:47:31 +00:00
Jens-Heiner Rechtien
72fba2cc5f CWS-TOOLING: integrate CWS perftest09b
2009-07-22 08:34:25 +0200 lla  r274216 : #i103694# use bash as shell
2009-07-21 12:33:51 +0200 lla  r274178 : #160203#
2009-07-20 13:42:20 +0200 lla  r274124 : #106358# add helper tool to get access to rpm in the environment for SOI
2009-07-20 12:43:26 +0200 lla  r274119 : #i103656# compatiblity
2009-07-29 13:59:06 +00:00
Jens-Heiner Rechtien
97386ba33e CWS-TOOLING: integrate CWS smoketest23
2009-07-27 14:24:59 +0200 kz  r274367 : #159577# correct permission after calling admin.pm
2009-07-22 15:45:19 +0200 kz  r274245 : #159577# create path before calling admin.pm
2009-07-10 17:45:31 +0200 kz  r273904 : #159577# fix for cygwin
2009-07-10 17:41:12 +0200 kz  r273903 : #159577# dif. lineend fixed
2009-07-01 17:32:09 +0200 kz  r273608 : #159577# an exithandler can be used from smoketest
2009-07-01 17:27:50 +0200 kz  r273607 : #159577# now smoketest can use admin.pm for installation on windows
2009-07-28 16:16:54 +00:00
Jens-Heiner Rechtien
0fd3b3464b CWS-TOOLING: integrate CWS so91s10u8_DEV300
2009-07-21 09:12:39 +0200 releng  r274160 : #b6835838#
2009-07-21 09:10:03 +0200 releng  r274158 : #b6836360#
2009-06-26 16:18:53 +0200 releng  r273427 : #i10000# remove wrong elsif lines
2009-06-26 13:54:07 +0200 obo  r273408 : #b6836339#,#b6835838#,#b6836573#,#b6836360#,#b6840384#,#b6836711#,#159633#,#159138#,#b6838895#,#b6836340#,#b6836712# initial changes
2009-07-28 15:05:10 +00:00
Jens-Heiner Rechtien
1e87b314e7 CWS-TOOLING: integrate CWS native256
2009-07-15 10:53:01 +0200 is  r273996 : #i103325# new product ooodev sdk
2009-07-15 10:49:33 +0200 is  r273995 : #i103325# new product ooodev sdk
2009-07-28 10:56:08 +00:00