Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 17373 invoked from network); 27 Mar 2008 19:10:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2008 19:10:03 -0000 Received: (qmail 39512 invoked by uid 500); 27 Mar 2008 19:10:02 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 39466 invoked by uid 500); 27 Mar 2008 19:10:01 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 39457 invoked by uid 99); 27 Mar 2008 19:10:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 12:10:01 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 19:09:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 025E21A983A; Thu, 27 Mar 2008 12:09:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r641954 - in /incubator/cxf/branches/2.0.x-fixes: ./ parent/pom.xml pom.xml Date: Thu, 27 Mar 2008 19:09:31 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080327190932.025E21A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Thu Mar 27 12:09:30 2008 New Revision: 641954 URL: http://svn.apache.org/viewvc?rev=641954&view=rev Log: Merged revisions 641844 via svnmerge from https://svn.apache.org/repos/asf/incubator/cxf/trunk ........ r641844 | dkulp | 2008-03-27 11:23:05 -0400 (Thu, 27 Mar 2008) | 4 lines Update to latest servicemix to fix build failures Remove non-asci chars causing build warnings Change to non-https java.net repo (faster) ........ Modified: incubator/cxf/branches/2.0.x-fixes/ (props changed) incubator/cxf/branches/2.0.x-fixes/parent/pom.xml incubator/cxf/branches/2.0.x-fixes/pom.xml Propchange: incubator/cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: incubator/cxf/branches/2.0.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=641954&r1=641953&r2=641954&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/parent/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/parent/pom.xml Thu Mar 27 12:09:30 2008 @@ -62,7 +62,7 @@ VALIDATION_AUTO true - 3.1.2 + 3.2.1 Modified: incubator/cxf/branches/2.0.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/pom.xml?rev=641954&r1=641953&r2=641954&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/pom.xml Thu Mar 27 12:09:30 2008 @@ -140,6 +140,15 @@ maven-plugins/eclipse-plugin-generator + + + java.net + java.net Maven Repository + http://download.java.net/maven/1/ + legacy + + +