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 024F29D4E for ; Wed, 28 Mar 2012 20:23:46 +0000 (UTC) Received: (qmail 94640 invoked by uid 500); 28 Mar 2012 20:23:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 94605 invoked by uid 500); 28 Mar 2012 20:23:46 -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 94598 invoked by uid 99); 28 Mar 2012 20:23:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 20:23:46 +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; Wed, 28 Mar 2012 20:23:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9A1092388860 for ; Wed, 28 Mar 2012 20:23:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1306571 - /ant/ivy/updatesite/branches/p2repo-only/doc/index.html Date: Wed, 28 Mar 2012 20:23:25 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120328202325.9A1092388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Wed Mar 28 20:23:25 2012 New Revision: 1306571 URL: http://svn.apache.org/viewvc?rev=1306571&view=rev Log: Document also for Ivy Modified: ant/ivy/updatesite/branches/p2repo-only/doc/index.html Modified: ant/ivy/updatesite/branches/p2repo-only/doc/index.html URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/branches/p2repo-only/doc/index.html?rev=1306571&r1=1306570&r2=1306571&view=diff ============================================================================== --- ant/ivy/updatesite/branches/p2repo-only/doc/index.html (original) +++ ant/ivy/updatesite/branches/p2repo-only/doc/index.html Wed Mar 28 20:23:25 2012 @@ -38,7 +38,7 @@ The svn location of the updatesite build
  • For an Ivy release: As you have a build jar for Ivy, just do: ant build-ivy-p2-repo -Divy.jar=...../path/to/ivy.jar -
  • +
  • For an IvyDE release: The zip distribution needs to be unpacked into the updatesite directory: ant build-ivyde-p2-repo -Divyde.zip=...../path/to/org.apache.ivyde.feature-${VERSION}.zip @@ -49,8 +49,14 @@ The folder of the generated p2 repositor Note: from now on in the present doc, ${VERSION} references the renamed version. -Now the binary files need to be signed; run: +Now the binary files need to be signed. +
    • For an Ivy release:
    • +
      ./signArtifacts.sh ivy-${VERSION}
      +
    • +For an IvyDE release:
      ./signArtifacts.sh ivyde-${VERSION}
      +
    • +
    And finally commit your changes in dist/dev (this will put the p2 repository in the dev space of the dist repository).