]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 19 Nov 2009 17:00:57 +0000 (17:00 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 19 Nov 2009 17:00:57 +0000 (17:00 +0000)
Aster/sdist.py

index d14a40cbeff299c5fc06e2fa5077674b45bb2e31..d5fed415148cf745de3791bcb7342330c5cafc1f 100644 (file)
@@ -22,7 +22,7 @@
 import os,shutil,glob,sys
 import types
 
-version="$Name: BR_dev_V1_17 $"[7:-2] or 'Test1_4'
+version="$Name:  $"[7:-2] or 'Test1_4'
 # ==========Path du noyau fourni par Aster====================
 path_Noyau="../../AccasAster"
 # ============================================================
@@ -38,8 +38,8 @@ def main():
 
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
    copyfiles('../InterfaceTK',os.path.join(path_distrib,'InterfaceTK'),['*.py','faqs.txt'])
-   copyfiles('../InterfaceQT',os.path.join(path_distrib,'InterfaceQT'),['*.py'])
-   copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.ui','makefile'])
+   copyfiles('../InterfaceQT4',os.path.join(path_distrib,'InterfaceQT4'),['*.py'])
+   copyfiles('../UiQT4',os.path.join(path_distrib,'Ui'),['*.ui','makefile'])
    copyfiles('../Traducteur',os.path.join(path_distrib,'Traducteur'),['*.py'])
    copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py'])
    copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py'])