From: Pascale Noyret Date: Mon, 18 Feb 2008 14:15:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V1_14_OT_1_2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4643768a029cdccc21a24708b61c3da0c40e91d4;p=modules%2Feficas.git *** empty log message *** --- diff --git a/Aster/sdist.py b/Aster/sdist.py index fde2f45a..32354938 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_dev_V1_14 $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -38,6 +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'),['*.py']) 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'])