From b707131f71a763e9051ab1be756862b6366f3ff8 Mon Sep 17 00:00:00 2001 From: boulant Date: Wed, 10 Jul 2013 08:25:00 +0000 Subject: [PATCH] Removal of the deprecated (and dangerous) appligen utilities --- src/MEDOP/exe/CMakeLists.txt | 1 - src/MEDOP/exe/appligen/CMakeLists.txt | 39 --------------------------- 2 files changed, 40 deletions(-) delete mode 100644 src/MEDOP/exe/appligen/CMakeLists.txt diff --git a/src/MEDOP/exe/CMakeLists.txt b/src/MEDOP/exe/CMakeLists.txt index f5ab29a26..08ad8c980 100644 --- a/src/MEDOP/exe/CMakeLists.txt +++ b/src/MEDOP/exe/CMakeLists.txt @@ -17,5 +17,4 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -ADD_SUBDIRECTORY(appligen) ADD_SUBDIRECTORY(image2med) diff --git a/src/MEDOP/exe/appligen/CMakeLists.txt b/src/MEDOP/exe/appligen/CMakeLists.txt deleted file mode 100644 index e64b93240..000000000 --- a/src/MEDOP/exe/appligen/CMakeLists.txt +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -SET(MODULE_NAME med) -SET(prefix ${CMAKE_INSTALL_PREFIX}) - -CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config_appli_model.xml.in ${CMAKE_CURRENT_BINARY_DIR}/config_appli_model.xml @ONLY) - -SET(MED_RESOURCES_FILES - ${CMAKE_CURRENT_BINARY_DIR}/config_appli_model.xml - appli-splashscreen.jpg - SalomeApp.xml - ) - -INSTALL(FILES ${MED_RESOURCES_FILES} DESTINATION ${SALOME_INSTALL_BINS}/med/appligen) - -CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/appligen.sh.in ${CMAKE_CURRENT_BINARY_DIR}/appligen.sh @ONLY) - -SET(MED_RESOURCES_FILES2 - ${CMAKE_CURRENT_BINARY_DIR}/appligen.sh - ) - -INSTALL(FILES ${MED_RESOURCES_FILES2} DESTINATION ${SALOME_INSTALL_BINS}/med/appligen PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ) -- 2.39.2