Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 54525 invoked from network); 24 Apr 2008 18:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 18:32:50 -0000 Received: (qmail 96820 invoked by uid 500); 24 Apr 2008 18:32:51 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 96754 invoked by uid 500); 24 Apr 2008 18:32:51 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 96743 invoked by uid 500); 24 Apr 2008 18:32:51 -0000 Delivered-To: apmail-incubator-cxf-commits@incubator.apache.org Received: (qmail 96740 invoked by uid 99); 24 Apr 2008 18:32:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 11:32:51 -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, 24 Apr 2008 18:32:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 166161A983A; Thu, 24 Apr 2008 11:32:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r651339 [2/2] - in /incubator/cxf/trunk: ./ 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/ distribution/ distribution/bundle/ distributio... Date: Thu, 24 Apr 2008 18:30:56 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080424183224.166161A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/cxf/trunk/tools/wsdlto/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/core/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/core/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-core jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo Core http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../parent/pom.xml @@ -148,8 +148,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/core - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/core + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/core + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/core Modified: incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-databinding-jaxb jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo JAXB Databinding http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../../parent/pom.xml @@ -65,8 +65,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/databinding/jaxb - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/databinding/jaxb + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb Modified: incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/frontend/javascript/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-javascript jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDL to JavaScript Front End http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../../parent/pom.xml @@ -77,8 +77,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/frontend/javascript - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/frontend/javascript + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/javascript + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/javascript Modified: incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-jaxws jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo JAXWS Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../../parent/pom.xml @@ -65,8 +65,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/frontend/jaxws - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/frontend/jaxws + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws Modified: incubator/cxf/trunk/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/misc/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/misc/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/misc/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-misctools jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo Misctools http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../parent/pom.xml @@ -119,8 +119,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/misc - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/misc + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/misc + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/misc Modified: incubator/cxf/trunk/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto pom - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo http://cxf.apache.org org.apache.cxf cxf-tools - 2.1 + 2.1.1-SNAPSHOT @@ -41,8 +41,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto Modified: incubator/cxf/trunk/tools/wsdlto/test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/test/pom.xml?rev=651339&r1=651338&r2=651339&view=diff ============================================================================== --- incubator/cxf/trunk/tools/wsdlto/test/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdlto/test/pom.xml Thu Apr 24 11:30:17 2008 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-test jar - 2.1 + 2.1.1-SNAPSHOT Apache CXF Command Line Tools WSDLTo Test http://cxf.apache.org org.apache.cxf cxf-parent - 2.1 + 2.1.1-SNAPSHOT ../../../parent/pom.xml @@ -104,8 +104,8 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/test - scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/tags/cxf-2.1/tools/wsdlto/test + scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/test + scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/tools/wsdlto/test