summaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties
diff options
context:
space:
mode:
Diffstat (limited to 'winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties')
-rw-r--r--winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties b/winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties
new file mode 100644
index 0000000..ef7ae8b
--- /dev/null
+++ b/winery/org.eclipse.winery.repository/src/main/resources/mime-types.properties
@@ -0,0 +1,19 @@
+#############################################################################################
+# #
+# Mime type mappings for file extensions. The entries in this file overide those #
+# that are set in the supplied internal mime-type.properties file #
+# #
+# EDIT THIS FILE - This file should be changed to add to the default mime types #
+# or override the settings in the default mime-types.properties file. #
+# #
+#############################################################################################
+
+# These entries override the mime-type definitions in the supplied list
+json=application/json
+sh=application/x-sh
+war=application/x-zip
+wsdl=application/wsdl+xml
+
+# The following entries do not exist in the full mime-type list
+#props=text/plain
+#conf=text/plain