Accidentally committed data. Naughty! Removed.
This commit is contained in:
parent
55085a78c5
commit
6fd57b24b6
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ pom.xml.asc
|
||||||
/classes/
|
/classes/
|
||||||
/target/
|
/target/
|
||||||
/checkouts/
|
/checkouts/
|
||||||
|
/resources/data/
|
||||||
.lein-deps-sum
|
.lein-deps-sum
|
||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
.lein-plugins/
|
.lein-plugins/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
(defproject yyy-data "0.1.0-SNAPSHOT"
|
(defproject yyy-data "0.1.0-SNAPSHOT"
|
||||||
:description "FIXME: write description"
|
:description "Data import stuff for youyesyet, q.v."
|
||||||
:url "http://example.com/FIXME"
|
:url "http://example.com/FIXME"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "GNU General Public License version 2"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||||
:dependencies [[adl-support "0.1.0-SNAPSHOT"]
|
:dependencies [[adl-support "0.1.0-SNAPSHOT"]
|
||||||
[generateme/fastmath "1.0.1"]
|
[generateme/fastmath "1.0.1"]
|
||||||
[org.clojure/clojure "1.8.0"]
|
[org.clojure/clojure "1.8.0"]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue