Changeset 15109
- Timestamp:
- 01/28/18 20:52:38 (6 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.asd
r15108 r15109 181 181 :components ((:module http :pathname "tools/" 182 182 :components ((:file "resource"))))) 183 184 (defsystem abcl/model/changes 185 :version "0.1.0" 186 :depends-on (jeannie) ;;; <https://bitbucket.org/easye/jeannie> 187 :components ((:module n3 :pathname "etc/" 188 :components ((:static-file "changes.n3") 189 (:file "changes")))))
Note: See TracChangeset
for help on using the changeset viewer.