##################################################
#
# Format:
# file:propertyname1=propertyvalue1[,propertyname2=propertyvalue2[,...]]
# The first entry that matches all the System.getProperty() determines
# what file is loaded.
#
nt.properties:os.name=Windows NT,os.version=4.0
nt.properties:os.name=Windows 2000
linux.properties:os.name=Linux
hp.properties:os.name=HP-UX
sun.properties:os.name=SunOS
macosx2.properties:os.name=Mac OS X
