X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b890d44942859c366cac60a84b6c19363d321aaf..5dea194ed068c8ff73dd65849d92be4ee6c7097b:/src/mewa/packages.lisp diff --git a/src/mewa/packages.lisp b/src/mewa/packages.lisp deleted file mode 100644 index ebdf210..0000000 --- a/src/mewa/packages.lisp +++ /dev/null @@ -1,59 +0,0 @@ -(defpackage :mewa - (:use :ucw :common-lisp :arnesi :iterate) - (:export - :mewa - :editablep - - ;object presentations - :present - :foreign-key-slot-presentation - :mewa-object-presentation - :mewa-one-line-presentation - :mewa-list-presentation - :mewa-presentation-search - - ;;Slot Presentations - :defslot-presentation - :slot-presentation - :mewa-slot-presentation - - :present-slot - :presentation-slot-value - - - :mewa-relation-slot-presentation - :has-a-slot-presentation - :has-a - :has-many-slot-presentation - :has-many - :has-very-many-slot-presentation - :has-very-many - :slot-name - - ;attributes - :define-attributes - :with-default-attributes - :find-attribute - :find-attribute-slot - :set-default-attributes - :make-presentation - :call-presentation - :label - :attributes - :set-attribute - :set-attribute-properties - :perform-set-attributes - :perform-set-attribute-properties - :find-class-attributes - :default-attributes - :ok - :instance - :edit-instance - :save-instance - :cancel-save-instance - :ensure-instance-sync - :instance-is-stored-p - :global-properties - :search-expr - :search-query)) -