Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 97646 invoked from network); 9 Apr 2007 23:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 23:41:51 -0000 Received: (qmail 38568 invoked by uid 500); 9 Apr 2007 23:41:57 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 38451 invoked by uid 500); 9 Apr 2007 23:41:57 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 38440 invoked by uid 500); 9 Apr 2007 23:41:57 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 38433 invoked by uid 99); 9 Apr 2007 23:41:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 16:41:57 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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, 09 Apr 2007 16:41:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1D9011A9852; Mon, 9 Apr 2007 16:41:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526955 [7/7] - in /webservices/axis2/trunk/java: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxws-api/ ... Date: Mon, 09 Apr 2007 23:41:02 -0000 To: axis2-cvs@ws.apache.org From: dims@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070409234105.1D9011A9852@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?view=diff&rev=526955&r1=526954&r2=526955 ============================================================================== --- webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original) +++ webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Mon Apr 9 16:40:57 2007 @@ -15,114 +15,103 @@ ! See the License for the specific language governing permissions and ! limitations under the License. !--> - - - org.apache.axis2 - axis2-parent - SNAPSHOT - ../../parent/pom.xml - - 4.0.0 - org.apache.axis2.maven2 - axis2-wsdl2code-maven-plugin - Apache Axis 2.0 - tool - WSDL2Code Maven Plugin - maven-plugin - The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL. - - - - org.apache.maven - maven-plugin-api - 2.0.4 - - - org.apache.maven - maven-artifact - 2.0.4 - - - org.apache.maven - maven-project - 2.0.4 - - - org.apache.axis2 - axis2-codegen - ${version} - - - org.apache.axis2 - axis2-kernel - ${version} - - - org.apache.axis2 - axis2-adb - ${version} - - - org.apache.axis2 - axis2-adb-codegen - ${version} - - - org.apache.axis2 - axis2-java2wsdl - ${version} - - - org.apache.axis2 - axis2-xmlbeans - ${version} - - - junit - junit - - - org.apache.maven.shared - maven-plugin-testing-harness - 1.0-beta-1 - - - org.codehaus.plexus - plexus-utils - 1.1 - - - - - apache-repo - Maven Central Repository - scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository - - - apache-snapshots - Apache Development Repository - scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.maven.plugins - maven-changes-plugin - - - - changes-report - - - - - - + + 4.0.0 + + org.apache.axis2 + axis2-parent + SNAPSHOT + ../../parent/pom.xml + + axis2-wsdl2code-maven-plugin + Apache Axis 2.0 - tool - WSDL2Code Maven Plugin + maven-plugin + The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL. + + + org.apache.maven + maven-plugin-api + + + org.apache.maven + maven-artifact + + + org.apache.maven + maven-project + + + org.apache.axis2 + axis2-codegen + ${version} + + + org.apache.axis2 + axis2-kernel + ${version} + + + org.apache.axis2 + axis2-adb + ${version} + + + org.apache.axis2 + axis2-adb-codegen + ${version} + + + org.apache.axis2 + axis2-java2wsdl + ${version} + + + org.apache.axis2 + axis2-xmlbeans + ${version} + + + junit + junit + + + org.apache.maven.shared + maven-plugin-testing-harness + + + org.codehaus.plexus + plexus-utils + + + + + apache-repo + Maven Central Repository + scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository + + + apache-snapshots + Apache Development Repository + scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-changes-plugin + + + + changes-report + + + + + + Modified: webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?view=diff&rev=526955&r1=526954&r2=526955 ============================================================================== --- webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml (original) +++ webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml Mon Apr 9 16:40:57 2007 @@ -8,7 +8,7 @@ - org.apache.axis2.maven2 + org.apache.axis2 axis2-wsdl2code-maven-plugin SNAPSHOT Modified: webservices/axis2/trunk/java/modules/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/xmlbeans/pom.xml?view=diff&rev=526955&r1=526954&r2=526955 ============================================================================== --- webservices/axis2/trunk/java/modules/xmlbeans/pom.xml (original) +++ webservices/axis2/trunk/java/modules/xmlbeans/pom.xml Mon Apr 9 16:40:57 2007 @@ -15,9 +15,7 @@ ! See the License for the specific language governing permissions and ! limitations under the License. !--> - + 4.0.0 org.apache.axis2 @@ -25,15 +23,9 @@ SNAPSHOT ../parent/pom.xml - axis2-xmlbeans - Apache Axis 2.0 - XMLBeans Data Binding - XMLBeans data binding support for Axis2 - - scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/xmlbeans - scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/xmlbeans - http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/xmlbeans - + Apache Axis 2.0 - XMLBeans Data Binding + XMLBeans data binding support for Axis2 org.apache.axis2 @@ -41,81 +33,75 @@ ${version} - xmlbeans - xbean - - - org.apache.ant - ant - 1.7.0 - - - org.apache.ant - ant-launcher - 1.7.0 - + xmlbeans + xbean + + + org.apache.ant + ant + + + org.apache.ant + ant-launcher + - - - - src - - **/*.java - - - + + + src + + **/*.java + + + src test - - ../test-resources - test-resources - - **/** - - - - - - maven-surefire-plugin - true - - false - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - gen-cp - generate-test-sources - - - - - - - - run - - - - - - org.apache.ant - ant-antlr - 1.7.0 - - - antlr - antlrall - 2.7.4 - - - - + + ../test-resources + test-resources + + **/** + + + + + + maven-surefire-plugin + true + + false + + + + org.apache.maven.plugins + maven-antrun-plugin + + + gen-cp + generate-test-sources + + + + + + + + run + + + + + + + + Modified: webservices/axis2/trunk/java/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?view=diff&rev=526955&r1=526954&r2=526955 ============================================================================== --- webservices/axis2/trunk/java/pom.xml (original) +++ webservices/axis2/trunk/java/pom.xml Mon Apr 9 16:40:57 2007 @@ -15,9 +15,7 @@ ! See the License for the specific language governing permissions and ! limitations under the License. !--> - + org.apache apache @@ -30,27 +28,28 @@ pom Apache Axis 2.0 - Root + modules/adb-codegen + modules/adb + modules/addressing + modules/codegen + + modules/java2wsdl + modules/jibx + modules/json + modules/kernel + modules/mtompolicy + modules/parent + modules/ping + modules/spring modules/tool/axis2-aar-maven-plugin modules/tool/axis2-ant-plugin modules/tool/axis2-eclipse-codegen-plugin modules/tool/axis2-eclipse-service-plugin - modules/tool/axis2-idea-plugin + modules/tool/axis2-java2wsdl-maven-plugin - modules/tool/axis2-wsdl2code-maven-plugin modules/tool/axis2-mar-maven-plugin - modules/parent - modules/addressing - modules/java2wsdl - modules/kernel - - modules/adb - modules/codegen - modules/adb-codegen - modules/jibx + modules/tool/axis2-wsdl2code-maven-plugin modules/xmlbeans - modules/json - modules/mtompolicy - modules/spring @@ -65,8 +64,8 @@ modules/saaj modules/jaxws-api modules/jaxws - modules/clustering - + modules/clustering + java16 @@ -80,101 +79,93 @@ modules/saaj modules/jaxws-api modules/jaxws - modules/clustering - + modules/clustering + - - continuum - http://vmbuild.apache.org/continuum - - - -
axis2-cvs@ws.apache.org
-
-
-
-
- + continuum + http://vmbuild.apache.org/continuum + + + +
axis2-cvs@ws.apache.org
+
+
+
+ - - scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ - - scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ - http://svn.apache.org/viewvc/webservices/axis2/trunk/java/ + + scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/ + + + scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/ + + http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/ - - apache-repo - Maven Central Repository - - scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository - - - apache-snapshots - Apache Development Repository - scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - axis2-jar - package - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.0 - - - axis2-jar-package - package - - attach-artifact - - - - - target/lib/axis2-${pom.version}.jar - jar - - - - - - - - + + apache-repo + Maven Central Repository + + scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository + + + apache-snapshots + Apache Development Repository + scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + axis2-jar + package + + + + + + + + + + + + + + + + run + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + axis2-jar-package + package + + attach-artifact + + + + + target/lib/axis2-${pom.version}.jar + jar + + + + + + + +
--------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org