]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-load.sh
#3133 creaToolsTools Feature New Normal - branch vtk7itk4wx3
[creaToolsTools.git] / Linux / scripts / CreaTools-load.sh
index ef105295acb2d2df487d03d62a44684f12c3de1d..ab1395163b048cbb8431a3cb13eb665a85fc758e 100644 (file)
@@ -106,7 +106,7 @@ then
 #
       if [ $sourcesFrom = GIT ] || [ $sourcesFrom = GIT-READ-ONLY ];
       then
-                       ssh-add
+                ssh-add
          bash $scriptDir/gitclone.sh $creasource                   $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $bbtksource                   $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $creavtksource                   $generationdir   $sourcesFrom 
@@ -121,18 +121,28 @@ then
          bash $scriptDir/gitclone.sh $creaminitoolssource          $generationdir      $sourcesFrom
          bash $scriptDir/gitclone.sh $creatoolstoolssource         $generationdir      $sourcesFrom
  #       bash $scriptDir/cvscheckout.sh $libidosource-ESRF         $generationdir   $cvsUserName
- #            mv $libidosource-ESRF $libidosource               
-
- cd $generationdir/creatools_source/$creasource
-                git checkout changestoITK3and4
- cd $generationdir/creatools_source/$bbtksource
-                git checkout changestoITK3and4
- cd $generationdir/creatools_source/$creabrukersource
-                git checkout changestoITK3and4
- cd $generationdir/creatools_source/$creaimagesource
-                git checkout changestoITK3and4
-
-
+ #          mv $libidosource-ESRF $libidosource                 
+          
+         cd $generationdir/creatools_source/$creasource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$bbtksource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$creavtksource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$creamaracassource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$creaimagesource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$creacontourssource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$crearigidregistrationssource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$bbtkgeditorsource
+                git checkout vtk7itk4wx3
+         cd $generationdir/creatools_source/$creatoolssource
+                git checkout vtk7itk4wx3
+                cd $generationdir/creatools_source/$creabrukersource
+                git checkout vtk7itk4wx3
       fi
 
       if [ $sourcesFrom = HTML ]