From notifications-return-17013-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Mon Oct 10 12:00:52 2011 Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD5F377AD for ; Mon, 10 Oct 2011 12:00:52 +0000 (UTC) Received: (qmail 80851 invoked by uid 500); 10 Oct 2011 12:00:52 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 80774 invoked by uid 500); 10 Oct 2011 12:00:52 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 80766 invoked by uid 99); 10 Oct 2011 12:00:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 12:00:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 10 Oct 2011 12:00:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9B3B42388A3F for ; Mon, 10 Oct 2011 12:00:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1180895 - in /ant/ivy/ivyde/trunk: build.xml builder/ASL2-header.xml builder/component/build.properties Date: Mon, 10 Oct 2011 12:00:27 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111010120027.9B3B42388A3F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Mon Oct 10 12:00:27 2011 New Revision: 1180895 URL: http://svn.apache.org/viewvc?rev=1180895&view=rev Log: Make the zip distrib of the binaries of IvyDE a p2 repository Added: ant/ivy/ivyde/trunk/builder/ASL2-header.xml (with props) Modified: ant/ivy/ivyde/trunk/build.xml ant/ivy/ivyde/trunk/builder/component/build.properties Modified: ant/ivy/ivyde/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/build.xml?rev=1180895&r1=1180894&r2=1180895&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/build.xml (original) +++ ant/ivy/ivyde/trunk/build.xml Mon Oct 10 12:00:27 2011 @@ -173,7 +173,7 @@ - + @@ -186,10 +186,14 @@ - + + + + + @@ -230,6 +234,35 @@ ivyde.build.version=${build.version} + + + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/ivyde/trunk/builder/ASL2-header.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: ant/ivy/ivyde/trunk/builder/component/build.properties URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/builder/component/build.properties?rev=1180895&r1=1180894&r2=1180895&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/builder/component/build.properties (original) +++ ant/ivy/ivyde/trunk/builder/component/build.properties Mon Oct 10 12:00:27 2011 @@ -25,8 +25,8 @@ #skipDirector=true generate.p2.metadata=true -p2.metadata.repo=file:${buildDirectory}/repository -p2.artifact.repo=file:${buildDirectory}/repository +p2.metadata.repo=file:${buildDirectory}/p2repo +p2.artifact.repo=file:${buildDirectory}/p2repo p2.metadata.repo.name=Apache IvyDE P2 Eclipse repository p2.artifact.repo.name=Apache IvyDE P2 Eclipse repository p2.publish.artifacts=false