Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 74174 invoked from network); 13 Jan 2006 22:41:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 22:41:05 -0000 Received: (qmail 6196 invoked by uid 500); 13 Jan 2006 22:41:04 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 5907 invoked by uid 500); 13 Jan 2006 22:41:03 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 5896 invoked by uid 99); 13 Jan 2006 22:41:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 14:41:02 -0800 X-ASF-Spam-Status: No, hits=-8.6 required=10.0 tests=ALL_TRUSTED,INFO_TLD,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Jan 2006 14:41:01 -0800 Received: (qmail 74080 invoked by uid 65534); 13 Jan 2006 22:40:41 -0000 Message-ID: <20060113224041.74079.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368890 - in /maven/maven-1/plugins/trunk/eclipse: ./ src/main/ src/main/org/ src/main/org/maven/ src/main/org/maven/eclipse/ xdocs/ Date: Fri, 13 Jan 2006 22:40:39 -0000 To: commits@maven.apache.org From: snicoll@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: snicoll Date: Fri Jan 13 14:40:30 2006 New Revision: 368890 URL: http://svn.apache.org/viewcvs?rev=368890&view=rev Log: MPECLIPSE-60: Now trying to download java sources archives from the remote repositories. Added: maven/maven-1/plugins/trunk/eclipse/src/main/ maven/maven-1/plugins/trunk/eclipse/src/main/org/ maven/maven-1/plugins/trunk/eclipse/src/main/org/maven/ maven/maven-1/plugins/trunk/eclipse/src/main/org/maven/eclipse/ maven/maven-1/plugins/trunk/eclipse/src/main/org/maven/eclipse/JavaSourcesDownloader.java (with props) Modified: maven/maven-1/plugins/trunk/eclipse/plugin.jelly maven/maven-1/plugins/trunk/eclipse/plugin.properties maven/maven-1/plugins/trunk/eclipse/project.xml maven/maven-1/plugins/trunk/eclipse/xdocs/changes.xml maven/maven-1/plugins/trunk/eclipse/xdocs/index.xml maven/maven-1/plugins/trunk/eclipse/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/eclipse/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/eclipse/plugin.jelly?rev=368890&r1=368889&r2=368890&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/eclipse/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/eclipse/plugin.jelly Fri Jan 13 14:40:30 2006 @@ -17,9 +17,14 @@ */ --> + xmlns:maven="jelly:maven" xmlns:eclipse="eclipse"> + + + - @@ -30,6 +35,17 @@ + + + + + +