This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/bundle_hide_symbols
in repository https://gitbox.apache.org/repos/asf/celix.git

commit aeaa104d6593b5d97cc7d15914f5260cba0f9e61
Author: Pepijn Noltes <pepijnnol...@gmail.com>
AuthorDate: Mon May 1 18:40:28 2023 +0200

    Remove unneeded linker script files
---
 cmake/cmake_celix/BundlePackaging.cmake            |  2 --
 cmake/cmake_celix/Generic.cmake                    |  2 +-
 .../make_only_activator_symbols_global.list        | 22 ------------------
 .../make_only_activator_symbols_global.map         | 27 ----------------------
 4 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/cmake/cmake_celix/BundlePackaging.cmake 
b/cmake/cmake_celix/BundlePackaging.cmake
index ee6d7864..972df6cb 100644
--- a/cmake/cmake_celix/BundlePackaging.cmake
+++ b/cmake/cmake_celix/BundlePackaging.cmake
@@ -1,4 +1,3 @@
-
 # 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
@@ -1235,4 +1234,3 @@ function (_celix_extract_imported_bundle_info)
     set(BUNDLE_FILENAME ${BFN} PARENT_SCOPE)
     set(BUNDLE_SYMBOLIC_NAME ${BSN} PARENT_SCOPE)
 endfunction ()
-
diff --git a/cmake/cmake_celix/Generic.cmake b/cmake/cmake_celix/Generic.cmake
index 0dff334d..1ffb80ea 100644
--- a/cmake/cmake_celix/Generic.cmake
+++ b/cmake/cmake_celix/Generic.cmake
@@ -304,4 +304,4 @@ function(celix_target_hide_symbols)
                 CXX_VISIBILITY_PRESET hidden
                 VISIBILITY_INLINES_HIDDEN ON)
     endif ()
-endfunction()
\ No newline at end of file
+endfunction()
diff --git 
a/cmake/cmake_celix/templates/make_only_activator_symbols_global.list 
b/cmake/cmake_celix/templates/make_only_activator_symbols_global.list
deleted file mode 100644
index 348efcb9..00000000
--- a/cmake/cmake_celix/templates/make_only_activator_symbols_global.list
+++ /dev/null
@@ -1,22 +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.
- */
-_celix_bundleActivator_create
-_celix_bundleActivator_destroy
-_celix_bundleActivator_start
-_celix_bundleActivator_stop
diff --git a/cmake/cmake_celix/templates/make_only_activator_symbols_global.map 
b/cmake/cmake_celix/templates/make_only_activator_symbols_global.map
deleted file mode 100644
index 7e3996d8..00000000
--- a/cmake/cmake_celix/templates/make_only_activator_symbols_global.map
+++ /dev/null
@@ -1,27 +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.
- */
-{
-    global:
-        celix_bundleActivator_create;
-        celix_bundleActivator_start;
-        celix_bundleActivator_stop;
-        celix_bundleActivator_destroy;
-    local:
-        *;
-};
\ No newline at end of file

Reply via email to