Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Move to lein.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Nov 19, 2009
1 parent e2b7fa1 commit d79c8ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,7 @@
target target
local.properties local.properties
lib
classes classes
*.jar *.jar
Manifest.txt
pom.xml
53 changes: 0 additions & 53 deletions build.xml

This file was deleted.

22 changes: 0 additions & 22 deletions pom.xml

This file was deleted.

3 changes: 3 additions & 0 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
(defproject org.clojure/clojure-http-client "1.0.0-SNAPSHOT"
:description "An HTTP client for Clojure."
:dependencies [[org.clojure/clojure-contrib "1.0-SNAPSHOT"]])

0 comments on commit d79c8ef

Please sign in to comment.