Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 98495 invoked from network); 23 Oct 2007 18:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 18:01:22 -0000 Received: (qmail 49570 invoked by uid 500); 23 Oct 2007 18:01:10 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 49505 invoked by uid 500); 23 Oct 2007 18:01:09 -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 49496 invoked by uid 99); 23 Oct 2007 18:01:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 11:01:09 -0700 X-ASF-Spam-Status: No, hits=-100.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; Tue, 23 Oct 2007 18:01:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D43B11A9838; Tue, 23 Oct 2007 11:01:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587575 - in /incubator/cxf/trunk: parent/pom.xml systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java Date: Tue, 23 Oct 2007 18:01:01 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071023180101.D43B11A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Oct 23 11:01:00 2007 New Revision: 587575 URL: http://svn.apache.org/viewvc?rev=587575&view=rev Log: Refork the server Update to latest remote-resources and jar bundle for latest NOTICE file format Modified: incubator/cxf/trunk/parent/pom.xml incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java Modified: incubator/cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=587575&r1=587574&r2=587575&view=diff ============================================================================== --- incubator/cxf/trunk/parent/pom.xml (original) +++ incubator/cxf/trunk/parent/pom.xml Tue Oct 23 11:01:00 2007 @@ -251,7 +251,7 @@ maven-remote-resources-plugin - 1.0-alpha-5 + 1.0-alpha-6 org.apache.cxf @@ -267,13 +267,14 @@ org.apache:apache-incubator-disclaimer-resource-bundle:1.1 - org.apache:apache-jar-resource-bundle:1.2 + org.apache:apache-jar-resource-bundle:1.3 notice-supplements.xml true + true Apache CXF Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java?rev=587575&r1=587574&r2=587575&view=diff ============================================================================== --- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java (original) +++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerMiscTest.java Tue Oct 23 11:01:00 2007 @@ -58,7 +58,7 @@ @BeforeClass public static void startServers() throws Exception { - assertTrue("server did not launch correctly", launchServer(ServerMisc.class, true)); + assertTrue("server did not launch correctly", launchServer(ServerMisc.class)); } @Test