Received: by 10.151.45.14 with SMTP id x14mr1935031ybj.21.1293255782904;
Fri, 24 Dec 2010 21:43:02 -0800 (PST)
X-BeenThere: leiningen@googlegroups.com
Received: by 10.150.197.14 with SMTP id u14ls3884182ybf.7.p; Fri, 24 Dec 2010
21:43:01 -0800 (PST)
Received: by 10.147.167.20 with SMTP id u20mr2098597yao.22.1293255781682;
Fri, 24 Dec 2010 21:43:01 -0800 (PST)
Received: by 10.147.167.20 with SMTP id u20mr2098596yao.22.1293255781650;
Fri, 24 Dec 2010 21:43:01 -0800 (PST)
Return-Path:
Received: from mail-gy0-f176.google.com (mail-gy0-f176.google.com [209.85.160.176])
by gmr-mx.google.com with ESMTP id n19si1178672yhd.4.2010.12.24.21.43.01;
Fri, 24 Dec 2010 21:43:01 -0800 (PST)
Received-SPF: neutral (google.com: 209.85.160.176 is neither permitted nor denied by best guess record for domain of p...@hagelb.org) client-ip=209.85.160.176;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.160.176 is neither permitted nor denied by best guess record for domain of p...@hagelb.org) smtp.mail=p...@hagelb.org
Received: by gyf1 with SMTP id 1so3247939gyf.21
for ; Fri, 24 Dec 2010 21:43:01 -0800 (PST)
MIME-Version: 1.0
Received: by 10.100.214.12 with SMTP id m12mr5932403ang.58.1293255781386; Fri,
24 Dec 2010 21:43:01 -0800 (PST)
Received: by 10.100.57.18 with HTTP; Fri, 24 Dec 2010 21:43:01 -0800 (PST)
In-Reply-To:
References:
Date: Fri, 24 Dec 2010 21:43:01 -0800
Message-ID:
Subject: Re: Bugfix release for 1.4
From: Phil Hagelberg
To: leiningen@googlegroups.com
Content-Type: text/plain; charset=UTF-8
On Wed, Dec 15, 2010 at 7:46 AM, Stuart Sierra
wrote:
> See also my approach to CLJ-322 at http://bit.ly/fWezM3
Looks promising! Are you referring specifically to this part?
> For library releases, we want to control which .class files are emitted on a per-class basis, not per-namespace
I think this is covered in the context of Leiningen by the
:jar-exclusions seq of regexes, but if I'm misunderstanding you please
elaborate.
-Phil