From 7abe83784b9b63e8ac427ec3f21ff0b0850c72e2 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 4 Dec 2016 23:40:25 -0400 Subject: - No longer adding the LUX_JAR attribute to compiled JARs. --- lux-lein/src/leiningen/lux/packager.clj | 1 - 1 file changed, 1 deletion(-) (limited to 'lux-lein') 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))]]))))))) -- cgit v1.2.3