From deft-commits-return-346-apmail-incubator-deft-commits-archive=incubator.apache.org@incubator.apache.org Mon Feb 13 23:09:47 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 6D5129B8B for ; Mon, 13 Feb 2012 23:09:47 +0000 (UTC) Received: (qmail 3497 invoked by uid 500); 13 Feb 2012 23:09:47 -0000 Delivered-To: apmail-incubator-deft-commits-archive@incubator.apache.org Received: (qmail 3478 invoked by uid 500); 13 Feb 2012 23:09:47 -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 3471 invoked by uid 99); 13 Feb 2012 23:09:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 23:09:47 +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; Mon, 13 Feb 2012 23:09:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 279DA23888E4; Mon, 13 Feb 2012 23:09:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243730 - in /incubator/deft/trunk/awf-example-handlers: ./ README pom.xml src/ src/main/ src/main/java/ src/main/resources/ src/test/ src/test/java/ src/test/resources/ Date: Mon, 13 Feb 2012 23:09:24 -0000 To: deft-commits@incubator.apache.org From: jmeehan@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120213230924.279DA23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmeehan Date: Mon Feb 13 23:09:23 2012 New Revision: 1243730 URL: http://svn.apache.org/viewvc?rev=1243730&view=rev Log: DEFT-198 - New Project: Apache AWF Handlers Example Added: incubator/deft/trunk/awf-example-handlers/ incubator/deft/trunk/awf-example-handlers/README incubator/deft/trunk/awf-example-handlers/pom.xml incubator/deft/trunk/awf-example-handlers/src/ incubator/deft/trunk/awf-example-handlers/src/main/ incubator/deft/trunk/awf-example-handlers/src/main/java/ incubator/deft/trunk/awf-example-handlers/src/main/resources/ incubator/deft/trunk/awf-example-handlers/src/test/ incubator/deft/trunk/awf-example-handlers/src/test/java/ incubator/deft/trunk/awf-example-handlers/src/test/resources/ Added: incubator/deft/trunk/awf-example-handlers/README URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-handlers/README?rev=1243730&view=auto ============================================================================== --- incubator/deft/trunk/awf-example-handlers/README (added) +++ incubator/deft/trunk/awf-example-handlers/README Mon Feb 13 23:09:23 2012 @@ -0,0 +1 @@ +TODO: This project will most likely be deleted... \ No newline at end of file Added: incubator/deft/trunk/awf-example-handlers/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-handlers/pom.xml?rev=1243730&view=auto ============================================================================== --- incubator/deft/trunk/awf-example-handlers/pom.xml (added) +++ incubator/deft/trunk/awf-example-handlers/pom.xml Mon Feb 13 23:09:23 2012 @@ -0,0 +1,38 @@ + + + + 4.0.0 + + + org.apache.awf + awf-parent + 0.4.0-SNAPSHOT + ../awf-parent + + awf-example-handlers + + Apache AWF Handlers Example + + + + org.apache.awf + awf-core + + + +