[cells-cvs] CVS Celtk
ktilton
ktilton at common-lisp.net
Tue May 2 13:13:00 UTC 2006
Update of /project/cells/cvsroot/Celtk
In directory clnet:/tmp/cvs-serv27400
Modified Files:
CELTK.lpr Celtk.asd
Log Message:
--- /project/cells/cvsroot/Celtk/CELTK.lpr 2006/05/02 06:57:22 1.5
+++ /project/cells/cvsroot/Celtk/CELTK.lpr 2006/05/02 13:13:00 1.6
@@ -28,7 +28,6 @@
(make-instance 'module :name "togl.lisp")
(make-instance 'module :name "run.lisp")
(make-instance 'module :name "demos.lisp")
- (make-instance 'module :name "gears-demo.lisp")
(make-instance 'module :name "gears.lisp")
(make-instance 'module :name
"ltktest-cells-inside.lisp"))
--- /project/cells/cvsroot/Celtk/Celtk.asd 2006/05/02 12:52:47 1.4
+++ /project/cells/cvsroot/Celtk/Celtk.asd 2006/05/02 13:13:00 1.5
@@ -6,12 +6,12 @@
(asdf:defsystem :celtk
:name "celtk"
- :author "Kenny Tilton <ktilton at nyc.rr.com>"
+ :author "Kenny Tilton <kentilton at gmail.com>"
:version "2.0"
- :maintainer "Kenny Tilton <ktilton at nyc.rr.com>"
+ :maintainer "Kenny Tilton <kentilton at gmail.com>"
:licence "MIT Style"
- :description "Tk via LTk with Cells Inside(tm)"
- :long-description "A Cells-driven portable GUI built atop the LTk core, ultimately implmented by Tk"
+ :description "Tcl/Tk with Cells Inside(tm)"
+ :long-description "A Cells-driven portable GUI, ultimately implmented by Tk"
:depends-on (:ltk :cells)
:serial t
:components ((:file "Celtk")
More information about the Cells-cvs
mailing list