From 0bc2c541ab27e44b760618d15a248a794ab2f98e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 19 Sep 2021 03:07:56 -0400 Subject: Added STDLIB documentation for the different target platforms. --- lux-lein/src/leiningen/lux/packager.clj | 5 ++--- lux-lein/src/leiningen/lux/utils.clj | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'lux-lein') diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj index 022d52cb5..6b2b7d9ff 100644 --- a/lux-lein/src/leiningen/lux/packager.clj +++ b/lux-lein/src/leiningen/lux/packager.clj @@ -131,11 +131,10 @@ )))) (def default-manifest-file (str "." java.io.File/separator "AndroidManifest.xml")) -(def jar-exclusions ["com/github/luxlang/luxc-jvm" +(def jar-exclusions ["com/github/luxlang/lux-bootstrapper" "org/clojure/clojure" "org/clojure/core.match" - ;; "org/ow2/asm/asm-all" - ]) + "org/ow2/asm/asm-all"]) ;; [Resources] (defn ^:private package-jvm diff --git a/lux-lein/src/leiningen/lux/utils.clj b/lux-lein/src/leiningen/lux/utils.clj index c18ea5a51..6ed549ae2 100644 --- a/lux-lein/src/leiningen/lux/utils.clj +++ b/lux-lein/src/leiningen/lux/utils.clj @@ -69,9 +69,6 @@ (.contains path (sanitize-path compiler-path)) (.contains path (sanitize-path jvm-compiler-path)))) -(defn ^:private filter-compiler-dependencies [jar-paths] - (filter compiler-dependency? jar-paths)) - (defn ^:private java-command [project] (str (get project :java-cmd "java") ;; " " (->> (get project :jvm-opts) (interpose " ") (reduce str "")) -- cgit v1.2.3