Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06B4718694 for ; Wed, 18 Nov 2015 19:11:46 +0000 (UTC) Received: (qmail 9567 invoked by uid 500); 18 Nov 2015 19:11:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 9501 invoked by uid 500); 18 Nov 2015 19:11:45 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 9491 invoked by uid 99); 18 Nov 2015 19:11:45 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 19:11:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 124C6180185 for ; Wed, 18 Nov 2015 19:11:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id H7e1l8GCKQLP for ; Wed, 18 Nov 2015 19:11:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 020032154C for ; Wed, 18 Nov 2015 19:11:44 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 95023E049C for ; Wed, 18 Nov 2015 19:11:43 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 929043A05EC for ; Wed, 18 Nov 2015 19:11:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1715039 - in /commons/proper/jxpath/trunk: ./ src/java/ src/main/ src/main/java/ src/test/java/ src/test/java/org/ src/test/java/org/apache/commons/jxpath/ src/test/org/ src/test/resources/ src/test/resources/org/ src/test/resources/org/ap... Date: Wed, 18 Nov 2015 19:11:43 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151118191143.929043A05EC@svn01-us-west.apache.org> Author: britter Date: Wed Nov 18 19:11:43 2015 New Revision: 1715039 URL: http://svn.apache.org/viewvc?rev=1715039&view=rev Log: Convert project to standard maven layout Added: commons/proper/jxpath/trunk/src/main/ commons/proper/jxpath/trunk/src/main/java/ - copied from r1714984, commons/proper/jxpath/trunk/src/java/ commons/proper/jxpath/trunk/src/test/java/ commons/proper/jxpath/trunk/src/test/java/org/ - copied from r1714984, commons/proper/jxpath/trunk/src/test/org/ commons/proper/jxpath/trunk/src/test/resources/ commons/proper/jxpath/trunk/src/test/resources/org/ commons/proper/jxpath/trunk/src/test/resources/org/apache/ commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/ commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/ commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/ExternalNS.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ExternalNS.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/InnerEmptyNamespace.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/InnerEmptyNamespace.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/IterateAliasedNS.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/IterateAliasedNS.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/Vendor.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/Vendor.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/VendorUpper.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/VendorUpper.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/XmlPreserveSpace.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlPreserveSpace.xml commons/proper/jxpath/trunk/src/test/resources/org/apache/commons/jxpath/XmlSpace.xml - copied unchanged from r1714984, commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml Removed: commons/proper/jxpath/trunk/src/java/ commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ExternalNS.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/InnerEmptyNamespace.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/IterateAliasedNS.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/Vendor.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/VendorUpper.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/XmlPreserveSpace.xml commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/XmlSpace.xml commons/proper/jxpath/trunk/src/test/org/ Modified: commons/proper/jxpath/trunk/pom.xml Modified: commons/proper/jxpath/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=1715039&r1=1715038&r2=1715039&view=diff ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Wed Nov 18 19:11:43 2015 @@ -77,16 +77,6 @@ under the License. - src/java - src/test - - - src/test - - **/*.xml - - - maven-surefire-plugin