source: branches/1.1.x/contrib/jfli/jfli.asd

Last change on this file was 14380, checked in by Mark Evenson, 11 years ago

1.1.1: update version artifacts.

  • 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  :description "<> asdf:defsystem <urn:abcl.org/release/1.1.1/contrib/jfli#0.2.0> ."
6  :components ((:file "jfli")))
7
8;;; Requires integration with IntelliJ IDEA editor (free download)
9(asdf:defsystem jfli-intellij-tests
10  :version "0.1.0"
11  :components ((:module test
12                       :components ((:file "yanking")))))
Note: See TracBrowser for help on using the repository browser.