summaryrefslogtreecommitdiff
path: root/src/bgpstore.asd
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2009-08-21 16:47:09 +0200
committerLinus Nordberg <linus@nordu.net>2009-08-21 16:47:09 +0200
commit373afd140a28eb706282fd4891e2e75b507b18aa (patch)
tree9b0cb9e70871936cbc94511df8401c3d460741d6 /src/bgpstore.asd
parentc64ce57afa8700c52937cfbfd2669a383804e01b (diff)
Restructure and add bgpview.
There's one package, BGP-LOGGER, defined in src/package.lisp. There are two systems, BGPSTORE and BGPVIEW, defined in bgpstore.asd and bgpview.asd respectively. The package exports START-BGPSTORE, START-BGPVIEW and their STOP- counterparts.
Diffstat (limited to 'src/bgpstore.asd')
-rw-r--r--src/bgpstore.asd10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bgpstore.asd b/src/bgpstore.asd
deleted file mode 100644
index 7b239f3..0000000
--- a/src/bgpstore.asd
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-
-(asdf:defsystem #:bgpstore
- :name "bgpstore"
- :version "0.1"
- :depends-on (#:cxml #:usocket #:postmodern)
- :components ((:file "package")
- (:file "util" :depends-on ("package"))
- (:file "data" :depends-on ("util"))
- (:file "bgpstore" :depends-on ("data"))))