Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 387 invoked from network); 29 Dec 2005 19:24:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 19:24:39 -0000 Received: (qmail 44309 invoked by uid 500); 29 Dec 2005 19:24:39 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 44276 invoked by uid 500); 29 Dec 2005 19:24:39 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 44265 invoked by uid 99); 29 Dec 2005 19:24:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 11:24:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Dec 2005 11:24:38 -0800 Received: (qmail 287 invoked by uid 65534); 29 Dec 2005 19:24:17 -0000 Message-ID: <20051229192417.286.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r359878 - in /directory/trunk/ldap-common: ./ common/src/antlr/ pom.xml src/main/antlr/ Date: Thu, 29 Dec 2005 19:24:17 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Thu Dec 29 11:24:14 2005 New Revision: 359878 URL: http://svn.apache.org/viewcvs?rev=359878&view=rev Log: antlr:generate started to work but breaks due to inability to find token files Added: directory/trunk/ldap-common/src/main/antlr/ - copied from r359867, directory/trunk/ldap-common/common/src/antlr/ Removed: directory/trunk/ldap-common/common/src/antlr/ Modified: directory/trunk/ldap-common/ (props changed) directory/trunk/ldap-common/pom.xml Propchange: directory/trunk/ldap-common/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Dec 29 11:24:14 2005 @@ -1,4 +1,5 @@ *.ipr +.deployables *.iws .wtpmodules .settings Modified: directory/trunk/ldap-common/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/ldap-common/pom.xml?rev=359878&r1=359877&r2=359878&view=diff ============================================================================== --- directory/trunk/ldap-common/pom.xml (original) +++ directory/trunk/ldap-common/pom.xml Thu Dec 29 11:24:14 2005 @@ -117,6 +117,21 @@ org.apache.maven.plugins + maven-antlr-plugin + + valuelexer.g valueparser.g typelexer.g dnparser.g filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g subtree-specification.g ACIItem.g + + + + + generate + + + + + + + org.apache.maven.plugins maven-compiler-plugin 1.4