aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/src/leiningen/luxc/packager.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-12-01 15:25:07 -0400
committerEduardo Julian2016-12-01 15:25:07 -0400
commit4528aee1d700ba0ac611fb07faf4c5a8c7e0b9ad (patch)
treea7c67379d1e23e1c4851d3037d68a2b695f1e899 /lux-lein/src/leiningen/luxc/packager.clj
parent74f782af647e9dc9dea53754d48482fa8a18301a (diff)
- Slightly changed the lux-lein commands.
Diffstat (limited to '')
-rw-r--r--lux-lein/src/leiningen/lux/packager.clj (renamed from lux-lein/src/leiningen/luxc/packager.clj)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/src/leiningen/luxc/packager.clj b/lux-lein/src/leiningen/lux/packager.clj
index e7b1d71d8..dd037fe51 100644
--- a/lux-lein/src/leiningen/luxc/packager.clj
+++ b/lux-lein/src/leiningen/lux/packager.clj
@@ -3,11 +3,11 @@
;; If a copy of the MPL was not distributed with this file,
;; You can obtain one at http://mozilla.org/MPL/2.0/.
-(ns leiningen.luxc.packager
+(ns leiningen.lux.packager
(:require [clojure.string :as string]
[leiningen.core.classpath :as classpath]
[leiningen.uberjar]
- [leiningen.luxc.utils :as &utils])
+ [leiningen.lux.utils :as &utils])
(:import (java.io InputStream
File
FileInputStream