summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/makefile.mk2
-rw-r--r--ucb/source/ucp/ext/ucpext.uno.map8
2 files changed, 1 insertions, 9 deletions
diff --git a/ucb/source/ucp/ext/makefile.mk b/ucb/source/ucp/ext/makefile.mk
index f8919e50e594..23c30b3bda5b 100644
--- a/ucb/source/ucp/ext/makefile.mk
+++ b/ucb/source/ucp/ext/makefile.mk
@@ -52,7 +52,7 @@ SHL1STDLIBS = \
$(SALLIB) \
$(SALHELPERLIB)
-SHL1VERSIONMAP = $(TARGET).map
+SHL1VERSIONMAP = $(SOLARENV)/src/component.map
SHL1TARGET = $(TARGET)
SHL1DEPN =
diff --git a/ucb/source/ucp/ext/ucpext.uno.map b/ucb/source/ucp/ext/ucpext.uno.map
deleted file mode 100644
index f4ed78b9e970..000000000000
--- a/ucb/source/ucp/ext/ucpext.uno.map
+++ /dev/null
@@ -1,8 +0,0 @@
-UDK_3_0_0 {
- global:
- component_getImplementationEnvironment;
- component_writeInfo;
- component_getFactory;
- local:
- *;
-};