Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 62125 invoked from network); 7 May 2009 14:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 14:36:41 -0000 Received: (qmail 86647 invoked by uid 500); 7 May 2009 14:36:41 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 86561 invoked by uid 500); 7 May 2009 14:36:40 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 86551 invoked by uid 99); 7 May 2009 14:36:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 14:36:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eoglynn@gmail.com designates 209.85.218.162 as permitted sender) Received: from [209.85.218.162] (HELO mail-bw0-f162.google.com) (209.85.218.162) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 14:36:31 +0000 Received: by bwz6 with SMTP id 6so1247589bwz.30 for ; Thu, 07 May 2009 07:36:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=KfRPtcZhW+JhZubByQQxAYIYsFG8NLjUFKtUrhsU22g=; b=TFucBymF3htJRNswfgnISEsUixNQk7AW3+yTUCLLkGz/cyclqEm7BnFpHIgxG9dYWu iWQTIIjPqhnzdSC+lEMVGEKQKo3KAVUEDLFz+OcH4zLsN8f+B065e3f028kPoo3ZliIE qacjw3LrQALOwE+rO4Vmtj1mkgNjf5H1oRYjI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=edvHtL+lIVav7U55yu3+tnngT4s0sCe7BxJ7MZ8HsXi3aR3eUn1AYnFSk+9MNOm9kl bQRaXIihaGKCXYglzI2CLKg4CHQHFRW0G8RiLg1n2leCJqIvsnF7w0ijqNyirZtyCa9l SwAGgolpYmOufgx/z9eygOKgj1bySop7JZOGg= MIME-Version: 1.0 Received: by 10.239.170.81 with SMTP id r17mr147670hbe.112.1241706971100; Thu, 07 May 2009 07:36:11 -0700 (PDT) In-Reply-To: <200905071027.16410.dkulp@apache.org> References: <20090507140410.4FE6823889C4@eris.apache.org> <200905071027.16410.dkulp@apache.org> Date: Thu, 7 May 2009 15:36:11 +0100 Message-ID: Subject: Re: svn commit: r772651 - in /cxf/dosgi/trunk/distribution/multi-bundle/src/main/xsl: equinox_distro_config.xslt felix_distro_config.xslt From: Eoghan Glynn To: dev@cxf.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 2009/5/7 Daniel Kulp : > > Eoghan, > > Could the version be passed into the xslt via an xslt param? That would > avoid needing to modify it as part of the builds and such. > > Dan Yeah, sure it could. The literal version in the xslt was just a quick'n'dirty fix for a minor issue in the OSGi container config snippets that I noticed right on the cusp of cutting the take 2 release. I'll replace it with something more maintainable. /Eoghan