From: eficas <> Date: Thu, 16 Oct 2003 14:40:17 +0000 (+0000) Subject: mise a jour sdist X-Git-Tag: CC01mar04fin~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7847000ef58c6e736e55f3bcef9440a880bbc1b2;p=tools%2Feficas.git mise a jour sdist --- diff --git a/Aster/sdist.py b/Aster/sdist.py index 6dcfb9dd..b9960e83 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -48,7 +48,6 @@ def main(): # Code_Aster copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', 'editeur.ini', - 'properties.py', 'eficas_aster.py', ]) copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) @@ -63,6 +62,7 @@ def main(): copyfiles(os.path.join(path_Noyau,'Cata'),os.path.join(path_distrib,'Aster','Cata'),['*.py', ]) copyfiles(os.path.join(path_Noyau,'Macro'),os.path.join(path_distrib,'Aster','Cata','Macro'),['*.py']) + copyfiles(os.path.join(path_Noyau,'Accas'),os.path.join(path_distrib,'Aster'),['properties.py']) copyfiles('../Tools',os.path.join(path_distrib,'Tools'),['*.py']) copyfiles('../Tools/foztools',os.path.join(path_distrib,'Tools','foztools'),['*.py'])