Fixed slip in `hglib.rb` introduced in commit e665031cade7 stx-8.0.0
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Oct 2017 20:31:57 +0100
branchstx-8.0.0
changeset 195 75e457fec9cc
parent 194 0695650e9b20
child 196 f4a6c9267962
Fixed slip in `hglib.rb` introduced in commit e665031cade7 A bad refactoring. (grafted from 22e0e7bc6180a203c64a8a442df0a82346251d1b)
rakelib/dist-jv.rake
specs/stx-jv.rbspec
--- a/rakelib/dist-jv.rake	Thu Oct 12 22:25:05 2017 +0100
+++ b/rakelib/dist-jv.rake	Mon Oct 16 20:31:57 2017 +0100
@@ -146,7 +146,7 @@
       if File.exist? BUILD_DIR / pkg.directory / pkg.dll_name
         install BUILD_DIR / pkg.directory / '*.so', pkg_dir / pkg.directory
       end
-      %w('resources' 'bitmaps' 'styles' 'java').each do |subdir|
+      %w(resources bitmaps styles java).each do |subdir|
         if File.exist? BUILD_DIR / pkg.directory / subdir
           cp_rx BUILD_DIR / pkg.directory / subdir, pkg_dir / pkg.directory do |fname|
             # fname is full path!!!
--- a/specs/stx-jv.rbspec	Thu Oct 12 22:25:05 2017 +0100
+++ b/specs/stx-jv.rbspec	Mon Oct 16 20:31:57 2017 +0100
@@ -187,7 +187,7 @@
 
 
   app_name "smalltalkx-jv-branch"
-  app_version "6.2.5_#{BUILD_ID}"
+  app_version "8.0.0_#{BUILD_ID}"
 
   # Forked PetitParser
   package "stx:goodies/petitparser", :repository => :'jv-branch:public', :link => false