lots of great changes to update along with maxwell 0.8
[clinton/lisp-on-lines.git] / src / packages.lisp
index a3d323b..81c1223 100644 (file)
@@ -8,6 +8,7 @@
    :def-meta-model
    :def-base-class
    :%def-base-class
+   
    :def-view-class/table
    :def-view-class/meta
    :view-class-metadata
 
 (defpackage :lisp-on-lines
   (:use :mewa :meta-model :common-lisp :it.bese.ucw)
+  (:nicknames :lol)
   (:export 
    ;;;; Mewa Exports
+   :mewa ;the superclass of all mewa-presentations
    :make-presentation
 
    ;;attributes
@@ -95,4 +98,5 @@
    ;;;; Meta Model Exports))
    :def-view-class/table
    :def-view-class/meta
-   :list-slot-types))
\ No newline at end of file
+   :list-slot-types
+   ))
\ No newline at end of file