summaryrefslogtreecommitdiff
path: root/package/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
/td> 2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl 2012-11-06jurt: remote test: synchronize updates to counters in TestWorkAtMichael Stahl 2012-09-12Remove race conditions from testStephan Bergmann 2012-08-28Java cleanup - remove unused importsNoel Grandin 2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin 2012-08-20Java5 updates - convert to genericsNoel Grandin 2012-08-20Remove dead java codeNoel Grandin 2012-06-29Java5 updates - update code to use genericsNoel Grandin 2012-06-29Java5 update - convert code to use genericsNoel Grandin 2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin 2012-06-29re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-04-06jurt: use CustomTarget makefileMatúš Kukan