quickSelfTest/builder/baseline.rbspec
changeset 368 ad3c37624ac4
child 393 d9f8681ed2f1
--- /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