Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Move to Leiningen.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 24, 2010
1 parent 6f9164c commit 8dd4a5d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,2 +1,2 @@
/mire.jar
target/
mire-*.jar
lib/
2 changes: 0 additions & 2 deletions Manifest.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -12,5 +12,5 @@ need a JVM on your system.
To connect, simply telnet to port 3333, or hit M-x mire from within
Emacs if you have used mire.el.

Copyright (c) 2009 Phil Hagelberg
Copyright (c) 2009-2010 Phil Hagelberg
Licensed under the same terms as Clojure.
20 changes: 0 additions & 20 deletions compile.sh

This file was deleted.

7 changes: 7 additions & 0 deletions project.clj
@@ -0,0 +1,7 @@
(defproject mire "0.13"
:description "A multiuser text adventure game/learning project."
:main mire.server
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]]
:dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]
[leiningen-run "0.3"]])

0 comments on commit 8dd4a5d

Please sign in to comment.