summaryrefslogtreecommitdiff
path: root/connectivity/Jar_sdbc_hsqldb.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder1-0/+37
We cannot silently convert user data or their used file formats and then await them to accept it or reinstall an older version. Let us make a soft change instead of an hard (heart) break and avoid us to been attacked with fire and forks from our users. This reverts commit 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6. Change-Id: Ia153640935e355771acb85cf652f8fe4c21fafbb Reviewed-on: https://gerrit.libreoffice.org/52731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2018-04-10Remove dead HSQLDB driverTamas Bunth1-37/+0
Change-Id: Id4cfb69079f0150c9cca2626c16df7fab441d916 Reviewed-on: https://gerrit.libreoffice.org/52611 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
2014-09-25fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layoutStephan Bergmann1-2/+1
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2012-09-05Java cleanup, mv file so that package path matches folder pathNoel Grandin1-1/+1
Change-Id: I062e152743da28a54e73988e63b4a5c7032f9b10
2012-08-15add hsqldb to RepositoryExternal.mkMichael Stahl1-8/+2
Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-3/+2
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-06-06make hsql database working again (fdo#50783)Petr Mladek1-0/+8
+ set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class heh, it is a crazy hack; the source file is under another path com/sun/star/sdbcx/comp/hsqldb Change-Id: I53078269f2298175fee52912d55e8defe01b259b
2012-05-29update gbuild function namesDavid Tardon1-2/+2
Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5
2012-05-29connectivity: convert sdbc_hsqldb to gbuildPeter Foley1-0/+54