Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 88820 invoked from network); 1 Jun 2004 03:16:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jun 2004 03:16:19 -0000 Received: (qmail 42252 invoked by uid 500); 1 Jun 2004 03:16:18 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 42205 invoked by uid 500); 1 Jun 2004 03:16:18 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 42192 invoked by uid 99); 1 Jun 2004 03:16:18 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 31 May 2004 20:16:18 -0700 Received: (qmail 88737 invoked by uid 65534); 1 Jun 2004 03:16:16 -0000 Date: 1 Jun 2004 03:16:16 -0000 Message-ID: <20040601031616.88735.qmail@minotaur.apache.org> From: adc@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 20725 - incubator/directory/snickers/trunk/stub-compiler X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: adc Date: Mon May 31 20:16:15 2004 New Revision: 20725 Added: incubator/directory/snickers/trunk/stub-compiler/project.xml Log: Checkin to save WIP. Added: incubator/directory/snickers/trunk/stub-compiler/project.xml ============================================================================== --- (empty file) +++ incubator/directory/snickers/trunk/stub-compiler/project.xml Mon May 31 20:16:15 2004 @@ -0,0 +1,102 @@ + + + + + ${basedir}/../project.xml + incubator-directory + stub-compiler + SNAPSHOT + + ASN1 Stub Compiler + org.apache.snickers.asn1 + SNAPSHOT + 2004 + + ASN1 Stub Compiler + + + An ASN1 stub compiler that generates POJOs and their encoders/decoders + that work within the snickers framework. + + + + + + + antlr + antlr + 2.7.2 + + + + commons-lang + commons-lang + 2.0 + + + + commons-logging + commons-logging + 1.0.3 + http://jakarta.apache.org/commons/logging/ + + + + commons-collections + commons-collections + SNAPSHOT + http://jakarta.apache.org/commons/collections + + + + avalon-logkit + avalon-logkit + 2.0.0 + + + + velocity + dep-1.4-rc1 + http://jakarta.apache.org/velocity/ + + true + + + + + + + src/java + src/test + + + **/*Test.java + + + + + src/vm + + **/*.vm + + + + + + +