Recommendation about jazz.line-delimite and jazz.mime property
![](http://jazz.net/_images/myphoto/092e889ca04ffd40755648e36b551f37.jpg)
Hi
I need to edit and to check in some text files, *.ini and *.ksh, on AIX and alos need to load those files on Windows. In this case, is there any recommendation abouto how to set jazz.line-delimite and jazz.mime property ?
- jazz.mime = "text/plain" ?
- line-delimite = "LF"?
By default, in my environment , following properties are set. These files are not binary but text. If I did not change these properties, what will be occured?
- jazz.mime = "application/unknown"
- line-delimite = "none"
Thank you in advance.
Natsumi
Accepted answer
![](http://jazz.net/_images/myphoto/092e889ca04ffd40755648e36b551f37.jpg)
I believe you are talking in context of the SCM CLI.
To change the mime type and line-delimiter of a particular file or extension during initial checkin you must create a magic.properties file. Details of how to create the magic.properties file is specified in the following link... https://jazz.net/wiki/bin/view/Main/SCMMagicFile#The_magic_file
If the file is already checked in then the property can be changed using the property set command.