office-gobmx/cppuhelper/source/unorc
Andrzej J.R. Hunt 6eb840cc54 Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.
Currently unit tests run in solver, the unorc in solver is simply
copied from cppuhelper/source/unorc, which doesn't set
URE_INTERNAL_JAVA_DIR, hence the jvm cannot be loaded in Unit tests.

(For comparison the URE unorc in instdir is copied from ure/source/uno{rc,.ini}
and contains the appropriate java paths.)

(URE_INTERNAL_JAVA_CLASSPATH is not needed, at least currently.)

Change-Id: I5911c9a22c92e0e20c98d0e51d5b14e020c8ec10
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, slightly modified
2013-09-16 11:39:47 +02:00

23 lines
972 B
Text

=
= 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/.
=
= This file incorporates work covered by the following license notice:
=
= Licensed to the Apache Software Foundation (ASF) under one or more
= contributor license agreements. See the NOTICE file distributed
= with this work for additional information regarding copyright
= ownership. The ASF licenses this file to you under the Apache
= License, Version 2.0 (the "License"); you may not use this file
= except in compliance with the License. You may obtain a copy of
= the License at http://www.apache.org/licenses/LICENSE-2.0 .
=
[Bootstrap]
URE_INTERNAL_LIB_DIR=${ORIGIN}
URE_INTERNAL_JAVA_DIR=${ORIGIN}/../bin
UNO_SERVICES=${URE_MORE_SERVICES}
UNO_TYPES=${ORIGIN}/../bin/udkapi.rdb ${URE_MORE_TYPES}