Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 2895 invoked from network); 5 Feb 2007 15:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 15:56:04 -0000 Received: (qmail 322 invoked by uid 500); 5 Feb 2007 15:56:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 271 invoked by uid 500); 5 Feb 2007 15:56:09 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 256 invoked by uid 500); 5 Feb 2007 15:56:09 -0000 Received: (qmail 241 invoked by uid 99); 5 Feb 2007 15:56:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 07:56:09 -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, 05 Feb 2007 07:56:02 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DCF9B1A981C; Mon, 5 Feb 2007 07:55:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r503739 - in /ant/antlibs/common/trunk: build.xml ivy.xml Date: Mon, 05 Feb 2007 15:55:41 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070205155541.DCF9B1A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Mon Feb 5 07:55:40 2007 New Revision: 503739 URL: http://svn.apache.org/viewvc?view=rev&rev=503739 Log: Add ivy.xml creation Added: ant/antlibs/common/trunk/ivy.xml (with props) Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?view=diff&rev=503739&r1=503738&r2=503739 ============================================================================== --- ant/antlibs/common/trunk/build.xml (original) +++ ant/antlibs/common/trunk/build.xml Mon Feb 5 07:55:40 2007 @@ -231,6 +231,7 @@ + Added: ant/antlibs/common/trunk/ivy.xml URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/ivy.xml?view=auto&rev=503739 ============================================================================== --- ant/antlibs/common/trunk/ivy.xml (added) +++ ant/antlibs/common/trunk/ivy.xml Mon Feb 5 07:55:40 2007 @@ -0,0 +1,81 @@ + + + + Targets for ivy.xml creation/handling + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: ant/antlibs/common/trunk/ivy.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org