Path: blob/main/build_config/package/org.eclipse.sumo.xml
169673 views
<?xml version="1.0" encoding="UTF-8"?>1<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">2<mime-type type="application/sumo-configuration">3<sub-class-of type="application/xml"/>4<comment>Sumo Configuration File</comment>5<comment xml:lang="de">Sumo Konfigurationsdatei</comment>6<glob pattern="*.sumocfg" />7</mime-type>8<mime-type type="application/netedit-configuration">9<sub-class-of type="application/xml"/>10<comment>Sumo Netedit Configuration File</comment>11<comment xml:lang="de">Sumo Netedit Konfigurationsdatei</comment>12<glob pattern="*.netecfg" />13</mime-type>14</mime-info>151617