diff --git a/build.xml b/build.xml
index fc4987e..7334c5a 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
-
+
@@ -169,13 +169,13 @@
-
+
-
+
-
-
-
+
+
@@ -236,12 +237,12 @@
-
+
-
-
+
+
@@ -256,7 +257,7 @@
-
+
diff --git a/src/org/jetbrains/plugins/clojure/config/ClojureVersion.java b/src/org/jetbrains/plugins/clojure/config/ClojureVersion.java
index 5b58504..f387676 100644
--- a/src/org/jetbrains/plugins/clojure/config/ClojureVersion.java
+++ b/src/org/jetbrains/plugins/clojure/config/ClojureVersion.java
@@ -18,8 +18,13 @@ public enum ClojureVersion {
Clojure_1_1_0("1.1.0", new LibraryInfo[]{
createJarDownloadInfo("clojure.jar", "1.1.0", "clojure.main"),
+ }),
+
+ Clojure_1_2("1.2", new LibraryInfo[]{
+ createJarDownloadInfo("clojure.jar", "1.2", "clojure.main"),
});
+
private final String myName;
private final LibraryInfo[] myJars;
diff --git a/src/org/jetbrains/plugins/clojure/lexer/_ClojureLexer.java b/src/org/jetbrains/plugins/clojure/lexer/_ClojureLexer.java
index 9d91968..0985caa 100644
--- a/src/org/jetbrains/plugins/clojure/lexer/_ClojureLexer.java
+++ b/src/org/jetbrains/plugins/clojure/lexer/_ClojureLexer.java
@@ -1,4 +1,4 @@
-/* The following code was generated by JFlex 1.4.1 on 11/28/10 9:27 PM */
+/* The following code was generated by JFlex 1.4.1 on 12/15/10 5:38 PM */
/*
* Copyright 2000-2009 Red Shark Technology
@@ -27,7 +27,7 @@
/**
* This class is a scanner generated by
* JFlex 1.4.1
- * on 11/28/10 9:27 PM from the specification file
+ * on 12/15/10 5:38 PM from the specification file
* src/org/jetbrains/plugins/clojure/lexer/clojure.flex
*/
public class _ClojureLexer implements ClojureTokenTypes, FlexLexer {