;;;; -*- coding: utf-8 -*- (asdf:defsystem #:tree :description "The Gendlâ„¢ Tree component used by Tasty and potentially as a UI component on its own" :author "Dave Cooper and Genworks International" :license "Gnu Affero General Public License (please see http://www.gnu.org/licenses/)" :serial t :version "20131023" :depends-on (:gwl-graphics) #-asdf-unicode :defsystem-depends-on #-asdf-unicode (:asdf-encodings) #+asdf-encodings :encoding #+asdf-encodings :utf-8 :components ((:file "source/package") (:file "source/parameters") (:file "source/ajax") (:file "source/assembly") (:file "source/newertree")))