# HG changeset patch # User sr # Date 1507639493 -7200 # Node ID ad3c37624ac497cef8093c6b801ce37649b657b7 # Parent 5cfeb3f936412ef11c93cccd6e44bf31c52198ba initial checkin diff -r 5cfeb3f93641 -r ad3c37624ac4 quickSelfTest/builder/baseline.rbspec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quickSelfTest/builder/baseline.rbspec Tue Oct 10 14:44:53 2017 +0200 @@ -0,0 +1,32 @@ + +# generated from project definition + +# load package dependencies +load 'package.deps.rake' + +# kludge: clear some invalid dependencies of libwidg +# (should be fixed in baseline) +clear "stx:libwidg" => "stx:libui" +clear "stx:libwidg2" => "stx:libui" + +project :'quickSelfTest:baseline' do + # preamble + + # -------- + + package "stx:libbasic" + package "stx:libbasic2" + package "stx:libcomp" + package "stx:libview" + package "stx:libui" + package "stx:libview2" + package "stx:goodies/sunit" + + + application "stx:goodies/builder/quickSelfTest" + + # postamble + + # --------- + +end