Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 73490 invoked from network); 23 Jul 2009 13:15:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jul 2009 13:15:28 -0000 Received: (qmail 2194 invoked by uid 500); 23 Jul 2009 13:16:33 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 2127 invoked by uid 500); 23 Jul 2009 13:16:33 -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 2118 invoked by uid 99); 23 Jul 2009 13:16:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2009 13:16:33 +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; Thu, 23 Jul 2009 13:16:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A4FCE23888C8; Thu, 23 Jul 2009 13:16:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r797059 - in /felix/trunk/sigil/bldcommon: build.properties common.xml Date: Thu, 23 Jul 2009 13:16:00 -0000 To: commits@felix.apache.org From: dsavage@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090723131600.A4FCE23888C8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dsavage Date: Thu Jul 23 13:16:00 2009 New Revision: 797059 URL: http://svn.apache.org/viewvc?rev=797059&view=rev Log: patch for FELIX-1393 now downloads sigil dependencies on first build Modified: felix/trunk/sigil/bldcommon/build.properties felix/trunk/sigil/bldcommon/common.xml Modified: felix/trunk/sigil/bldcommon/build.properties URL: http://svn.apache.org/viewvc/felix/trunk/sigil/bldcommon/build.properties?rev=797059&r1=797058&r2=797059&view=diff ============================================================================== --- felix/trunk/sigil/bldcommon/build.properties (original) +++ felix/trunk/sigil/bldcommon/build.properties Thu Jul 23 13:16:00 2009 @@ -27,10 +27,11 @@ # note: clean-local task assumes repository.pattern starts with ${ivy.module} repository.pattern = [module]/[revision]/[type]s/[artifact].[ext] -community.version = 1.4.0.SNAPSHOT -jini.version = 2.1 -paremus.version = ${default.version} -bundle.version = ${paremus.version} +ivy.install.version=2.0.0 +bnd.install.version=0.0.312 +equinox.install.version=3.4.0.v20080421-2006 +equinox.release=ganymede + resolve.log = download-only # over-ridden by hudson Modified: felix/trunk/sigil/bldcommon/common.xml URL: http://svn.apache.org/viewvc/felix/trunk/sigil/bldcommon/common.xml?rev=797059&r1=797058&r2=797059&view=diff ============================================================================== --- felix/trunk/sigil/bldcommon/common.xml (original) +++ felix/trunk/sigil/bldcommon/common.xml Thu Jul 23 13:16:00 2009 @@ -49,32 +49,12 @@ - + + - - - - - - - - - - - - - @@ -246,7 +226,7 @@ - @@ -276,9 +256,15 @@ + + + + - + + + + + + + + + + + + + + + + + + + + + + + + Initialising sigil with ${sigil.jar.dir} + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cds load boot ${test.bundle.symbolic.name}.jar ${jar} - - - - - - - - - - - - - - - - - - nim policy -a osgi.installed.bundle/${test.bundle.fragment.name} osgi.fragment.bundle/${test.bundle.symbolic.name}:${test.bundle.version} - - nim add ${test.bundle.symbolic.name}:${test.bundle.version}@fragment - - - - nim add ${test.bundle.symbolic.name}:${test.bundle.version}@installed - - - - - -