Skip to content

Commit

Permalink
removed deprecated clojure.contrib.pprint
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
  • Loading branch information
bpsm authored and Stuart Sierra committed Sep 3, 2010
1 parent cb832f6 commit 9a05c1c
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 4,213 deletions.
5 changes: 0 additions & 5 deletions modules/complete/pom.xml
Expand Up @@ -230,11 +230,6 @@
<artifactId>ns-utils</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>pprint</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>priority-map</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions modules/json/pom.xml
Expand Up @@ -12,10 +12,5 @@
</parent>
<artifactId>json</artifactId>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>pprint</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion modules/json/src/main/clojure/clojure/contrib/json.clj
Expand Up @@ -17,7 +17,7 @@
To write JSON, use json-str, write-json, or write-json.
To read JSON, use read-json."}
clojure.contrib.json
(:use [clojure.contrib.pprint :only (write formatter-out)])
(:use [clojure.pprint :only (write formatter-out)])
(:import (java.io PrintWriter PushbackReader StringWriter
StringReader Reader EOFException)))

Expand Down
14 changes: 0 additions & 14 deletions modules/pprint/pom.xml

This file was deleted.

43 changes: 0 additions & 43 deletions modules/pprint/src/main/clojure/clojure/contrib/pprint.clj

This file was deleted.

0 comments on commit 9a05c1c

Please sign in to comment.