Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpetit committed Dec 13, 2012
1 parent da5b42e commit b50c4e9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ccw.leiningen/src/clj/ccw/leiningen/wizard.clj
Expand Up @@ -26,19 +26,9 @@
(println "lein-project-name:" lein-project-name
\newline
"project-file:" project-file)
;(handlers/add-leiningen-nature (e/project project-name))
;(.refreshLocal (e/project project-name) (IResource/DEPTH_INFINITE) nil)
;(Thread/sleep 2000)
(u/lein-new (.getAbsolutePath project-file) template-name lein-project-name)
(.refreshLocal project (IResource/DEPTH_INFINITE) nil)
(handlers/add-natures
project
[(JavaCore/NATURE_ID) n/NATURE-ID]
(str "Adding leiningen support to project " project))
#_(handlers/add-natures
project
["ccw.nature"]
"Adding Clojure Support")

;(.refreshLocal (e/project project-name) (IResource/DEPTH_INFINITE) nil)
))
(str "Adding leiningen support to project " project))))

0 comments on commit b50c4e9

Please sign in to comment.