Author: timotei
Date: Tue Jul 26 17:35:49 2011
New Revision: 50439
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50439&view=rev
Log:
eclipse plugin: Refactor the whole generated schema.
Now it bases on the same classes the grammar model
uses.
Removed:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/Tag.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/TagKey.java
Modified:
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/contentassist/WMLProposalProvider.java
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/labeling/wmldoc/WMLDocTag.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/SchemaParser.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLUtils.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/validation/WMLJavaValidator.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGenerator.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageKey.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageTag.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/WmlFactory2.java
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleLuaParser.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/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=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/labeling/wmldoc/WMLDocTag.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/src/org/wesnoth/ui/labeling/wmldoc/WMLDocTag.java?rev=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/SchemaParser.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/SchemaParser.java?rev=50439&r1=50438&r2=50439&view=diff
Removed: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/Tag.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/Tag.java?rev=50438&view=auto
Removed: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/TagKey.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/TagKey.java?rev=50438&view=auto
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=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/validation/WMLJavaValidator.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/validation/WMLJavaValidator.java?rev=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGenerator.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGenerator.java?rev=50439&r1=50438&r2=50439&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=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageTag.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wizards/generator/WizardGeneratorPageTag.java?rev=50439&r1=50438&r2=50439&view=diff
Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/WmlFactory2.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/WmlFactory2.java?rev=50439&r1=50438&r2=50439&view=diff
Modified:
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleLuaParser.java
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/core/SimpleLuaParser.java?rev=50439&r1=50438&r2=50439&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=50439&r1=50438&r2=50439&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=50439&r1=50438&r2=50439&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits