Author: timotei
Date: Tue Jul 26 17:36:48 2011
New Revision: 50441
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50441&view=rev
Log:
eclipse plugin: Rework a bit the grammar to
remove pure DataTypes grammar elements
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.ui/src/org/wesnoth/ui/contentassist/WMLProposalProvider.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/WMLArrayCall.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/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/WMLArrayCallImpl.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/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/utils/WMLUtils.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageKey.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleWMLParser.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/impl/WmlFactory2Impl.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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/contentassist/WMLProposalProvider.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/contentassist/WMLProposalProvider.java?rev=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLArrayCall.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/WMLArrayCall.java?rev=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&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=50441&r1=50440&r2=50441&view=diff
Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLUtils.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLUtils.java?rev=50441&r1=50440&r2=50441&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageKey.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageKey.java?rev=50441&r1=50440&r2=50441&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleWMLParser.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleWMLParser.java?rev=50441&r1=50440&r2=50441&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/impl/WmlFactory2Impl.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/impl/WmlFactory2Impl.java?rev=50441&r1=50440&r2=50441&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits