[bknr-cvs] r2344 - branches/bos/projects/bos/web

hhubner at common-lisp.net hhubner at common-lisp.net
Fri Jan 18 08:00:36 UTC 2008


Author: hhubner
Date: Fri Jan 18 03:00:36 2008
New Revision: 2344

Added:
   branches/bos/projects/bos/web/startup.lisp
      - copied unchanged from r2343, branches/bos/projects/bos/web/web.lisp
Removed:
   branches/bos/projects/bos/web/web.lisp
Modified:
   branches/bos/projects/bos/web/bos.web.asd
Log:
Final tweaks to get rid of the worldpay-test package and system.


Modified: branches/bos/projects/bos/web/bos.web.asd
==============================================================================
--- branches/bos/projects/bos/web/bos.web.asd	(original)
+++ branches/bos/projects/bos/web/bos.web.asd	Fri Jan 18 03:00:36 2008
@@ -2,12 +2,12 @@
 
 (in-package :cl-user)
 
-(defpackage :worldpay-test.system
+(defpackage :bos.web.system
   (:use :cl :asdf))
 
-(in-package :worldpay-test.system)
+(in-package :bos.web.system)
 
-(defsystem :worldpay-test
+(defsystem :bos.web
   :name "worldpay test"
   :author "Hans Huebner <hans at huebner.org>"
   :version "0"



More information about the Bknr-cvs mailing list