Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 27160 invoked from network); 13 Feb 2007 00:41:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 00:41:28 -0000 Received: (qmail 4641 invoked by uid 500); 13 Feb 2007 00:41:35 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 4602 invoked by uid 500); 13 Feb 2007 00:41:35 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 4591 invoked by uid 99); 13 Feb 2007 00:41:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 16:41:35 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 16:41:27 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 431271A981D; Mon, 12 Feb 2007 16:41:07 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506768 - in /forrest/branches/ivyBuild/tools/ivy/build-scripts: ./ common-ivy.xml common-java.xml common-webapp.xml Date: Tue, 13 Feb 2007 00:41:07 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070213004107.431271A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgardler Date: Mon Feb 12 16:41:06 2007 New Revision: 506768 URL: http://svn.apache.org/viewvc?view=rev&rev=506768 Log: Some example/utility build scripts Added: forrest/branches/ivyBuild/tools/ivy/build-scripts/ forrest/branches/ivyBuild/tools/ivy/build-scripts/common-ivy.xml forrest/branches/ivyBuild/tools/ivy/build-scripts/common-java.xml forrest/branches/ivyBuild/tools/ivy/build-scripts/common-webapp.xml Added: forrest/branches/ivyBuild/tools/ivy/build-scripts/common-ivy.xml URL: http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/build-scripts/common-ivy.xml?view=auto&rev=506768 ============================================================================== --- forrest/branches/ivyBuild/tools/ivy/build-scripts/common-ivy.xml (added) +++ forrest/branches/ivyBuild/tools/ivy/build-scripts/common-ivy.xml Mon Feb 12 16:41:06 2007 @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/branches/ivyBuild/tools/ivy/build-scripts/common-java.xml URL: http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/build-scripts/common-java.xml?view=auto&rev=506768 ============================================================================== --- forrest/branches/ivyBuild/tools/ivy/build-scripts/common-java.xml (added) +++ forrest/branches/ivyBuild/tools/ivy/build-scripts/common-java.xml Mon Feb 12 16:41:06 2007 @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling test files in ${project.test.src.dir} + + + + + + Copying resources from test source directory + + + + + + + + + + + + + Compiling files in ${project.core.src.dir} + + + + + + Copying resources from source directory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: forrest/branches/ivyBuild/tools/ivy/build-scripts/common-webapp.xml URL: http://svn.apache.org/viewvc/forrest/branches/ivyBuild/tools/ivy/build-scripts/common-webapp.xml?view=auto&rev=506768 ============================================================================== --- forrest/branches/ivyBuild/tools/ivy/build-scripts/common-webapp.xml (added) +++ forrest/branches/ivyBuild/tools/ivy/build-scripts/common-webapp.xml Mon Feb 12 16:41:06 2007 @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +