# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Configuration_Configuration,driver_jdbc)) $(eval $(call gb_Configuration_add_spool_modules,driver_jdbc,connectivity/registry/jdbc,\ org/openoffice/Office/DataAccess/Drivers-jdbc.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_jdbc,connectivity/registry/jdbc,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: 7dde'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)Author
2013-08-29[API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-18Let juhx.dll export undecorated symbols on WindowsStephan Bergmann
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2013-04-11Remove createRegistryServiceFactory preload left-overStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02drop prefix from ::cssThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18fix javadoc warningsPeter Foley
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-28remove all d.lstMichael Stahl
2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl
2013-02-22s/the the/the/Tor Lillqvist
2013-02-22s/whith/with/Tor Lillqvist
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist