;;;; -*- 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 "20130822" :depends-on (:gwl-graphics) #+asdf-encoding :encoding #+asdf-encoding :utf-8 :components ((:file "source/package") (:file "source/parameters") (:file "source/ajax") (:file "source/assembly") (:file "source/newertree")))