Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 43645 invoked from network); 15 Aug 2008 21:50:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 21:50:59 -0000 Received: (qmail 50828 invoked by uid 500); 15 Aug 2008 21:50:58 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 50741 invoked by uid 500); 15 Aug 2008 21:50:57 -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 50668 invoked by uid 99); 15 Aug 2008 21:50:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 14:50:57 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 21:49:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A25C23889FF; Fri, 15 Aug 2008 14:50:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r686382 [3/8] - in /cxf/trunk: distribution/src/main/release/bin/ distribution/src/main/release/samples/callback/ distribution/src/main/release/samples/configuration_interceptor/ distribution/src/main/release/samples/configuration_intercept... Date: Fri, 15 Aug 2008 21:50:23 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080815215026.6A25C23889FF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,172 +1,172 @@ - - - 4.0.0 - org.apache.cxf.samples - jaxws_handlers - 1.0 - - [2,) - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.cxf - cxf-codegen-plugin - LATEST - - - generate-SOAPService1 - generate-sources - - - - ${basedir}/wsdl/addNumbers.wsdl - - - - - wsdl2java - - - - - - maven-antrun-plugin - - - copyxmlfiles - generate-sources - - run - - - - - - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.handlers.server.Server - - ${basedir}/wsdl/addNumbers.wsdl - - - - - - - - - - client - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.handlers.client.Client - - ${basedir}/wsdl/addNumbers.wsdl - - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - + + + 4.0.0 + org.apache.cxf.samples + jaxws_handlers + 1.0 + + [2,) + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.cxf + cxf-codegen-plugin + LATEST + + + generate-SOAPService1 + generate-sources + + + + ${basedir}/wsdl/addNumbers.wsdl + + + + + wsdl2java + + + + + + maven-antrun-plugin + + + copyxmlfiles + generate-sources + + run + + + + + + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.handlers.server.Server + + ${basedir}/wsdl/addNumbers.wsdl + + + + + + + + + + client + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.handlers.client.Client + + ${basedir}/wsdl/addNumbers.wsdl + + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,190 +1,190 @@ - - - 4.0.0 - org.apache.cxf.samples - jms_pubsub - 1.0 - - [2,) - [5,) - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.cxf - cxf-codegen-plugin - LATEST - - - generate-sources - generate-sources - - - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - wsdl2java - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.server.Server - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - - - - - - client - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.client.Client - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - - - - - - jms.broker - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.broker.EmbeddedBroker - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-jms - ${cxf.version} - - - org.apache.activemq - activemq-core - ${activemq.version} - - - + + + 4.0.0 + org.apache.cxf.samples + jms_pubsub + 1.0 + + [2,) + [5,) + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.cxf + cxf-codegen-plugin + LATEST + + + generate-sources + generate-sources + + + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + wsdl2java + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.server.Server + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + + + + + + client + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.client.Client + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + + + + + + jms.broker + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.broker.EmbeddedBroker + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-jms + ${cxf.version} + + + org.apache.activemq + activemq-core + ${activemq.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,190 +1,190 @@ - - - 4.0.0 - org.apache.cxf.samples - jms_queue - 1.0 - - [2,) - [5,) - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.cxf - cxf-codegen-plugin - LATEST - - - generate-sources - generate-sources - - - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - wsdl2java - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.server.Server - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - - - - - - client - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.client.Client - - ${basedir}/wsdl/jms_greeter.wsdl - - - - - - - - - - jms.broker - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.jms_greeter.broker.EmbeddedBroker - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-jms - ${cxf.version} - - - org.apache.activemq - activemq-core - ${activemq.version} - - - + + + 4.0.0 + org.apache.cxf.samples + jms_queue + 1.0 + + [2,) + [5,) + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.cxf + cxf-codegen-plugin + LATEST + + + generate-sources + generate-sources + + + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + wsdl2java + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.server.Server + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + + + + + + client + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.client.Client + + ${basedir}/wsdl/jms_greeter.wsdl + + + + + + + + + + jms.broker + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.jms_greeter.broker.EmbeddedBroker + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-jms + ${cxf.version} + + + org.apache.activemq + activemq-core + ${activemq.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,127 +1,127 @@ - - - 4.0.0 - org.apache.cxf.samples - js_browser_client_java - 1.0 - - [2,) - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - maven-antrun-plugin - - - copyxmlfiles - generate-sources - - run - - - - - - - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.hw.server.Server - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - org.apache.cxf - cxf-rt-javascript - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - + + + 4.0.0 + org.apache.cxf.samples + js_browser_client_java + 1.0 + + [2,) + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-antrun-plugin + + + copyxmlfiles + generate-sources + + run + + + + + + + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.hw.server.Server + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + org.apache.cxf + cxf-rt-javascript + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,174 +1,174 @@ - - - 4.0.0 - org.apache.cxf.samples - js_browser_client_simple - 1.0 - - [2,) - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.cxf - cxf-codegen-plugin - LATEST - - - generate-sources - generate-sources - - - - ${basedir}/wsdl/hello_world.wsdl - - - - - wsdl2java - - - - - - maven-antrun-plugin - - - copyxmlfiles - generate-sources - - run - - - - - - - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.hw.server.Server - - - - - - - - - client - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.hw.client.Client - - ${basedir}/wsdl/hello_world.wsdl - - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - org.apache.cxf - cxf-rt-javascript - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - + + + 4.0.0 + org.apache.cxf.samples + js_browser_client_simple + 1.0 + + [2,) + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.cxf + cxf-codegen-plugin + LATEST + + + generate-sources + generate-sources + + + + ${basedir}/wsdl/hello_world.wsdl + + + + + wsdl2java + + + + + + maven-antrun-plugin + + + copyxmlfiles + generate-sources + + run + + + + + + + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.hw.server.Server + + + + + + + + + client + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.hw.client.Client + + ${basedir}/wsdl/hello_world.wsdl + + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + org.apache.cxf + cxf-rt-javascript + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/js_browser_client_simple/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml?rev=686382&r1=686381&r2=686382&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml Fri Aug 15 14:50:21 2008 @@ -1,165 +1,165 @@ - - - 4.0.0 - org.apache.cxf.samples - js_client - 1.0 - - [2,) - 1.6R7 - - - src - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.cxf - cxf-codegen-plugin - LATEST - - - generate-sources - generate-sources - - - - ${basedir}/wsdl/hello_world.wsdl - - - - - wsdl2java - - - - - - - - - server - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - demo.hw.server.Server - - ${basedir}/wsdl/hello_world.wsdl - - - - - - - - - - client - - test - - - org.codehaus.mojo - exec-maven-plugin - - - test - - java - - - org.mozilla.javascript.tools.shell.Main - - ${basedir}/src/helloworld.js - - - - - - - - - - snapshots - - - apache-snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository/ - - true - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - apache-plugin-snapshots - Apache Maven Plugin Snapshots - http://people.apache.org/repo/m2-snapshot-repository - - false - - - true - - - - - - - - - java.net - http://download.java.net/maven/1/ - legacy - - - - - org.apache.cxf - cxf-rt-javascript - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http-jetty - ${cxf.version} - - - rhino - js - ${rhino.version} - - - + + + 4.0.0 + org.apache.cxf.samples + js_client + 1.0 + + [2,) + 1.6R7 + + + src + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.cxf + cxf-codegen-plugin + LATEST + + + generate-sources + generate-sources + + + + ${basedir}/wsdl/hello_world.wsdl + + + + + wsdl2java + + + + + + + + + server + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + demo.hw.server.Server + + ${basedir}/wsdl/hello_world.wsdl + + + + + + + + + + client + + test + + + org.codehaus.mojo + exec-maven-plugin + + + test + + java + + + org.mozilla.javascript.tools.shell.Main + + ${basedir}/src/helloworld.js + + + + + + + + + + snapshots + + + apache-snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository/ + + true + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + apache-plugin-snapshots + Apache Maven Plugin Snapshots + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + + + + java.net + http://download.java.net/maven/1/ + legacy + + + + + org.apache.cxf + cxf-rt-javascript + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http-jetty + ${cxf.version} + + + rhino + js + ${rhino.version} + + + Propchange: cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/distribution/src/main/release/samples/js_client/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml