From: ploix Date: Fri, 19 Mar 2010 16:18:32 +0000 (+0000) Subject: do not configure SalomeApp.xml so that we can relocate the generated module. X-Git-Tag: V7_0_0~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16eb5b8aa16e578cbc2bca1c10fdd2d28e9a97c4;p=modules%2Fparavis.git do not configure SalomeApp.xml so that we can relocate the generated module. use PVHOME and PVVERSION runtime env var instead. --- diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index aebb8c10..f25e07f4 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -46,6 +46,7 @@ SET(dist_salomeres_DATA ParaViewReaders.xml ParaViewSources.xml ParaViewWriters.xml + SalomeApp.xml ) SET(nodist_salomeres_SCRIPTS @@ -63,14 +64,14 @@ SET(nodist_salomeres_SCRIPTS CONFIGURE_FILE(${input} ${output}) - SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in) + #SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in) - SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml) + #SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml) - MESSAGE(STATUS "Creation of ${output}") - CONFIGURE_FILE(${input} ${output}) + #MESSAGE(STATUS "Creation of ${output}") + #CONFIGURE_FILE(${input} ${output}) FOREACH(dir ${SUBDIRS}) diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml new file mode 100644 index 00000000..cc032ab1 --- /dev/null +++ b/resources/SalomeApp.xml @@ -0,0 +1,21 @@ + +
+ + + + + + +
+
+ + + + +
+
+ + + +
+
diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in deleted file mode 100644 index 415a47bc..00000000 --- a/resources/SalomeApp.xml.in +++ /dev/null @@ -1,21 +0,0 @@ - -
- - - - - - -
-
- - - - -
-
- - - -
-