Commit Graph

39 Commits

Author SHA1 Message Date
3656a57e88 add mode lines to new files (and idls) since last run
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-22 12:21:34 +01:00
6ea6a422fb s/wiki.services.openoffice.org/wiki.openoffice.org/g
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
2013-09-07 14:21:22 +02:00
5051209534 Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK.  Turns out
  this was explicitly included in ~all examples Makefiles, but only after
  settings.mk where it is now used, so include it in settings.mk now and dropped
  it from all the exmaples Makefiles.

* The old settings.mk was apparently confused with using /MT ("link with
  LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
  command line (where it was ignored), and you apparently can't pass both
  together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
  /MTd).  No idea if that is exactly right, however.

* Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
  msvcrt.lib vs. msvcrtd.lib on Windows.  Adapted examples Makefiles and
  /ure/source/uretest/Makefile accordingly.  Some examples Makefiles
  additionally use msvcprt.lib, no idea whether that still needs to be
  addressed.

Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2013-04-19 14:02:18 +02:00
14a2413530 Adapt SDK to -B removed from cppumaker/javamaker
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
2013-04-11 14:24:08 +02:00
2b4fd2c89a re-base on ALv2 code. Includes:
Patches contributed by Pedro Giffuni:
    Avoid some uses of non portable #!/bin/bash in shell scripts.
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    Reduce the dependencies on non standard GNU copy.
    http://svn.apache.org/viewvc?view=revision&revision=1238684
    Correct /usr/bin/env path.
    http://svn.apache.org/viewvc?view=revision&revision=1235619

    Complex Toolbar Controls Extension from the SDK
    Patches contributed by Ariel Constenla-Haile
    http://svn.apache.org/viewvc?view=revision&revision=1190390
    i118615 - make epm more verbose
    http://svn.apache.org/viewvc?view=revision&revision=1204288

    Patches contributed by Mathias Bauer (and others)
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326

    Patches contributed by Juergen Schmidt:
    jsc341: i117327: take care if no dependency node in current
    description exists, create one
    http://svn.apache.org/viewvc?view=revision&revision=1172101
    jsc341: i117327: add extra extension dependency check
    http://svn.apache.org/viewvc?view=revision&revision=1172098
    make initial branding changes
    http://svn.apache.org/viewvc?view=revision&revision=1231878

    Patches contributed by Ingo Schmidt
    native373: #i117733# no linux jre installation on 64 bit systems
    http://svn.apache.org/viewvc?view=revision&revision=1167536
    native373: ##164464# improve debian support
    http://svn.apache.org/viewvc?view=revision&revision=1167537

    Patch contribtued by Armin Le-Grand:
    Changed various aspects concerning usages of old vendor names
    http://svn.apache.org/viewvc?view=revision&revision=1293313

