]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : ajout traducteur - enleve ops.py
authorPascale Noyret <pascale.noyret@edf.fr>
Mon, 27 Nov 2006 15:41:46 +0000 (15:41 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Mon, 27 Nov 2006 15:41:46 +0000 (15:41 +0000)
Aster/sdist.py

index c4786355de24b233afe782e0f569408fba6c21c1..80e6c67cafce7e8c74b08cc45798ced96974c70d 100644 (file)
@@ -22,7 +22,7 @@
 import os,shutil,glob,sys
 import types
 
-version="$Name:  $"[7:-2] or 'Test1_4'
+version="$Name: BR_V1_11a1 $"[7:-2] or 'Test1_4'
 # ==========Path du noyau fourni par Aster====================
 path_Noyau="../../AccasAster"
 # ============================================================
@@ -37,6 +37,7 @@ def main():
    copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL','NEWS'])
 
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
+   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'])
    copyfiles('../Misc',os.path.join(path_distrib,'Misc'),['*.py'])
@@ -83,7 +84,7 @@ def main():
    copyfiles('../Pmw',os.path.join(path_distrib,'Pmw'),['*.py'])
    copyfiles('../Pmw/Pmw_1_2',os.path.join(path_distrib,'Pmw','Pmw_1_2'),['*.py'])
    copyfiles('../Pmw/Pmw_1_2/lib',os.path.join(path_distrib,'Pmw','Pmw_1_2','lib'),['*.py','Pmw.def'])
-   copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata'),['ops.py'])
+   #copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata'),['ops.py'])
 
    
    tarball= maketarball('dist',nom_distrib,nom_distrib)