[elephant-cvs] CVS elephant/src/contrib/eslick/db-acache

ieslick ieslick at common-lisp.net
Wed Feb 14 17:42:22 UTC 2007


Update of /project/elephant/cvsroot/elephant/src/contrib/eslick/db-acache
In directory clnet:/tmp/cvs-serv23445/src/contrib/eslick/db-acache

Added Files:
	ele-acache.asd 
Log Message:
Missing files for in-development backends


--- /project/elephant/cvsroot/elephant/src/contrib/eslick/db-acache/ele-acache.asd	2007/02/14 17:42:22	NONE
+++ /project/elephant/cvsroot/elephant/src/contrib/eslick/db-acache/ele-acache.asd	2007/02/14 17:42:22	1.1
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;
;;; ele-acache.asd -- ASDF file for allegrocache backend
;;; 
;;; Initial version 2/18/2006 by Ian Eslick
;;; <ieslick at common-lisp.net>
;;; 
;;; part of
;;;
;;; Elephant: an object-oriented database for Common Lisp
;;;
;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee
;;; <ablumberg at common-lisp.net> <blee at common-lisp.net>
;;;
;;; Elephant users are granted the rights to distribute and use this software
;;; as governed by the terms of the Lisp Lesser GNU Public License
;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.

(defsystem ele-acache
  :name "elephant"
  :author "Ben Lee <blee at common-lisp.net>"
  :version "0.6.0"
  :maintainer "Ben Lee <blee at common-lisp.net>"
  :licence "LLGPL"
  :description "Allegro cache backend for elephant"
  :components
  ((:module :src
	    :components
	    ((:module :db-acache
		      :components
		      ((:file "package")
		       (:file "acache-controller")
		       (:file "acache-transactions")
		       (:file "acache-collections"))
		      :serial t))))
  :depends-on (:elephant))





More information about the Elephant-cvs mailing list