mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 00:58:29 +00:00
19 lines
320 B
XML
19 lines
320 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
|
|
<plugin>
|
|
|
|
<extension point="org.eclipse.emf.ecore.generated_package">
|
|
<package
|
|
uri = "http://www.wesnoth.org/WML"
|
|
class = "org.wesnoth.wml.WmlPackage"
|
|
genModel = "org/wesnoth/WML.genmodel" />
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
|
|
|
|
</plugin>
|