Getting the right data into the manifest; sadly, not succeeding in getting
it out again.
This commit is contained in:
parent
05458c3700
commit
e4ec5715a7
2 changed files with 10 additions and 9 deletions
|
|
@ -25,7 +25,9 @@
|
|||
|
||||
(ns mw-parser.core
|
||||
(:use mw-engine.utils
|
||||
[clojure.string :only [split trim triml]]))
|
||||
[clojure.string :only [split trim triml]])
|
||||
(:gen-class)
|
||||
)
|
||||
|
||||
(declare parse-conditions)
|
||||
(declare parse-not-condition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue