summaryrefslogtreecommitdiffstats
path: root/unoxml
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-29 17:01:54 +0100
committersb <sb@openoffice.org>2010-01-29 17:01:54 +0100
commit53025eae582767fdbbd726c9206c46d9e0b108a3 (patch)
tree5310f6c629f81503a9072a3594b82449d412b8d9 /unoxml
parentsb118: merged in DEV300_m70 (diff)
downloadcore-53025eae582767fdbbd726c9206c46d9e0b108a3.tar.gz
core-53025eae582767fdbbd726c9206c46d9e0b108a3.zip
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/makefile.mk2
-rw-r--r--unoxml/source/service/exports.map10
-rw-r--r--unoxml/source/service/makefile.mk2
-rw-r--r--unoxml/test/export.map2
4 files changed, 3 insertions, 13 deletions
diff --git a/unoxml/source/rdf/makefile.mk b/unoxml/source/rdf/makefile.mk
index 298c1dcdae25..c763183b805f 100644
--- a/unoxml/source/rdf/makefile.mk
+++ b/unoxml/source/rdf/makefile.mk
@@ -62,7 +62,7 @@ SHL1OBJS= $(SLOFILES)
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1IMPLIB= i$(TARGET)
-SHL1VERSIONMAP=../service/exports.map
+SHL1VERSIONMAP=$(SOLARENV)/src/component.map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
diff --git a/unoxml/source/service/exports.map b/unoxml/source/service/exports.map
deleted file mode 100644
index ba501f9ae076..000000000000
--- a/unoxml/source/service/exports.map
+++ /dev/null
@@ -1,10 +0,0 @@
-UDK_3_0_0 {
- global:
- GetVersionInfo;
- component_getImplementationEnvironment;
- component_getFactory;
- component_writeInfo;
-
- local:
- *;
-};
diff --git a/unoxml/source/service/makefile.mk b/unoxml/source/service/makefile.mk
index e86e07f1c89e..8d7aa85156fc 100644
--- a/unoxml/source/service/makefile.mk
+++ b/unoxml/source/service/makefile.mk
@@ -57,7 +57,7 @@ SHL1OBJS= $(SLOFILES)
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1IMPLIB= i$(TARGET)
-SHL1VERSIONMAP=exports.map
+SHL1VERSIONMAP=$(SOLARENV)/src/component.map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
diff --git a/unoxml/test/export.map b/unoxml/test/export.map
index bfd13f454044..9979a3bad75b 100644
--- a/unoxml/test/export.map
+++ b/unoxml/test/export.map
@@ -29,7 +29,7 @@
#
#*************************************************************************
-UDK_3.1 {
+UDK_3_0_0 {
global:
registerAllTestFunction;