Update of /project/cl-unification/cvsroot/cl-unification In directory cl-net:/tmp/cvs-serv26906
Modified Files: cl-unification.system Log Message: Fixed a few snags and added "lib-dependent" module.
--- /project/cl-unification/cvsroot/cl-unification/cl-unification.system 2008/07/13 12:51:14 1.2 +++ /project/cl-unification/cvsroot/cl-unification/cl-unification.system 2009/04/15 10:09:43 1.3 @@ -12,6 +12,13 @@ "templates-hierarchy" "unifier" "match-block" - "apply-substitution")) + "apply-substitution" + (:module "lib-dependent" + :depends-on ("templates-hierarchy" "unifier") + :components ( + #+cl-ppcre + (:file "cl-ppcre-template") + )) + ))
;;; end of file -- cl-unification.system --
cl-unification-cvs@common-lisp.net