]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Removal of the deprecated (and dangerous) appligen utilities
authorboulant <boulant>
Wed, 10 Jul 2013 08:25:00 +0000 (08:25 +0000)
committerboulant <boulant>
Wed, 10 Jul 2013 08:25:00 +0000 (08:25 +0000)
src/MEDOP/exe/CMakeLists.txt
src/MEDOP/exe/appligen/CMakeLists.txt [deleted file]

index f5ab29a26ad47f5eedb22bfc3ff8b9057906dd3f..08ad8c980a0ae06c5292c50feeda47eea7b335b3 100644 (file)
@@ -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 (file)
index e64b932..0000000
+++ /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)