;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.8 2001/10/04 16:51:16 cph Exp $
+;;; $Id: load.scm,v 1.9 2001/10/04 16:52:12 cph Exp $
;;;
;;; Copyright (c) 2001 Massachusetts Institute of Technology
;;;
(load-option 'HASH-TABLE)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
- (fluid-let ((*allow-package-redefinition?* #t))
- (package/system-loader "parser" '() 'QUERY))))
+ (package/system-loader "parser" '() 'QUERY)))
(add-subsystem-identification! "*Parser" '(0 8))
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: parser.pkg,v 1.13 2001/10/04 16:28:13 cph Exp $
+;;; $Id: parser.pkg,v 1.14 2001/10/04 16:51:20 cph Exp $
;;;
;;; Copyright (c) 2001 Massachusetts Institute of Technology
;;;
;;;; Parser language: packaging
-(global-definitions "$brun/runtime")
+(global-definitions "../runtime/runtime")
(define-package (runtime *parser buffer)
(files "buffer")
;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.1 2001/07/06 20:50:41 cph Exp $
+;;; $Id: load.scm,v 1.2 2001/10/04 16:52:18 cph Exp $
;;;
;;; Copyright (c) 2001 Massachusetts Institute of Technology
;;;
;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
;;; 02111-1307, USA.
+(load-option '*PARSER)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
- (package/system-loader "xml" '() 'QUERY)))
\ No newline at end of file
+ (package/system-loader "xml" '() 'QUERY)))
+(add-subsystem-identification! "XML" '(0 1))
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Id: xml.pkg,v 1.7 2001/07/16 20:41:29 cph Exp $
+;;; $Id: xml.pkg,v 1.8 2001/10/04 16:51:27 cph Exp $
;;;
;;; Copyright (c) 2001 Massachusetts Institute of Technology
;;;
;;;; XML: packaging
-(global-definitions "$brun/runtime")
-(global-definitions "$bscm/sos/sos")
-(global-definitions "../parser/parser")
+(global-definitions "../runtime/runtime")
+(global-definitions "../sos/sos")
+(global-definitions "../star-parser/parser")
(define-package (runtime xml)
(files)