diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 11:24:13 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 11:24:13 +0100 |
commit | 22b13738ef17f9850d79a573343cc44d7396235b (patch) | |
tree | 132f096263ef5117954d2d2a5bf375f52c5655f0 /ucb | |
parent | 642ef423f580142583911019b92cbfc38c756c24 (diff) |
slidecopy: use g:/dev/o_slidecopy/DEV300/ooo/solenv/src/component.map
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/makefile.mk | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext.uno.map | 8 |
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: - *; -}; |