From deft-commits-return-358-apmail-incubator-deft-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 14 21:58:32 2012 Return-Path: X-Original-To: apmail-incubator-deft-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deft-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 3A1379961 for ; Tue, 14 Feb 2012 21:58:32 +0000 (UTC) Received: (qmail 147 invoked by uid 500); 14 Feb 2012 21:58:32 -0000 Delivered-To: apmail-incubator-deft-commits-archive@incubator.apache.org Received: (qmail 120 invoked by uid 500); 14 Feb 2012 21:58:32 -0000 Mailing-List: contact deft-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deft-dev@incubator.apache.org Delivered-To: mailing list deft-commits@incubator.apache.org Received: (qmail 100 invoked by uid 99); 14 Feb 2012 21:58:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 21:58:31 +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; Tue, 14 Feb 2012 21:58:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 00A0F23888FD; Tue, 14 Feb 2012 21:58:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1244230 - in /incubator/deft/trunk: awf-core/pom.xml awf-example-gossip/pom.xml awf-example-handlers/pom.xml awf-parent/ pom.xml Date: Tue, 14 Feb 2012 21:58:10 -0000 To: deft-commits@incubator.apache.org From: slemesle@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120214215811.00A0F23888FD@eris.apache.org> Author: slemesle Date: Tue Feb 14 21:58:09 2012 New Revision: 1244230 URL: http://svn.apache.org/viewvc?rev=1244230&view=rev Log: DEFT-198 - Remove awf-parent and use a single top level pom Added: incubator/deft/trunk/pom.xml - copied, changed from r1244223, incubator/deft/trunk/awf-parent/pom.xml Removed: incubator/deft/trunk/awf-parent/ Modified: incubator/deft/trunk/awf-core/pom.xml incubator/deft/trunk/awf-example-gossip/pom.xml incubator/deft/trunk/awf-example-handlers/pom.xml Modified: incubator/deft/trunk/awf-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-core/pom.xml?rev=1244230&r1=1244229&r2=1244230&view=diff ============================================================================== --- incubator/deft/trunk/awf-core/pom.xml (original) +++ incubator/deft/trunk/awf-core/pom.xml Tue Feb 14 21:58:09 2012 @@ -22,7 +22,6 @@ org.apache.awf awf-parent 0.4.0-SNAPSHOT - ../awf-parent awf-core Modified: incubator/deft/trunk/awf-example-gossip/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-gossip/pom.xml?rev=1244230&r1=1244229&r2=1244230&view=diff ============================================================================== --- incubator/deft/trunk/awf-example-gossip/pom.xml (original) +++ incubator/deft/trunk/awf-example-gossip/pom.xml Tue Feb 14 21:58:09 2012 @@ -22,7 +22,6 @@ org.apache.awf awf-parent 0.4.0-SNAPSHOT - ../awf-parent awf-example-gossip Modified: incubator/deft/trunk/awf-example-handlers/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-handlers/pom.xml?rev=1244230&r1=1244229&r2=1244230&view=diff ============================================================================== --- incubator/deft/trunk/awf-example-handlers/pom.xml (original) +++ incubator/deft/trunk/awf-example-handlers/pom.xml Tue Feb 14 21:58:09 2012 @@ -22,7 +22,6 @@ org.apache.awf awf-parent 0.4.0-SNAPSHOT - ../awf-parent awf-example-handlers Copied: incubator/deft/trunk/pom.xml (from r1244223, incubator/deft/trunk/awf-parent/pom.xml) URL: http://svn.apache.org/viewvc/incubator/deft/trunk/pom.xml?p2=incubator/deft/trunk/pom.xml&p1=incubator/deft/trunk/awf-parent/pom.xml&r1=1244223&r2=1244230&rev=1244230&view=diff ============================================================================== --- incubator/deft/trunk/awf-parent/pom.xml (original) +++ incubator/deft/trunk/pom.xml Tue Feb 14 21:58:09 2012 @@ -119,8 +119,8 @@ - ../awf-core - ../awf-example-gossip - ../awf-example-handlers + awf-core + awf-example-gossip + awf-example-handlers \ No newline at end of file