aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lux-lein/src/leiningen/lux/packager.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj
index dd037fe51..937af7d1c 100644
--- a/lux-lein/src/leiningen/lux/packager.clj
+++ b/lux-lein/src/leiningen/lux/packager.clj
@@ -34,7 +34,6 @@
(doto (-> (.put Attributes$Name/MAIN_CLASS (str module "._"))
(->> (when (not includes-android?))))
(.put Attributes$Name/MANIFEST_VERSION "1.0")
- (.put (new Attributes$Name "LUX_JAR") "true")
(-> (.put (new Attributes$Name name) real-v)
(->> (doseq [[name v] (get project :manifest)
:let [real-v (if (string? v) v (v project))]])))))))