]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/CreaTools-load.sh
#3133 creaToolsTools Feature New Normal - branch vtk7itk4wx3 wxWidgets3
[creaToolsTools.git] / Linux / scripts / CreaTools-load.sh
index 0b4e67d5b00c71f0f0c224905b7539770110eef7..90a9d4c657497a8554a0a2ae003a78ff91a4bc55 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,21 +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 changeWx28to30
-               cd $generationdir/creatools_source/$bbtksource
-               git checkout changeWx28to30
-               cd $generationdir/creatools_source/$creamaracassource
-               git checkout changeWx28to30
-               cd $generationdir/creatools_source/$creaimagesource
-               git checkout changeWx28to30
-               cd $generationdir/creatools_source/$creacontourssource
-               git checkout changeWx28to30
-               cd $generationdir/creatools_source/$bbtkgeditorsource
-               git checkout changeWx28to30
-
+ #      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 ]