Author: timotei
Date: Tue Jul 26 17:41:48 2011
New Revision: 50448

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50448&view=rev
Log:
eclipse plugin: Make the whole WML Grammar implement
java.io.Serializable

Added:
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLGrammarElement.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLGrammarElementImpl.java
      - copied, changed from r50447, 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLValuedExpressionImpl.java
Modified:
    
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/AbstractWMLProposalProvider.java
    
trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/antlr/WMLParser.java
    
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.genmodel
    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/WMLKeyValue.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLMacroCallParameter.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLRoot.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLValuedExpression.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlFactory.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/MacroTokensImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLArrayCallImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLExpressionImpl.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/WMLKeyValueImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLLuaCodeImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLMacroCallImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLMacroCallParameterImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLMacroDefineImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLMacroParameterImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLPreprocIFImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLRootExpressionImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLRootImpl.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLTagImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLTextdomainImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLValueImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLValuedExpressionImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlFactoryImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlPackageImpl.java
    
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlAdapterFactory.java
    trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlSwitch.java
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WML.xtext
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WMLPostProcessor.ext
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java

[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/AbstractWMLProposalProvider.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src-gen/org/wesnoth/ui/contentassist/AbstractWMLProposalProvider.java?rev=50448&r1=50447&r2=50448&view=diff

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

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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.genmodel
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/WML.genmodel?rev=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&view=diff

Added: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLGrammarElement.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLGrammarElement.java?rev=50448&view=auto

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

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

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

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

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlFactory.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WmlFactory.java?rev=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&view=diff

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

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

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

Copied: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLGrammarElementImpl.java
 (from r50447, 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLValuedExpressionImpl.java)
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLGrammarElementImpl.java?p2=trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLGrammarElementImpl.java&p1=trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WMLValuedExpressionImpl.java&r1=50447&r2=50448&rev=50448&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=50448&r1=50447&r2=50448&view=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlFactoryImpl.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/WmlFactoryImpl.java?rev=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlAdapterFactory.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlAdapterFactory.java?rev=50448&r1=50447&r2=50448&view=diff

Modified: 
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlSwitch.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/util/WmlSwitch.java?rev=50448&r1=50447&r2=50448&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=50448&r1=50447&r2=50448&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WMLPostProcessor.ext
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/WMLPostProcessor.ext?rev=50448&r1=50447&r2=50448&view=diff

Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java?rev=50448&r1=50447&r2=50448&view=diff


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

Reply via email to