Skip to content

Commit

Permalink
remove ring-httpcore-adapter from main ring tree, now its own project
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Nov 23, 2010
1 parent c0e915c commit 88a9791
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 206 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ To see a more sophisticated Ring app, run:

* `ring.adapter.jetty`: Adapter for the Jetty webserver.

### ring-httpcore-adapter

* `ring.adapter.httpcore`: Adapter for the Apache HttpCore webserver.

## Leiningen Usage

To include one of the above libraries in your Leiningen project, for example `ring-core`, add the following to your `:dependences`:
Expand Down
1 change: 0 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:dependencies
[[ring/ring-core "0.3.4"]
[ring/ring-devel "0.3.4"]
[ring/ring-httpcore-adapter "0.3.4"]
[ring/ring-jetty-adapter "0.3.4"]
[ring/ring-servlet "0.3.4"]]
:dev-dependencies
Expand Down
6 changes: 0 additions & 6 deletions ring-httpcore-adapter/project.clj

This file was deleted.

195 changes: 0 additions & 195 deletions ring-httpcore-adapter/src/ring/adapter/httpcore.clj

This file was deleted.

0 comments on commit 88a9791

Please sign in to comment.