From: Pascale Noyret Date: Mon, 27 Nov 2006 15:41:46 +0000 (+0000) Subject: PN : ajout traducteur - enleve ops.py X-Git-Tag: V1_11b3~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6b1e70c0e99ad12681a2204f2c452d3129ccc80e;p=modules%2Feficas.git PN : ajout traducteur - enleve ops.py --- diff --git a/Aster/sdist.py b/Aster/sdist.py index c4786355..80e6c67c 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -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)