From: Braden M. <br...@us...> - 2005-11-04 07:47:39
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12837/src/libopenvrml/openvrml Modified Files: .cvsignore Removed Files: Vrml97Parser.cpp Vrml97Parser.hpp Vrml97ParserTokenTypes.hpp Vrml97ParserTokenTypes.txt X3DVrmlParser.cpp X3DVrmlParser.hpp X3DVrmlParserTokenTypes.hpp X3DVrmlParserTokenTypes.txt Log Message: Generate the antlr-generated sources as part of the build rather than storing them in the repository. These changes should continue to include these generated files in release tarballs; so release tarball users will not need to have antlr installed. Index: .cvsignore =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 7 Oct 2005 22:05:51 -0000 1.3 --- .cvsignore 4 Nov 2005 07:47:29 -0000 1.4 *************** *** 1 **** --- 1,9 ---- expandedX3DVrmlParser.g + Vrml97Parser.cpp + Vrml97Parser.hpp + Vrml97ParserTokenTypes.hpp + Vrml97ParserTokenTypes.txt + X3DVrmlParser.cpp + X3DVrmlParser.hpp + X3DVrmlParserTokenTypes.hpp + X3DVrmlParserTokenTypes.txt --- X3DVrmlParserTokenTypes.hpp DELETED --- --- Vrml97Parser.hpp DELETED --- --- X3DVrmlParser.hpp DELETED --- --- Vrml97ParserTokenTypes.txt DELETED --- --- Vrml97Parser.cpp DELETED --- --- X3DVrmlParserTokenTypes.txt DELETED --- --- X3DVrmlParser.cpp DELETED --- --- Vrml97ParserTokenTypes.hpp DELETED --- |