summaryrefslogtreecommitdiff
path: root/odk/examples/java/PropertySet
AgeCommit message (Collapse)Author
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
Specifically the comment says: This method not longer necessary since OOo 3.4 where the component registration was changed to passive component registration. For more details see http://wiki.openoffice.org/wiki/Passive_Component_Registration Change-Id: Icfeec634ebc30a270533787b94e2a9a4318778db
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* 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
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-01jsc340: i114609: support passive component registrationJuergen Schmidt
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2007-01-25INTEGRATION: CWS jsc17 (1.14.124); FILE MERGEDOliver Bolte
2007/01/22 15:35:32 jsc 1.14.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.13.10); FILE MERGEDRüdiger Timm
2005/03/03 15:42:09 jsc 1.13.10.1: #41142# replace make with internal MAKE variable
2005-01-31INTEGRATION: CWS sdksample (1.1.2); FILE ADDEDRüdiger Timm
2005/01/12 15:26:25 jsc 1.1.2.1: #i39890# change to new OpenDocument format
2005-01-31INTEGRATION: CWS sdksample (1.12.4); FILE MERGEDRüdiger Timm
2005/01/28 10:06:26 jsc 1.12.4.10: #i29308# prepare path for del command (windows only) 2005/01/12 15:17:58 jsc 1.12.4.9: #i39890# change to new OpenDocument format 2004/11/11 10:33:56 jsc 1.12.4.8: #i29308# adapted 2004/10/29 07:33:56 jsc 1.12.4.7: #i29308# cleanup 2004/10/27 11:34:29 jsc 1.12.4.6: #i29308# change laoding of sample documents 2004/10/22 13:05:55 jsc 1.12.4.5: #i35871# adapt for Java 5.0 2004/10/22 11:57:52 jsc 1.12.4.4: #i35871# adapt for Java 5.0 2004/10/08 13:58:45 jsc 1.12.4.3: #i29308# insert package manifest 2004/08/24 15:04:27 jsc 1.12.4.2: #i29308# use of new UNO package extension 2004/06/24 09:38:17 jsc 1.12.4.1: #i26335# use zip
2004-05-18INTEGRATION: CWS sdk13 (1.11.94); FILE MERGEDRüdiger Timm
2004/05/05 09:31:45 jsc 1.11.94.1: #116658# merge cinnabar changes
2003-07-09INTEGRATION: CWS sdk06 (1.10.2); FILE MERGEDVladimir Glazounov
2003/07/03 14:54:20 jsc 1.10.2.1: #110588# insert subst command to correct slashes for Windows < XP
2003-06-30INTEGRATION: CWS sdk04 (1.3.28); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:14:12 jsc 1.3.28.1: #110313# insert source license header
2003-06-30INTEGRATION: CWS sdk04 (1.9.6); FILE MERGEDJens-Heiner Rechtien
2003/06/24 11:14:11 jsc 1.9.6.1: #110313# insert source license header
2003-06-10INTEGRATION: CWS sdk02 (1.8.6); FILE MERGEDVladimir Glazounov
2003/05/14 11:46:12 jsc 1.8.6.1: #109045# insert JAVAC_FLAGS option
2003-04-17INTEGRATION: CWS sdk01 (1.4.12.1.6); FILE MERGEDRüdiger Timm
2003/04/10 11:40:47 jsc 1.4.12.1.6.2: #108799# use new naming convention for uno components 2003/03/13 09:05:29 jsc 1.4.12.1.6.1: #108153# improve usability
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2003-02-28#107931# synch with OOO_STABLE_1Juergen Schmidt
2002-12-20#99053# modified, new build envJuergen Schmidt
2002-07-01#99053# change classpath settingsJuergen Schmidt
2002-06-13#99580#Joachim Lingner
2002-05-28#99053# change auto deployment variableJuergen Schmidt
2002-05-08#99053# change CLASSPATHJuergen Schmidt
2002-05-02#99053# using the PropertySet helper class to build a componentJoachim Lingner