Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 79096 invoked from network); 7 Apr 2007 17:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2007 17:49:11 -0000 Received: (qmail 5782 invoked by uid 500); 7 Apr 2007 17:49:13 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 5680 invoked by uid 500); 7 Apr 2007 17:49:13 -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 5663 invoked by uid 500); 7 Apr 2007 17:49:13 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 5660 invoked by uid 99); 7 Apr 2007 17:49:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Apr 2007 10:49:13 -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; Sat, 07 Apr 2007 10:49:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EC9681A9846; Sat, 7 Apr 2007 10:48:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r526456 [2/6] - in /webservices/axis2/branches/java/1_2: ./ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/clustering/ modules/codegen/ modules/fastinfoset/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxw... Date: Sat, 07 Apr 2007 17:48:38 -0000 To: axis2-cvs@ws.apache.org From: dims@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070407174841.EC9681A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml?view=diff&rev=526456&r1=526455&r2=526456 ============================================================================== --- webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml (original) +++ webservices/axis2/branches/java/1_2/modules/java2wsdl/pom.xml Sat Apr 7 10:48:34 2007 @@ -15,99 +15,70 @@ ! See the License for the specific language governing permissions and ! limitations under the License. !--> - - 4.0.0 - - org.apache.axis2 - axis2-parent - 1.2-SNAPSHOT - ../parent/pom.xml - - - axis2-java2wsdl - Apache Axis 2.0 - Java2WSDL - To generate WSDL file for a given Java class - - scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/java2wsdl - scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/java2wsdl - http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/java2wsdl - - - - org.apache.ws.commons.axiom - axiom-api - - - org.apache.ws.commons.axiom - axiom-impl - - - org.apache.ant - ant - - - - - commons-logging - commons-logging - - - woodstox - wstx-asl - - - stax - stax-api - - - - - org.apache.ws.commons.schema - XmlSchema - - - org.apache.geronimo.specs - geronimo-javamail_1.4_spec - - - jaxen - jaxen - - - annogen - annogen - - - - - - false - always - warn - - - true - never - fail - - apache-snapshots - Apache Maven2 SNAPSHOTS - http://people.apache.org/repo/m2-snapshot-repository/ - default - - - - src - - - src - - **/*.java - - - - + + 4.0.0 + + org.apache.axis2 + axis2-parent + 1.2-SNAPSHOT + ../parent/pom.xml + + axis2-java2wsdl + Apache Axis 2.0 - Java2WSDL + To generate WSDL file for a given Java class + + + ${stax.impl.groupid} + ${stax.impl.artifactid} + + + org.apache.ws.commons.axiom + axiom-api + + + org.apache.ws.commons.axiom + axiom-impl + + + org.apache.ant + ant + + + + commons-logging + commons-logging + + + stax + stax-api + + + + org.apache.ws.commons.schema + XmlSchema + + + org.apache.geronimo.specs + geronimo-javamail_1.4_spec + + + jaxen + jaxen + + + annogen + annogen + + + + src + + + src + + **/*.java + + + + Modified: webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml?view=diff&rev=526456&r1=526455&r2=526456 ============================================================================== --- webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml (original) +++ webservices/axis2/branches/java/1_2/modules/jaxbri/pom.xml Sat Apr 7 10:48:34 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 @@ 1.2-SNAPSHOT ../parent/pom.xml - axis2-jaxbri Apache Axis 2.0 - JAXB-RI Data Binding JAXB-RI data binding support for Axis 2.0 - - scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jaxbri - scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jaxbri - http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxbri - org.apache.axis2 @@ -43,36 +35,32 @@ com.sun.xml.bind jaxb-impl - 2.0.2 com.sun.xml.bind jaxb-xjc - 2.0.2 javax.xml.bind jaxb-api - 2.0 - - - src - - - conf - - **/*.properties - - false - - - src - - **/*.java - - - - + + src + + + conf + + **/*.properties + + false + + + src + + **/*.java + + + + Modified: webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml?view=diff&rev=526456&r1=526455&r2=526456 ============================================================================== --- webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml (original) +++ webservices/axis2/branches/java/1_2/modules/jaxws-api/pom.xml Sat Apr 7 10:48:34 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,48 +23,35 @@ 1.2-SNAPSHOT ../parent/pom.xml - axis2-jaxws-api Apache Axis 2.0 - JAXWS API Axis2 JAXWS API - - scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jaxws-api - scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_2/modules/jaxws-api - http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/jaxws-api - - - commons-logging - commons-logging - - org.apache.axis2 - axis2-saaj-api - ${version} - + commons-logging + commons-logging + - org.apache.axis2 - axis2-saaj-api + org.apache.axis2 + axis2-saaj-api ${version} - + javax.xml.bind jaxb-api - 2.0 - - - src - - - maven-compiler-plugin - true - - 1.5 - 1.5 - - - - + + src + + + maven-compiler-plugin + true + + 1.5 + 1.5 + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org