Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D41710FDF for ; Fri, 23 Aug 2013 01:19:45 +0000 (UTC) Received: (qmail 65346 invoked by uid 500); 23 Aug 2013 01:19:43 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 64826 invoked by uid 500); 23 Aug 2013 01:19:43 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 64017 invoked by uid 99); 23 Aug 2013 01:19:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 01:19:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4851C8C3543; Fri, 23 Aug 2013 01:19:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hlship@apache.org To: commits@tapestry.apache.org Date: Fri, 23 Aug 2013 01:20:06 -0000 Message-Id: In-Reply-To: <1bd26e6212074823a809c23ce285294e@git.apache.org> References: <1bd26e6212074823a809c23ce285294e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/35] git commit: Rename ControlGroup mixin to FieldGroup Rename ControlGroup mixin to FieldGroup Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/84893732 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/84893732 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/84893732 Branch: refs/heads/master Commit: 84893732569f7090a5e6b01c9fda81c5ef53bc37 Parents: 024e44a Author: Howard M. Lewis Ship Authored: Thu Aug 22 17:42:17 2013 -0700 Committer: Howard M. Lewis Ship Committed: Thu Aug 22 17:42:17 2013 -0700 ---------------------------------------------------------------------- .../tapestry5/corelib/mixins/ControlGroup.java | 61 -------------------- 1 file changed, 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/84893732/tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/ControlGroup.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/ControlGroup.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/ControlGroup.java deleted file mode 100644 index 5835aa5..0000000 --- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/ControlGroup.java +++ /dev/null @@ -1,61 +0,0 @@ -// Copyright 2013 The Apache Software Foundation -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package org.apache.tapestry5.corelib.mixins; - -import org.apache.tapestry5.Field; -import org.apache.tapestry5.MarkupWriter; -import org.apache.tapestry5.annotations.HeartbeatDeferred; -import org.apache.tapestry5.annotations.InjectContainer; -import org.apache.tapestry5.dom.Element; - -/** - * Applied to a {@link org.apache.tapestry5.Field}, this provides the outer layers of Bootstrap: - * an outer {@code
}, a {@code