Skip to content

Commit

Permalink
Moved to the leiningen project structure + styling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyDidenko committed Sep 11, 2011
1 parent b09fa88 commit 30d0daa
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 308 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pom.xml
*jar
/lib/
/classes/
.lein-failures
.lein-deps-sum
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage examples:

1. first run

(use 'persister)
(use 'persister.core)

(def refx (ref 0))
(def refy (ref 0))
Expand Down Expand Up @@ -57,7 +57,7 @@ Usage examples:

2. the second run

(use 'persister)
(use 'persister.core)

(def refx (ref 0))
(def refy (ref 0))
Expand Down
306 changes: 0 additions & 306 deletions persister.clj

This file was deleted.

5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(defproject persister "1.0.1"
:description "Simple Persistence for Clojure"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]]
:local-repo-classpath true)
Loading

0 comments on commit 30d0daa

Please sign in to comment.