source: branches/typed-asm/abcl/contrib/jfli/jfli.asd

Last change on this file was 14305, checked in by Mark Evenson, 12 years ago

Merge r14301 to trunk | mevenson | 2012-12-06 21:17:24 +0100 (Thu, 06 Dec 2012) | 5 lines

doc: Start annotating all the places we need to change things with RDF.
Do

TODO: grovel through the source tree to find all textual lines
containing probable RDF statements.

  • Property svn:eol-style set to native
File size: 385 bytes
Line 
1(require :asdf)
2
3(asdf:defsystem jfli
4  :version "0.2.0"
5  :components ((:file "jfli")))
6
7;;; Requires integration with IntelliJ IDEA editor (free download)
8(asdf:defsystem jfli-intellij-tests
9  :version "0.1.0"
10  :description "<> asdf:defsystem <urn:abcl.org/release/1.1.0/contrib/jfli#0.2.0> ."
11  :components ((:module test
12                       :components ((:file "yanking")))))
Note: See TracBrowser for help on using the repository browser.