diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-01-14 20:42:11 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-01-14 20:42:11 +0000 |
commit | 3f3b97da35f1bdfbae339ea810ee1b13d49ef4e6 (patch) | |
tree | 92400f77f241348161a0549a0909650d6feffc73 /clojure.iml | |
parent | ade72b976317c723e60076aead6e1af7e571e06e (diff) |
renamed struct to struct-map, construct to struct. Added to-set and distinct
Diffstat (limited to 'clojure.iml')
-rw-r--r-- | clojure.iml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clojure.iml b/clojure.iml index 71c2e404..ce7869b6 100644 --- a/clojure.iml +++ b/clojure.iml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<module version="4" relativePaths="true" type="JAVA_MODULE"> +<module relativePaths="true" type="JAVA_MODULE" version="4"> <component name="BuildJarSettings"> <containerInfo> <containerElement type="module" name="clojure"> @@ -11,7 +11,6 @@ <setting name="buildJar" value="true" /> <setting name="mainClass" value="clojure.lang.Compiler" /> </component> - <component name="ModuleRootManager" /> <component name="NewModuleRootManager" inherit-compiler-output="false"> <output url="file://$MODULE_DIR$/classes" /> <exclude-output /> |