#!/bin/sh #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* # Pass -env arguments on to javaldx; needs to be fixed: my_envargs= for my_arg in "$@" ; do case ${my_arg} in -env:*) my_envargs="${my_envargs} ${my_arg}" ;; esac done # Extend the LD_LIBRARY_PATH for Java: epath=`dirname "$0"` if [ -x "${epath}/javaldx" ] ; then jpath=`"${epath}/javaldx" $my_envargs` if [ -n "${jpath}" ]; then LD_LIBRARY_PATH=${jpath}${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}} export LD_LIBRARY_PATH fi fi exec "$0.bin" "$@" type='text'> Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
java: add @Override annotation to overriding methods 2014-08-12T07:41:28+00:00 Noel Grandin noel@peralex.com 2014-08-06T06:55:09+00:00 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
java: remove some casting in lib.TestParameters#getMSF 2014-08-04T11:38:30+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:16:37+00:00 f493555623fb36bb51e78a4630483271ed36afe7 where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
where the return value is always cast to XMultiServiceFactory,
so just do the cast in the method and avoid noise at the call sites.

Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
Java5 update - usage generics where possible 2012-06-29T20:03:01+00:00 Noel Grandin noel@peralex.com 2012-06-27T13:40:17+00:00 b65017a2a7af290f6681da7b197a52efe83d5185 Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
re-base on ALv2 code. 2012-06-21T12:11:06+00:00 Michael Meeks michael.meeks@suse.com 2012-06-21T10:53:00+00:00 b6db3e3acc6ba349d845ec58e3242d025352ef2f Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1