Author: timotei
Date: Tue Jul 26 17:42:55 2011
New Revision: 50450

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50450&view=rev
Log:
eclipse plugin: Fix the grammar, so now the eol
tokens will be part of the last grammar element

Modified:
    
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWML.g
    
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLLexer.java
    
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLParser.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.ecore
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.xmi
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parseTreeConstruction/WMLParsetreeConstructor.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWML.g
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLLexer.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLParser.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/services/WMLGrammarAccess.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLKey.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlPackage.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLKeyImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlPackageImpl.java
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WML.xtext

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: 
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWML.g
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWML.g?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLLexer.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLLexer.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLParser.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/internal/InternalWMLParser.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.ecore
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.ecore?rev=50450&r1=50449&r2=50450&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.xmi
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.xmi?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parseTreeConstruction/WMLParsetreeConstructor.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parseTreeConstruction/WMLParsetreeConstructor.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWML.g
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWML.g?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLLexer.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLLexer.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLParser.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/parser/antlr/internal/InternalWMLParser.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/services/WMLGrammarAccess.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/services/WMLGrammarAccess.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLKey.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLKey.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlPackage.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlPackage.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLKeyImpl.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLKeyImpl.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlPackageImpl.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlPackageImpl.java?rev=50450&r1=50449&r2=50450&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WML.xtext
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WML.xtext?rev=50450&r1=50449&r2=50450&view=diff


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to