All Downloads are FREE. Search and download functionalities are using the official Maven repository.

linux.mime.xml.vtl Maven / Gradle / Ivy

Go to download

Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
#foreach ($fileAssociation in $info.fileAssociations)
	<mime-type type="${fileAssociation.mimeType}">
		<comment>${fileAssociation.description}</comment>
		<glob pattern="*.${fileAssociation.extension}" />
	</mime-type>
#end
</mime-info>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy