mirror of
https://github.com/rabbibotton/clog.git
synced 2026-03-07 06:12:21 -08:00
templates now use /tools idiom to work with builder dependecies
This commit is contained in:
parent
70f3ee6463
commit
7f64baa3bb
4 changed files with 21 additions and 5 deletions
|
|
@ -4,6 +4,10 @@
|
|||
:license "BSD"
|
||||
:version "0.0.0"
|
||||
:serial t
|
||||
:depends-on (#:clog)
|
||||
:depends-on (#:clog) ; add clog plugins here as #:plugin for run time
|
||||
:components ((:file "<%= (@ sys-name) %>")))
|
||||
|
||||
(asdf:defsystem #:<%= (@ sys-name) %>/tools
|
||||
:depends-on (#:<%= (@ sys-name) %> #:clog/tools)
|
||||
:components ()) ; add clog plugins here as #:plugin/tools for design time
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
(asdf:defsystem #:<%= (@ sys-name) %>
|
||||
:description "New CLOG Websight System"
|
||||
:description "New CLOG System"
|
||||
:author "some@one.com"
|
||||
:license "BSD"
|
||||
:version "0.0.0"
|
||||
:serial t
|
||||
:depends-on (#:clog)
|
||||
:depends-on (#:clog) ; add clog plugins here as #:plugin for run time
|
||||
:components ((:file "<%= (@ sys-name) %>")))
|
||||
|
||||
(asdf:defsystem #:<%= (@ sys-name) %>/tools
|
||||
:depends-on (#:<%= (@ sys-name) %> #:clog/tools)
|
||||
:components ()) ; add clog plugins here as #:plugin/tools for design time
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
:license "BSD"
|
||||
:version "0.0.0"
|
||||
:serial t
|
||||
:depends-on (#:clog)
|
||||
:depends-on (#:clog) ; add clog plugins here as #:plugin for run time
|
||||
:components ((:file "<%= (@ sys-name) %>")))
|
||||
|
||||
(asdf:defsystem #:<%= (@ sys-name) %>/tools
|
||||
:depends-on (#:<%= (@ sys-name) %> #:clog/tools)
|
||||
:components ()) ; add clog plugins here as #:plugin/tools for design time
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
:license "BSD"
|
||||
:version "0.0.0"
|
||||
:serial t
|
||||
:depends-on (#:clog)
|
||||
:depends-on (#:clog) ; add clog plugins here as #:plugin for run time
|
||||
:components ((:file "<%= (@ sys-name) %>")))
|
||||
|
||||
(asdf:defsystem #:<%= (@ sys-name) %>/tools
|
||||
:depends-on (#:<%= (@ sys-name) %> #:clog/tools)
|
||||
:components ()) ; add clog plugins here as #:plugin/tools for design time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue