Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 58588 invoked from network); 23 Aug 2005 06:36:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 06:36:58 -0000 Received: (qmail 81171 invoked by uid 500); 23 Aug 2005 06:36:58 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 81102 invoked by uid 500); 23 Aug 2005 06:36:56 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 81089 invoked by uid 99); 23 Aug 2005 06:36:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 23:36:56 -0700 X-ASF-Spam-Status: No, hits=-9.8 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; Mon, 22 Aug 2005 23:37:14 -0700 Received: (qmail 58523 invoked by uid 65534); 23 Aug 2005 06:36:55 -0000 Message-ID: <20050823063655.58522.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r239365 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf Date: Tue, 23 Aug 2005 06:36:54 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Aug 22 23:36:51 2005 New Revision: 239365 URL: http://svn.apache.org/viewcvs?rev=239365&view=rev Log: Fix line-endings. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf (contents, props changed) Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf?rev=239365&r1=239364&r2=239365&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf Mon Aug 22 23:36:51 2005 @@ -1,5 +1,5 @@ -#JSGF V1.0; -grammar simpleNav; - = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | - 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 ; +#JSGF V1.0; +grammar simpleNav; + = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | + 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 ; public = go back {$ = 'back'} | go to next {$ = 'next'} | {$ = $$}; Propchange: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/resources/grammars/simpleNav.jsgf ------------------------------------------------------------------------------ svn:eol-style = native