Marked the two system building files as 'obsolete', before removing
Fri Nov 9 13:30:53 UTC 2007 mantoniotti
* Marked the two system building files as 'obsolete', before removing
Marked the two system building files as 'obsolete', before removing
them from the repository. The new files are prefixed by 'cl-'.
diff -rN -u old-cl-unification-1/unification.asd new-cl-unification-1/unification.asd
--- old-cl-unification-1/unification.asd 2013-07-21 20:00:50.000000000 +0000
+++ new-cl-unification-1/unification.asd 2013-07-21 20:00:51.000000000 +0000
@@ -2,8 +2,12 @@
;;; unification.asd --
;;; ASDF system file.
+;;;
+;;; Note:
+;;; [20071109 MA]
+;;; This file is OBSOLETE. Use 'cl-unification.asd' instead.
-(asdf:defsystem unification
+(asdf:defsystem cl-unification
:author "Marco Antoniotti"
:serial t
:components ((:file "unification-package")
diff -rN -u old-cl-unification-1/unification.system new-cl-unification-1/unification.system
--- old-cl-unification-1/unification.system 2013-07-21 20:00:50.000000000 +0000
+++ new-cl-unification-1/unification.system 2013-07-21 20:00:51.000000000 +0000
@@ -1,5 +1,12 @@
;;; -*- Mode: Lisp -*-
+;;; unification.system --
+;;; MK:DEFSYSTEM system file.
+;;;
+;;; Note:
+;;; [20071109 MA]
+;;; This file is OBSOLETE. Use 'cl-unification.system' instead.
+
(mk:defsystem "UNIFICATION"
:components ("unification-package"
"variables"