From: crouzet Date: Tue, 13 Dec 2005 16:05:16 +0000 (+0000) Subject: bug correction : bad repalcement of "template" inside a hxx file X-Git-Tag: V2_2_6~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e0f3ac62cf12f85e73976e12bf4cd41e92f83e8;p=tools%2Fhxx2salome.git bug correction : bad repalcement of "template" inside a hxx file --- diff --git a/scripts/SA_new_cpp_component b/scripts/SA_new_cpp_component index e59c54c..e8ef4e0 100755 --- a/scripts/SA_new_cpp_component +++ b/scripts/SA_new_cpp_component @@ -32,10 +32,10 @@ then fi tar xvfz ${HXX2SALOME_ROOT_DIR}/cpp_compo_template.tgz -moduleName=${1}_CPP_SRC -mv template_SRC ${moduleName} +moduleName=${1}CPP_SRC +mv Cpp_Template__SRC ${moduleName} -oldName=template +oldName=Cpp_Template_ newName=$1 today=`date +%d%m%y` diff --git a/scripts/cpp_compo_template.tgz b/scripts/cpp_compo_template.tgz index 86bdd4d..ff97d85 100644 Binary files a/scripts/cpp_compo_template.tgz and b/scripts/cpp_compo_template.tgz differ