Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 98333 invoked from network); 29 Apr 2009 19:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 19:41:22 -0000 Received: (qmail 16667 invoked by uid 500); 29 Apr 2009 19:41:22 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 16623 invoked by uid 500); 29 Apr 2009 19:41:22 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 16613 invoked by uid 99); 29 Apr 2009 19:41:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 19:41:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 209.85.221.124 as permitted sender) Received: from [209.85.221.124] (HELO mail-qy0-f124.google.com) (209.85.221.124) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 19:41:15 +0000 Received: by qyk30 with SMTP id 30so1282264qyk.32 for ; Wed, 29 Apr 2009 12:40:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=NCSYIKQzP7cBHMVSW0HaGS2V85BcQ4rxSXEc4QayN1s=; b=CrG+7MRvgoTcw7kcFZoRwlLJfZPMvdLwLsIn1Tit/uDUrYyi08qKB5AtrI3NCnck4m cDWY32V1bVtHhatNs7k8JTO7V8+lnoOsPrajyuC9hB/2UXUrYsb7o5qp988zza5skYfp HjHchFoIEkVrahxT71w5kfYZ8G/zMLqVvl0h8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=agyGBiQI+1Tvz9aoELZM6Ec4xHEck3s5dEcAsbPTFv5CVp10d1OCKaerWn8E2wl8V0 VYaK6/Xv+7eRv5O83AHecZ8bWMuMOdSgdF/eSkZwsDWVN+t+KOToD5OuKJ8YS5c87r8r Nax4iooH6OhFg+/snURQcFv+SlSdW69e4jR0Q= MIME-Version: 1.0 Sender: jbellis@gmail.com Received: by 10.229.79.19 with SMTP id n19mr766055qck.74.1241034054033; Wed, 29 Apr 2009 12:40:54 -0700 (PDT) Date: Wed, 29 Apr 2009 14:40:53 -0500 X-Google-Sender-Auth: 91c40f1c2734ac96 Message-ID: Subject: moved source to src/java From: Jonathan Ellis To: cassandra-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Another heads up: I applied Johan's patches moving the human-editable source to src/java and the antlr-generated stuff to src/gen-java. -Jonathan