Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 8509 invoked from network); 22 Jul 2009 19:17:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 19:17:36 -0000 Received: (qmail 73874 invoked by uid 500); 22 Jul 2009 19:18:42 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 73806 invoked by uid 500); 22 Jul 2009 19:18:41 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 73797 invoked by uid 99); 22 Jul 2009 19:18:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 19:18:41 +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, 22 Jul 2009 19:18:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 854252388878; Wed, 22 Jul 2009 19:18:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796841 - in /felix/trunk/sigil/bldcommon: ivysettings.xml sigil-repos.properties Date: Wed, 22 Jul 2009 19:18:11 -0000 To: commits@felix.apache.org From: dsavage@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090722191811.854252388878@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dsavage Date: Wed Jul 22 19:18:11 2009 New Revision: 796841 URL: http://svn.apache.org/viewvc?rev=796841&view=rev Log: FELIX-1368 set up resolvers and chaches for external ivy dependencies Modified: felix/trunk/sigil/bldcommon/ivysettings.xml felix/trunk/sigil/bldcommon/sigil-repos.properties Modified: felix/trunk/sigil/bldcommon/ivysettings.xml URL: http://svn.apache.org/viewvc/felix/trunk/sigil/bldcommon/ivysettings.xml?rev=796841&r1=796840&r2=796841&view=diff ============================================================================== --- felix/trunk/sigil/bldcommon/ivysettings.xml (original) +++ felix/trunk/sigil/bldcommon/ivysettings.xml Wed Jul 22 19:18:11 2009 @@ -19,7 +19,7 @@ --> - + @@ -45,7 +45,8 @@ + extractBCP="true" + cache="sigil"/> @@ -59,14 +60,37 @@ + + + + + + + + + + + + + + + + + + + + + + + Modified: felix/trunk/sigil/bldcommon/sigil-repos.properties URL: http://svn.apache.org/viewvc/felix/trunk/sigil/bldcommon/sigil-repos.properties?rev=796841&r1=796840&r2=796841&view=diff ============================================================================== --- felix/trunk/sigil/bldcommon/sigil-repos.properties (original) +++ felix/trunk/sigil/bldcommon/sigil-repos.properties Wed Jul 22 19:18:11 2009 @@ -16,12 +16,12 @@ bld-common;provider: filesystem bld-common;level: 1 bld-common;recurse: true -bld-common;dir: ${.}/lib +bld-common;dir: ${..}/cache/all bld-hack;provider: filesystem bld-hack;level: 2 bld-hack;recurse: true -bld-hack;dir: ${.}/hack +bld-hack;dir: ${..}/cache/eclipse2 spring;provider: obr spring;level: 3