Return-Path: X-Original-To: apmail-incubator-wookie-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-wookie-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC49F530B for ; Thu, 12 May 2011 12:45:36 +0000 (UTC) Received: (qmail 39504 invoked by uid 500); 12 May 2011 12:45:35 -0000 Delivered-To: apmail-incubator-wookie-dev-archive@incubator.apache.org Received: (qmail 39480 invoked by uid 500); 12 May 2011 12:45:35 -0000 Mailing-List: contact wookie-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wookie-dev@incubator.apache.org Delivered-To: mailing list wookie-dev@incubator.apache.org Received: (qmail 39445 invoked by uid 99); 12 May 2011 12:45:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 12:45:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of scott.bradley.wilson@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 12:45:26 +0000 Received: by wye20 with SMTP id 20so1259713wye.6 for ; Thu, 12 May 2011 05:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=Xx5RMJOxasCFAdHj5nm6SENFIr3jjOh4YlA4iakmEkY=; b=mdDdFN4uboVOB71be4d6qznv2vyNgAfFHSJudlVwkZOCf3sc1nTQdmvQLXdG31UU1j LaDO9Bks1BRRyI71Sv0UkgbC6uE/U2ee9HKKZF94ZtyumYFVlxAznz2PUWzZMLKFdsFV uMj5uc0M2iW7lg8tycnr6dfRJgKZYGTEuXXKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=ef6/o+UF9+k1USCtrJN5oPL0yRj2zroB3LQN+jLvmMENWpzDbPUVm14EOGxofX7IzA FkXMZIBGdXFOV8gxbQ4ktbKBlipUcxh6FqM8FBYosssqHYyqTVgP00RWOS0sMP5D8xYV TzeTgUEPaSQ/3S3eLpmRnfKTc1JWvmxChhcpY= Received: by 10.216.82.68 with SMTP id n46mr168235wee.57.1305204306281; Thu, 12 May 2011 05:45:06 -0700 (PDT) Received: from [192.168.10.171] ([95.147.254.120]) by mx.google.com with ESMTPS id m14sm594669wes.38.2011.05.12.05.45.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 May 2011 05:45:05 -0700 (PDT) From: Scott Wilson Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Loading features Date: Thu, 12 May 2011 13:45:03 +0100 Message-Id: To: wookie-dev Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Hi everyone, I've just changed the build scripts and properties for loading features = to make it simpler to load sets of features. I've written up the documentation on the CMS: = http://wookie.staging.apache.org/wookie/docs/developer/features.html (We could also apply this approach to building and deploying widgets.) S=