# @(#)flavormap.properties	1.7 00/10/04
#
# This properties file is used to initialize the default
# java.awt.datatransfer.SystemFlavorMap. It contains the Motif/X11 platform-
# specific, default mappings between common X11 Selection target atoms and
# platform-independent MIME type strings.
#
# It is required that there is 1-to-1 (inverse) mapping between platform
# targets and MIME strings.
#
# These default mappings may be augmented by specifying the
#
# 	AWT.DnD.flavorMapFileURL 
#
# property in the appropriate awt.properties file. The specified properties
# URL will be loaded into the SystemFlavorMap.

STRING=text/plain;charset=iso8859-1;class=java.io.InputStream
TEXT=text/plain;class=java.io.InputStream
COMPOUND_TEXT=text/plain;charset=X11-COMPOUND_TEXT;class=java.io.InputStream
EUC=text/plain;charset=euc;class=java.io.InputStream
FILE_NAME=application/x-java-file-list;class=java.util.List
