From 44e19ffb409f7960c69efc7081f91ff4d98fc8fb Mon Sep 17 00:00:00 2001 From: Damjan Jovanovic Date: Tue, 6 Oct 2015 02:25:41 +0000 Subject: #i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. --- cppuhelper/qa/propertysetmixin/test.map | 30 ------------------------------ cppuhelper/qa/weak/version.map | 30 ------------------------------ 2 files changed, 60 deletions(-) delete mode 100644 cppuhelper/qa/propertysetmixin/test.map delete mode 100644 cppuhelper/qa/weak/version.map (limited to 'cppuhelper') diff --git a/cppuhelper/qa/propertysetmixin/test.map b/cppuhelper/qa/propertysetmixin/test.map deleted file mode 100644 index ec49c4573fb1..000000000000 --- a/cppuhelper/qa/propertysetmixin/test.map +++ /dev/null @@ -1,30 +0,0 @@ -#************************************************************** -# -# 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 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#************************************************************** - - - -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; diff --git a/cppuhelper/qa/weak/version.map b/cppuhelper/qa/weak/version.map deleted file mode 100644 index f12a8b2e3e8b..000000000000 --- a/cppuhelper/qa/weak/version.map +++ /dev/null @@ -1,30 +0,0 @@ -#************************************************************** -# -# 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 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#************************************************************** - - - -UDK_3_0_0 { - global: - registerAllTestFunction; - - local: - *; -}; -- cgit