wesnoth/utils/umc_dev/org.wesnoth/plugin.xml_gen
Martin Hrubý (hrubymar10) 674fda85b7 Migrate links to https if available - Fwd c18537edc0678f40a209797d72dfaba3e5e88545
(cherry-picked from commit bc4d22dc72e79c3d6a3364ac896e473afd298246)
2018-10-07 03:23:36 +00:00

18 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 = "https://www.wesnoth.org/WML"
class = "org.wesnoth.wml.WmlPackage"
genModel = "org/wesnoth/WML.genmodel" />
</extension>
</plugin>