Return-Path: Delivered-To: apmail-geronimo-servicemix-commits-archive@www.apache.org Received: (qmail 50216 invoked from network); 19 Jun 2006 20:20:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 20:20:28 -0000 Received: (qmail 55141 invoked by uid 500); 19 Jun 2006 20:20:28 -0000 Delivered-To: apmail-geronimo-servicemix-commits-archive@geronimo.apache.org Received: (qmail 55104 invoked by uid 500); 19 Jun 2006 20:20:28 -0000 Mailing-List: contact servicemix-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-dev@geronimo.apache.org Delivered-To: mailing list servicemix-commits@geronimo.apache.org Received: (qmail 55090 invoked by uid 99); 19 Jun 2006 20:20:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 13:20:27 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 13:20:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B68E21A983A; Mon, 19 Jun 2006 13:20:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r415404 - in /incubator/servicemix/trunk: apache-servicemix/pom.xml pom.xml servicemix-eip/pom.xml servicemix-jsr181/pom.xml servicemix-wsn2005/pom.xml Date: Mon, 19 Jun 2006 20:20:05 -0000 To: servicemix-commits@geronimo.apache.org From: gnodet@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060619202006.B68E21A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: gnodet Date: Mon Jun 19 13:20:05 2006 New Revision: 415404 URL: http://svn.apache.org/viewvc?rev=415404&view=rev Log: Upgrade to xfire-1.1.1, jaxb 2.0.1 Include beanflow in distribution Clean component installers Modified: incubator/servicemix/trunk/apache-servicemix/pom.xml incubator/servicemix/trunk/pom.xml incubator/servicemix/trunk/servicemix-eip/pom.xml incubator/servicemix/trunk/servicemix-jsr181/pom.xml incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Modified: incubator/servicemix/trunk/apache-servicemix/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/pom.xml?rev=415404&r1=415403&r2=415404&view=diff ============================================================================== --- incubator/servicemix/trunk/apache-servicemix/pom.xml (original) +++ incubator/servicemix/trunk/apache-servicemix/pom.xml Mon Jun 19 13:20:05 2006 @@ -97,6 +97,10 @@ servicemix-components + ${pom.groupId} + servicemix-beanflow + + org.apache.servicemix.samples wsdl-first Modified: incubator/servicemix/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=415404&r1=415403&r2=415404&view=diff ============================================================================== --- incubator/servicemix/trunk/pom.xml (original) +++ incubator/servicemix/trunk/pom.xml Mon Jun 19 13:20:05 2006 @@ -222,7 +222,7 @@ 1.5 2.0EA3 1.0-M1 - 1.1 + 1.1.1 2.1 @@ -279,6 +279,18 @@ ActiveMQ Maven2 Temp Repository http://people.apache.org/~chirino/incubator-activemq-4.0/maven2 + + + codehaus + Codehaus repo + http://repository.codehaus.org + + + codehaus.m1 + Codehaus M1 repo + http://dist.codehaus.org + legacy + @@ -378,6 +390,11 @@ wsdl-first 3.0-SNAPSHOT + + ${pom.groupId} + servicemix-beanflow + 3.0-SNAPSHOT + org.apache.servicemix.dependencies @@ -402,12 +419,35 @@ com.sun.xml.bind jaxb-impl + 2.0.1 + + + javax.xml + jsr173 + + + javax.jws + jsr181-api + + + javax.activation + activation + + + + + javax.xml + jaxb-api 2.0 javax.xml jsr173 + + javax.activation + activation + @@ -1506,12 +1546,50 @@ qdox qdox + + com.sun.xml.bind + jaxb-xjc + org.codehaus.xfire xfire-xmlbeans ${xfire.version} + + + httpunit + httpunit + + + jetty + org.mortbay.jetty + + + commons-httpclient + commons-httpclient + + + javax.mail + mail + + + javax.activation + activation + + + ant + ant + + + commons-beanutils + commons-beanutils + + + qdox + qdox + + org.codehaus.xfire Modified: incubator/servicemix/trunk/servicemix-eip/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-eip/pom.xml?rev=415404&r1=415403&r2=415404&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-eip/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-eip/pom.xml Mon Jun 19 13:20:05 2006 @@ -50,6 +50,11 @@ provided + commons-logging + commons-logging + provided + + log4j log4j test Modified: incubator/servicemix/trunk/servicemix-jsr181/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jsr181/pom.xml?rev=415404&r1=415403&r2=415404&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-jsr181/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-jsr181/pom.xml Mon Jun 19 13:20:05 2006 @@ -43,6 +43,10 @@ xfire-jaxb2 + com.sun.xml.bind + jaxb-impl + + org.codehaus.xfire xfire-xmlbeans @@ -84,6 +88,7 @@ + + + org.apache.xbean + maven-xbean-plugin + + + + http://servicemix.apache.org/jsr181/1.0 + + + mapping + + + org.apache.servicemix.tooling Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=415404&r1=415403&r2=415404&view=diff ============================================================================== --- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original) +++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Mon Jun 19 13:20:05 2006 @@ -57,16 +57,11 @@ incubator-activemq activemq-core + provided - com.sun.xml + com.sun.xml.bind jaxb-impl - - - javax.jws - jsr181-api - - javax.xml @@ -117,6 +112,7 @@ + + + maven-antrun-plugin + + + generate-sources + + + + + + + + + + + ${basedir}/target/jaxws + + + run + + + + + + org.codehaus.xfire + xfire-generator + 1.1.1 + + + org.codehaus.xfire + xfire-jaxws + 1.1.1 + +