fix for neon webdav, remove coinmp bits, improve odk script,
cleanup & remove OS/2 conditionals, system ucpp fixes,
remove OS/2 conditionals, restore our license filenames.
2012-11-12 11:46:43 +00:00
6bf09ecf1d Java cleanup, remove unnecessary imports
I guess I missed some last time :-)

Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10 23:43:38 +02:00
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +01:00
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01:00
1296914c84 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
6df63a0fa7 CWS-TOOLING: integrate CWS sdk31fix_DEV300
2009-04-03 15:43:49 +0200 jsc  r270492 : correct classpath
2009-04-02 16:27:49 +0200 jsc  r270416 : fix typo in run target and classpath
2009-04-02 16:27:14 +0200 jsc  r270415 : remove Inspector example, change docu to link into the wiki on the related project page
2009-04-01 14:07:33 +0200 jsc  r270327 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:57:53 +0200 jsc  r270315 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 11:47:59 +0200 jsc  r270314 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:33:10 +0200 jsc  r270304 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:30:39 +0200 jsc  r270303 : #i100723# add Uno-Type-Path to jar manifest
2009-04-01 09:29:19 +0200 jsc  r270301 : #i100712# change header image version number
2009-04-22 12:39:28 +00:00
7693cd4bf0 INTEGRATION: CWS jsc21 (1.18.74); FILE MERGED
2008/05/23 11:49:22 jsc 1.18.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
2008-07-11 13:30:17 +00:00
ecf6bf77c0 INTEGRATION: CWS jsc17 (1.17.18); FILE MERGED
2007/01/22 15:35:32 jsc 1.17.18.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007-01-25 10:09:22 +00:00
3a5190b782 INTEGRATION: CWS jsc14 (1.16.8); FILE MERGED
2006/10/30 11:09:45 jsc 1.16.8.1: #i70996# exchange the makefile
2006-11-06 14:07:59 +00:00
44a328c03e INTEGRATION: CWS jl44 (1.15.76); FILE MERGED
2006/09/07 13:28:16 jl 1.15.76.1: #69363# new example component that shows use of simple license mechanism
2006-10-04 15:22:29 +00:00
45454049ef INTEGRATION: CWS sdkbugfix02 (1.14.10); FILE MERGED
2005/03/03 15:42:08 jsc 1.14.10.1: #41142# replace make with internal MAKE variable
2005-03-29 11:16:58 +00:00
e372be60cf INTEGRATION: CWS sdksample (1.4.124); FILE MERGED
2004/06/25 15:48:02 jsc 1.4.124.1: #i29308# use of new UNO features
2005-01-31 16:13:18 +00:00
0b6078694e INTEGRATION: CWS sdksample (1.5.124); FILE MERGED
2004/06/25 15:48:02 jsc 1.5.124.1: #i29308# use of new UNO features
2005-01-31 16:13:05 +00:00
10452b04c3 INTEGRATION: CWS sdksample (1.2.124); FILE MERGED
2004/06/25 15:48:01 jsc 1.2.124.1: #i29308# use of new UNO features
2005-01-31 16:12:54 +00:00
2fdc6de1fa INTEGRATION: CWS sdksample (1.13.4); FILE MERGED
2005/01/28 10:06:26 jsc 1.13.4.12: #i29308# prepare path for del command (windows only)
2004/11/11 10:33:56 jsc 1.13.4.11: #i29308# adapted
2004/10/29 07:33:55 jsc 1.13.4.10: #i29308# cleanup
2004/10/22 13:05:55 jsc 1.13.4.9: #i35871# adapt for Java 5.0
2004/10/08 13:58:44 jsc 1.13.4.8: #i29308# insert package manifest
2004/08/24 15:04:26 jsc 1.13.4.7: #i29308# use of new UNO package extension
2004/07/30 14:30:09 jsc 1.13.4.6: #i29308# use quotes for unopath option
2004/07/30 08:36:31 jsc 1.13.4.5: #i29308# adjust ECHOLINE for windows
2004/07/29 12:22:52 jsc 1.13.4.4: #i29308# insert ECHOLINE macro to dump an empty line in manifest files
2004/06/25 15:48:01 jsc 1.13.4.3: #i29308# use of new UNO features
2004/06/07 15:54:53 jsc 1.13.4.2: #i29308# use new bootstrap feature
2004/06/07 12:23:56 jsc 1.13.4.1: #i29308# modify dependcies
2005-01-31 16:12:41 +00:00
98a44c6ffa INTEGRATION: CWS sdk13 (1.12.94); FILE MERGED
2004/05/05 09:31:45 jsc 1.12.94.1: #116658# merge cinnabar changes
2004-05-18 12:31:12 +00:00
42f6c2ba6f INTEGRATION: CWS sdk06 (1.11.2); FILE MERGED
2003/07/03 14:54:19 jsc 1.11.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-07-09 09:41:23 +00:00
c2314e4820 INTEGRATION: CWS sdk04 (1.3.28); FILE MERGED
2003/06/24 11:13:11 jsc 1.3.28.1: #110313# insert source license header
2003-06-30 14:56:59 +00:00
b60fe71d27 INTEGRATION: CWS sdk04 (1.4.28); FILE MERGED
2003/06/24 11:13:10 jsc 1.4.28.1: #110313# insert source license header
2003-06-30 14:56:46 +00:00
32bda31415 INTEGRATION: CWS sdk04 (1.1.70); FILE MERGED
2003/06/24 11:13:10 jsc 1.1.70.1: #110313# insert source license header
2003-06-30 14:56:36 +00:00
29f51eb750 INTEGRATION: CWS sdk04 (1.10.6); FILE MERGED
2003/06/24 11:13:09 jsc 1.10.6.1: #110313# insert source license header
2003-06-30 14:56:25 +00:00
ec377d8cd1 INTEGRATION: CWS sdk02 (1.9.6); FILE MERGED
2003/05/14 11:46:11 jsc 1.9.6.1: #109045# insert JAVAC_FLAGS option
2003-06-10 09:47:20 +00:00
9ef131f8c6 INTEGRATION: CWS sdk01 (1.5.12.1.6); FILE MERGED
2003/04/10 11:42:06 jsc 1.5.12.1.6.1: #108799# use new naming convention for uno components
2003-04-17 08:48:36 +00:00
62c63d3402 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-26 12:40:54 +00:00
d720cc6c45 #107931# synch with OOO_STABLE_1 2003-02-28 16:41:28 +00:00
c1d7ce84fd #99053# to be synchronized with OOO_STABLE_1 2003-01-31 16:08:36 +00:00
5758d0db6d #99053# mdoified, new build env 2002-12-20 10:51:33 +00:00
2b27c9648f #99053# change classpath settings 2002-07-01 10:17:45 +00:00
c31e83a937 #99053# change auto deployment variable 2002-05-28 10:07:10 +00:00
8516500bf7 #99053# change CLASSPATH 2002-05-08 15:32:12 +00:00
e033bb94c5 #96251# Changed method getImplementationId(), so that it will return an empty byte array. 2002-01-11 09:31:50 +00:00
7da6f4aa3a #87796# Introduced component context. 2001-12-12 12:32:15 +00:00
3f86d14983 #87796# Added an example for a minimal UNO component. 2001-11-09 08:17:10 +00:00
08e61e95c7 #87796# Added an example for a minimal UNO component. 2001-11-09 08:07:28 +00:00
ff4c86ff37 Added an example for a minimal UNO component. 2001-11-09 08:05:47 +00:00