application/builder/baseline.rbspec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 23 Jul 2019 14:53:07 +0100
changeset 181 d220862ec65f
parent 178 5d1c3e5fab6b
child 188 7080f4698aec
permissions -rw-r--r--
Remove launcher script on UNIX ...ie., `vdb` is the real executable, not just a script that launches it. Time have shown this laucnher script is not needed.


# 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 :'vdb:baseline' do
  # preamble
  
  # --------

  package "stx:libbasic"
  package "stx:goodies/announcements"
  package "stx:goodies/regex"
  package "stx:libbasic2"
  package "stx:libcomp"
  package "stx:goodies/refactoryBrowser/parser"
  package "stx:libbasic3"
  package "stx:libview"
  package "stx:libui"
  package "stx:libview2"
  package "stx:libwidg"
  package "stx:goodies/magritte"
  package "stx:libhtml"
  package "stx:libwidg2"
  package "stx:libtool"
  package "jv:libgdbs"
  package "stx:goodies/communication"
  package "stx:libtool2"
  package "stx:libcompat"
  package "stx:goodies/xml/vw"
  package "jv:vdb"


  application "jv:vdb/application"

  # postamble
  
  # ---------

end