Skip to content

Commit

Permalink
Rename project 'eisago'
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 12, 2012
1 parent 88cf27c commit 3dee976
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
6 changes: 2 additions & 4 deletions project.clj
@@ -1,4 +1,4 @@
(defproject import "0.1.0-SNAPSHOT"
(defproject eisago "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
Expand All @@ -7,6 +7,4 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[clj-http "0.5.7"]
[cheshire "4.0.4"]
[commons-codec "1.6"]
;;[carica "1.0.2"]
])
[commons-codec "1.6"]])
2 changes: 1 addition & 1 deletion src/import/config.clj → src/eisago/config.clj
@@ -1,4 +1,4 @@
(ns import.config
(ns eisago.config
(:require [carica.core :as carica]))

(def config carica/config)
Expand Down
2 changes: 1 addition & 1 deletion src/import/core.clj → src/eisago/core.clj
@@ -1,4 +1,4 @@
(ns import.core
(ns eisago.core
"Main import namespace"
(:require [cheshire.core :as json]
[clj-http.client :as http]
Expand Down
5 changes: 5 additions & 0 deletions test/eisago/core_test.clj
@@ -0,0 +1,5 @@
(ns eisago.core-test)

(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
7 changes: 0 additions & 7 deletions test/import/core_test.clj

This file was deleted.

0 comments on commit 3dee976

Please sign in to comment.