]> Creatis software - bbtk.git/commitdiff
Fix comments
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Apr 2011 21:03:53 +0000 (21:03 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Apr 2011 21:03:53 +0000 (21:03 +0000)
kernel/appli/bbCreatePackage/bbCreatePackage.sh.in
kernel/appli/bbfy/bbfy.cpp

index 53e034de273d424d90056751621832b4378ca3b6..b18fc91c4c3e4fd47d01debdb50d4ef3ca3dd355 100755 (executable)
@@ -19,11 +19,11 @@ AUTHOR=$3
 DESCRIPTION=$4
 PACK_DIRECTORY=bbtk_${PACK}_PKG
 
-echo "output= " $OUTPUT
-echo "bin   = " $BINPATH
-echo "input = " $INPUT
-echo "pack  = " $PACK
-echo "pack_directory  = " $PACK_DIRECTORY
+#echo "output= " $OUTPUT
+#echo "bin   = " $BINPATH
+#echo "input = " $INPUT
+#echo "pack  = " $PACK
+#echo "pack_directory  = " $PACK_DIRECTORY
 
 if [ -d $OUTPUT/${PACK_DIRECTORY} ] 
     then 
index e2bddff2133e48009178f9eb8d23f14ea4558f0b..3dd1855448bd914570019bb371625b7d18f1950f 100644 (file)
@@ -146,7 +146,8 @@ void bbfy::AlertString()
 {
        
       mFile << "//===== \n";
-      mFile << "// Don't edit this file. This file is generated from xml description.. \n";
+      mFile << "// Before editing this file, make sure it's a file of your own ";
+      mFile << "(i.e.: it wasn't generated from xml description; if so : your modifications will be lost)\n";
       mFile << "//===== \n";
          
 }