Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E85EB74DB for ; Thu, 20 Oct 2011 14:22:46 +0000 (UTC) Received: (qmail 30522 invoked by uid 500); 20 Oct 2011 14:22:46 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 30464 invoked by uid 500); 20 Oct 2011 14:22:46 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 30457 invoked by uid 99); 20 Oct 2011 14:22:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 14:22:46 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcjmu-myfaces-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 14:22:37 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RGtVZ-000520-Lh for dev@myfaces.apache.org; Thu, 20 Oct 2011 16:22:09 +0200 Received: from cm209-171.liwest.at ([81.10.209.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Oct 2011 16:22:09 +0200 Received: from werner.punz by cm209-171.liwest.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Oct 2011 16:22:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@myfaces.apache.org From: Werner Punz Subject: Re: jsf.js code restructuration (Leo please read) Date: Thu, 20 Oct 2011 16:21:58 +0200 Lines: 44 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm209-171.liwest.at User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org Ok I patched the 2.1.4-SNAPSHOT core with the needed code to get the modular builds in. Leonardo please review the patch before merging it in. I personally think I did not break anything, but having a second eye would make sense. https://issues.apache.org/jira/browse/MYFACES-3361 has attached the patch for the core. Werner Am 10/20/11 12:48 PM, schrieb Werner Punz: > Am 10/19/11 9:10 PM, schrieb Werner Punz: >> >> org.apache.myfaces.JSF_JS_MODE >> >> and these possible values: >> >> a) normal (by default) >> b) minimal-modern >> c) minimal >> d) legacy >> e) experimental >> >> I think the jsf-i18n.js should be on META-INF/resources/myfaces >> instead META-INF\internal-resources\javax.faces . >> >> Does this sounds good? suggestions are welcome. > Actually we only need three values > normal which is ignored > minimal > and > minimal-modern > > legacy and experimental are separate includes which should not be added > by the runtime itself but by the user (the same as i-18n) > > Werner > > >