Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17AED96F1 for ; Fri, 6 Apr 2012 18:04:58 +0000 (UTC) Received: (qmail 2597 invoked by uid 500); 6 Apr 2012 18:04:58 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 2546 invoked by uid 500); 6 Apr 2012 18:04:58 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 2539 invoked by uid 99); 6 Apr 2012 18:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2012 18:04:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 06 Apr 2012 18:04:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D2A8323889BB; Fri, 6 Apr 2012 18:04:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1310523 - /cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java Date: Fri, 06 Apr 2012 18:04:36 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120406180436.D2A8323889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Apr 6 18:04:36 2012 New Revision: 1310523 URL: http://svn.apache.org/viewvc?rev=1310523&view=rev Log: Fix cr/lf issue Modified: cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java Modified: cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java?rev=1310523&r1=1310522&r2=1310523&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java (original) +++ cxf/branches/2.3.x-fixes/tools/corba/src/main/generated/org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.java Fri Apr 6 18:04:36 2012 @@ -1,10 +1,10 @@ // $ANTLR 2.7.4: "idl.g" -> "IDLParser.java"$ - - package org.apache.cxf.tools.corba.processors.idl; - - import java.io.*; - import java.util.Vector; - import java.util.Hashtable; + + package org.apache.cxf.tools.corba.processors.idl; + + import java.io.*; + import java.util.Vector; + import java.util.Hashtable; public interface IDLTokenTypes { int EOF = 1;