Update of /project/flexichain/cvsroot/flexichain
In directory clnet:/tmp/cvs-serv22168
Modified Files:
flexichain.asd
Log Message:
Removed useless package definition.
Date: Tue Jan 30 11:37:42 2007
Author: rstrandh
Index: flexichain/flexichain.asd
diff -u flexichain/flexichain.asd:1.3 flexichain/flexichain.asd:1.4
--- flexichain/flexichain.asd:1.3 Sun Jan 14 08:44:47 2007
+++ flexichain/flexichain.asd Tue Jan 30 11:37:42 2007
@@ -18,16 +18,10 @@
;;; License along with this library; if not, write to the Free Software
;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-(defpackage #:flexichain-system
- (:use #:asdf #:common-lisp))
-
-(in-package #:flexichain-system)
-
;; The tester is not included, for it depends on clim. The stupid
;; implementation has also been left out, since it seems mostly useful
;; for testing.
-(defsystem :flexichain
+(asdf:defsystem :flexichain
:name "flexichain"
:version "1.2"
:components ((:file "flexichain-package")