Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 52362 invoked from network); 2 Aug 2009 12:50:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Aug 2009 12:50:47 -0000 Received: (qmail 84941 invoked by uid 500); 2 Aug 2009 12:50:50 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 84839 invoked by uid 500); 2 Aug 2009 12:50:50 -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 84830 invoked by uid 99); 2 Aug 2009 12:50:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2009 12:50:50 +0000 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; Sun, 02 Aug 2009 12:50:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 60B0423888C5; Sun, 2 Aug 2009 12:50:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r800056 - in /commons/proper/jexl/branches/2.0: pom.xml src/java/ src/main/java/ src/test/java/org/ src/test/org/ Date: Sun, 02 Aug 2009 12:50:26 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090802125026.60B0423888C5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Sun Aug 2 12:50:25 2009 New Revision: 800056 URL: http://svn.apache.org/viewvc?rev=800056&view=rev Log: Move to standard Maven2 directory structure: src/java => src/main/java src/test => src/test/java Added: commons/proper/jexl/branches/2.0/src/main/java/ - copied from r800048, commons/proper/jexl/branches/2.0/src/java/ commons/proper/jexl/branches/2.0/src/test/java/org/ - copied from r800048, commons/proper/jexl/branches/2.0/src/test/org/ Removed: commons/proper/jexl/branches/2.0/src/java/ commons/proper/jexl/branches/2.0/src/test/org/ Modified: commons/proper/jexl/branches/2.0/pom.xml Modified: commons/proper/jexl/branches/2.0/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/pom.xml?rev=800056&r1=800055&r2=800056&view=diff ============================================================================== --- commons/proper/jexl/branches/2.0/pom.xml (original) +++ commons/proper/jexl/branches/2.0/pom.xml Sun Aug 2 12:50:25 2009 @@ -141,8 +141,6 @@ src/main/resources - src/java - src/test org.apache.maven.plugins @@ -171,7 +169,7 @@ jexl-jjtree - ${basedir}/src/java/org/apache/commons/jexl/parser + ${basedir}/src/main/java/org/apache/commons/jexl/parser ${project.build.directory}/generated-sources/java ${project.build.directory}/generated-sources/javacc-timestamp org.apache.commons.jexl.parser