[cxml-cvs] CVS cxml

dlichteblau dlichteblau at common-lisp.net
Sat Apr 12 15:12:54 UTC 2008


Update of /project/cxml/cvsroot/cxml
In directory clnet:/tmp/cvs-serv10110

Modified Files:
	cxml.asd 
Log Message:
added warning about migration to git


--- /project/cxml/cvsroot/cxml/cxml.asd	2007/12/02 20:55:11	1.22
+++ /project/cxml/cvsroot/cxml/cxml.asd	2008/04/12 15:12:54	1.23
@@ -2,6 +2,12 @@
   (:use :asdf :cl))
 (in-package :cxml-system)
 
+(cerror "continue anyway"
+	"You're still using the CVS version of cxml, which~
+         has been moved to git.  Please use ~
+         git clone git://repo.or.cz/cxml.git
+         instead.  (Select the restart to continue anyway.)")
+
 (defclass dummy-cxml-component () ())
 
 (defmethod asdf:component-name ((c dummy-cxml-component))




More information about the Cxml-cvs mailing list