Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 69200 invoked from network); 2 Dec 2009 21:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 21:42:19 -0000 Received: (qmail 7223 invoked by uid 500); 2 Dec 2009 21:42:19 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 7120 invoked by uid 500); 2 Dec 2009 21:42:19 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 7111 invoked by uid 99); 2 Dec 2009 21:42:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 21:42:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 02 Dec 2009 21:42:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B6C63238898B; Wed, 2 Dec 2009 21:41:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886318 - in /myfaces/tomahawk/trunk: core/pom.xml examples/simple/pom.xml Date: Wed, 02 Dec 2009 21:41:55 -0000 To: commits@myfaces.apache.org From: ckormos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091202214155.B6C63238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ckormos Date: Wed Dec 2 21:41:55 2009 New Revision: 886318 URL: http://svn.apache.org/viewvc?rev=886318&view=rev Log: fixed adding myfaces builder plugin generated sources to have them available in the myfaces examples (Mathias Scharl request) Modified: myfaces/tomahawk/trunk/core/pom.xml myfaces/tomahawk/trunk/examples/simple/pom.xml Modified: myfaces/tomahawk/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=886318&r1=886317&r2=886318&view=diff ============================================================================== --- myfaces/tomahawk/trunk/core/pom.xml (original) +++ myfaces/tomahawk/trunk/core/pom.xml Wed Dec 2 21:41:55 2009 @@ -533,6 +533,7 @@ ${project.build.directory}/shared_sources + ${project.build.directory}/myfaces-builder-plugin/main/java Modified: myfaces/tomahawk/trunk/examples/simple/pom.xml URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/pom.xml?rev=886318&r1=886317&r2=886318&view=diff ============================================================================== --- myfaces/tomahawk/trunk/examples/simple/pom.xml (original) +++ myfaces/tomahawk/trunk/examples/simple/pom.xml Wed Dec 2 21:41:55 2009 @@ -43,6 +43,12 @@ ${project.version} sources + + org.apache.myfaces.tomahawk + tomahawk + ${project.version} + sources + ${project.build.directory}/${project.build.finalName}/WEB-INF/src