initial checkin
authorsr
Tue, 10 Oct 2017 14:44:53 +0200
changeset 368 ad3c37624ac4
parent 367 5cfeb3f93641
child 369 11c81b32968a
initial checkin
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