summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
Diffstat (limited to 'ure')
-rw-r--r--ure/Rdb_ure.mk20
1 files changed, 10 insertions, 10 deletions
diff --git a/ure/Rdb_ure.mk b/ure/Rdb_ure.mk
index b3b6531b95d4..baf8a9b2c6cf 100644
--- a/ure/Rdb_ure.mk
+++ b/ure/Rdb_ure.mk
@@ -30,15 +30,15 @@ $(eval $(call gb_Rdb_Rdb,ure/services))
$(eval $(call gb_Rdb_add_components,ure/services,\
acceptor \
binaryurp/source/binaryurp \
- bootstrap \
+ stoc/util/bootstrap \
connector \
- introspection \
- invocadapt \
- invocation \
- namingservice \
- proxyfac \
- reflection \
- stocservices \
+ stoc/source/inspect/introspection \
+ stoc/source/invocation_adapterfactory/invocadapt \
+ stoc/source/invocation/invocation \
+ stoc/source/namingservice/namingservice \
+ stoc/source/proxy_factory/proxyfac \
+ stoc/source/corereflection/reflection \
+ stoc/util/stocservices \
streams \
textinstream \
textoutstream \
@@ -47,8 +47,8 @@ $(eval $(call gb_Rdb_add_components,ure/services,\
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Rdb_add_components,ure/services,\
- javaloader \
- javavm \
+ stoc/source/javaloader/javaloader \
+ stoc/source/javavm/javavm \
juh \
))
endif