summaryrefslogtreecommitdiff
path: root/connectivity/Jar_sdbc_hsqldb.mk
AgeCommit message (Collapse)Author
2012-09-05Java cleanup, mv file so that package path matches folder pathNoel Grandin
Change-Id: I062e152743da28a54e73988e63b4a5c7032f9b10
2012-08-15add hsqldb to RepositoryExternal.mkMichael Stahl
Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
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 Mladek
+ 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 Tardon
Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5
2012-05-29connectivity: convert sdbc_hsqldb to gbuildPeter Foley