diff options
author | Rich Hickey <richhickey@gmail.com> | 2007-08-22 21:46:52 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2007-08-22 21:46:52 +0000 |
commit | 5d1806f75ee05769a7683afc806c389091667e04 (patch) | |
tree | f1917351540eee94a70f029b2279d6d884a3caf1 /clojure.iml | |
parent | f12a76d3063e4a024b1e67a63c4f9fc12d168088 (diff) |
interim checkin, starting bytecode compiler
Diffstat (limited to 'clojure.iml')
-rw-r--r-- | clojure.iml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clojure.iml b/clojure.iml index 9b0f11d5..b20440f2 100644 --- a/clojure.iml +++ b/clojure.iml @@ -11,6 +11,7 @@ <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="library" name="asm-2.2.1" level="application" /> <orderEntry type="library" name="antlr-3" level="application" /> + <orderEntry type="library" name="asm-3.0" level="application" /> <orderEntryProperties /> </component> <component name="VcsManagerConfiguration"> |