Some day I'd like to get these generated files (at least the ones that have
not been modified by hand from the JavaCC output) into a different source
directory (or better yet just generate them at build time and not check the=
m
into CVS at all. -- but that is future stuff I guess....
-Frank
On 10/21/05, Otmar Humbel <otmarhumbel@...> wrote:
>
> Update of /cvsroot/jython/jython/org/python/parser
> In directory
> sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26942/org/python/parser
>
> Modified Files:
> PythonGrammarTokenManager.java
> Log Message:
> reorganized imports
>
> Index: PythonGrammarTokenManager.java
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file:
> /cvsroot/jython/jython/org/python/parser/PythonGrammarTokenManager.java,v
> retrieving revision 2.22
> retrieving revision 2.23
> diff -C2 -d -r2.22 -r2.23
> *** PythonGrammarTokenManager.java 20 Jul 2005 20:25:08 -0000 2.22
> --- PythonGrammarTokenManager.java 21 Oct 2005 21:13:57 -0000 2.23
> ***************
> *** 1,5 ****
> /* Generated By:JJTree&JavaCC: Do not edit this line.
> PythonGrammarTokenManager.java */
> package org.python.parser;
> - import org.python.parser.ast.modType;
>
> public class PythonGrammarTokenManager implements PythonGrammarConstants
> --- 1,4 ----
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Jython-checkins mailing list
> Jython-checkins@...
> https://lists.sourceforge.net/lists/listinfo/jython-checkins
>
|