Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 58931 invoked from network); 21 Jan 2008 23:47:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 23:47:58 -0000 Received: (qmail 1281 invoked by uid 500); 21 Jan 2008 23:47:48 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 1204 invoked by uid 500); 21 Jan 2008 23:47:48 -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 1194 invoked by uid 99); 21 Jan 2008 23:47:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 15:47:48 -0800 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; Mon, 21 Jan 2008 23:47:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1B3361A983A; Mon, 21 Jan 2008 15:47:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r614059 [2/2] - in /incubator/cxf/branches/2.0.x-fixes: ./ api/ buildtools/ common/ common/common/ common/schemas/ common/xjc/ common/xjc/dv-test/ common/xjc/dv/ common/xjc/ts-test/ common/xjc/ts/ common/xsd/ integration/ integration/jbi/ i... Date: Mon, 21 Jan 2008 23:47:28 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080121234737.1B3361A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/javato/test/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-java2wsdl-test jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools JavaTo Test http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../parent/pom.xml @@ -137,9 +137,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/test - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/javato/test - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-java2wsdl-test + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/javato/test + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/javato/test + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-java2wsdl-test Modified: incubator/cxf/branches/2.0.x-fixes/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools pom - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools http://cwiki.apache.org/CXF org.apache.cxf cxf - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator @@ -40,9 +40,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-tools + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-tools Modified: incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/validator/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-validator jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools Validator http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../parent/pom.xml @@ -116,9 +116,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/validator - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/validator - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-validator + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/validator + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/validator + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-validator Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-core jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo Core http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../../parent/pom.xml @@ -148,9 +148,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/core - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-wsdlto-core + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/core + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/core + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-wsdlto-core Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-databinding-jaxb jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo JAXB Databinding http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../../../parent/pom.xml @@ -65,9 +65,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/databinding/jaxb - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-wsdlto-databinding-jaxb + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/databinding/jaxb + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/databinding/jaxb + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-wsdlto-databinding-jaxb Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-jaxws jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo JAXWS Frontend http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../../../parent/pom.xml @@ -65,9 +65,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/frontend/jaxws - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-wsdlto-frontend-jaxws + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/frontend/jaxws + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/frontend/jaxws + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-wsdlto-frontend-jaxws Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-misctools jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo Misctools http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../../parent/pom.xml @@ -119,9 +119,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/misc - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-misctools + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/misc + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/misc + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-misctools Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto pom - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo http://cwiki.apache.org/CXF org.apache.cxf cxf-tools - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator @@ -40,9 +40,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-tools/cxf-tools-wsdlto + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-tools/cxf-tools-wsdlto Modified: incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml?rev=614059&r1=614058&r2=614059&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test/pom.xml Mon Jan 21 15:47:19 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-test jar - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator Apache CXF Command Line Tools WSDLTo Test http://cwiki.apache.org/CXF org.apache.cxf cxf-parent - 2.0.4-incubator-SNAPSHOT + 2.0.4-incubator ../../../parent/pom.xml @@ -104,9 +104,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/tools/wsdlto/test - http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/cxf-parent/cxf-tools-wsdlto-test + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/test + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/tools/wsdlto/test + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.0.4-incubator/cxf-parent/cxf-tools-wsdlto-test