specs/stx-jv.rbspec
branchfeature-block-in-context
changeset 99 394937f3f608
parent 93 650412e81596
parent 92 09cb62fedda3
child 159 cbc152f322a8
--- a/specs/stx-jv.rbspec	Tue Dec 06 21:21:20 2016 +0000
+++ b/specs/stx-jv.rbspec	Tue Dec 06 21:32:24 2016 +0000
@@ -84,7 +84,7 @@
 
     redefine BUILD_DIR / 'stx' / 'stc' => BUILD_DIR do
       if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
-        checkout :'swing:private:hg', 'stx/stc', :branch => 'jv'
+        checkout :'swing:private:hg', 'stx/stc', :branch => 'jv', :revision => 'feature-block-in-context'
       else
         download_blob_matching(/prebuilt-stc/, BUILD_DIR / 'stx')
       end
@@ -92,7 +92,7 @@
 
     redefine BUILD_DIR / 'stx' / 'librun' => BUILD_DIR do      
       if Rake::Stx::Configuration::Repository::find(:'swing:private:hg') then
-        checkout :'swing:private:hg', 'stx/librun', :branch => 'jv'
+        checkout :'swing:private:hg', 'stx/librun', :branch => 'jv', :revision => 'feature-block-in-context'
       else        
         download_blob_matching(/prebuilt-librun/, BUILD_DIR / 'stx')
       end
@@ -211,7 +211,7 @@
   package "stx:goodies/xmlsuite", :repository => :'bitbucket:janvrany'  
   package "stx:goodies/loggia", :repository => :'exept:public', :link => false
   package 'stx:goodies/smaCC',:repository => :'bitbucket:janvrany'
-  package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :link => false
+  package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :revision => 'feature-block-in-context', :link => false
   package "stx:goodies/builder", :repository => :'bitbucket:janvrany',:branch => 'jv', :link => false
   package "stx:goodies/builder/reports"