moved mewa package definition to packages.lisp and added the lisp-on-lines package
authordrewc <drewc@tech.coop>
Fri, 3 Jun 2005 23:15:09 +0000 (16:15 -0700)
committerdrewc <drewc@tech.coop>
Fri, 3 Jun 2005 23:15:09 +0000 (16:15 -0700)
darcs-hash:20050603231509-39164-1bc39117a21a356e0062f21a46aaee8ef886060a.gz

src/mewa.lisp
src/packages.lisp

index 867b5a8..19160fa 100644 (file)
@@ -1,6 +1,4 @@
-(defpackage :mewa 
-  (:use :ucw :common-lisp)
-  (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes))
+
 
 (in-package :mewa)
  
 
 (in-package :mewa)
  
index 8c971ce..2111530 100644 (file)
    :list-has-many
    :list-many-to-many))
 
    :list-has-many
    :list-many-to-many))
 
+
+(defpackage :mewa 
+  (:use :ucw :common-lisp)
+  (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes :default-attributes))
+
+
+(defpackage :lisp-on-lines
+  (:use :mewa :meta-model :common-lisp :it.bese.ucw))
\ No newline at end of file