Much like :main option in defproject,  I would like to add Class-Path
entries to MANIFEST.MF

Here's my unsuccessful attempt

<pre>
(defproject ashee/lein-test "1.0.0-SNAPSHOT"
        :description "FIXME: write"
        :dependencies [
                [org.clojure/clojure "1.1.0"]
                [org.clojure/clojure-contrib "1.1.0-new-SNAPSHOT"]]
        :main ashee.lein_test
        <span style="red">:class-path [lib/clojure-1.1.0 lib/clojure-
contrib-1.1.0-new-20100114.180211-20.jar]</span>)
</pre>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to