Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF76910D5F for ; Thu, 7 Nov 2013 17:12:27 +0000 (UTC) Received: (qmail 20089 invoked by uid 500); 7 Nov 2013 17:12:27 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 20072 invoked by uid 500); 7 Nov 2013 17:12:27 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 20064 invoked by uid 99); 7 Nov 2013 17:12:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 17:12:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 17:12:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 644D523888E4; Thu, 7 Nov 2013 17:12:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1539719 - in /ace/trunk: run-client/conf/org.apache.ace.webui.vaadin.cfg run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg Date: Thu, 07 Nov 2013 17:12:00 -0000 To: commits@ace.apache.org From: jawi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131107171200.644D523888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jawi Date: Thu Nov 7 17:11:59 2013 New Revision: 1539719 URL: http://svn.apache.org/r1539719 Log: ACE-291 - scrolling of artifacts doesn't work well: - updated sample projects to include newly introduced configuration values. Modified: ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg Modified: ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg?rev=1539719&r1=1539718&r2=1539719&view=diff ============================================================================== --- ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg (original) +++ ace/trunk/run-client/conf/org.apache.ace.webui.vaadin.cfg Thu Nov 7 17:11:59 2013 @@ -11,4 +11,6 @@ obr.url = http://localhost:${org.apache. obr.xml = repository.xml # Session timeout session.timeout = 300 - +# Tuning of the artifacts column +artifacts.cache.rate = 3 +artifacts.page.length = 50 Modified: ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg?rev=1539719&r1=1539718&r2=1539719&view=diff ============================================================================== --- ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg (original) +++ ace/trunk/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg Thu Nov 7 17:11:59 2013 @@ -11,3 +11,6 @@ obr.url = http://localhost:${org.apache. obr.xml = repository.xml # Session timeout session.timeout = 300 +# Tuning of the artifacts column +artifacts.cache.rate = 3 +artifacts.page.length = 50