Can I put a filename wildcard in org.eclipse.core.resources.prefs?
![](http://jazz.net/_images/myphoto/1951cc7fae67c004e247b6d9fb7680a4.jpg)
Is it possible to change my current org.eclipse.core.resources.prefs to include filename wildcards? i.e., from
eclipse.preferences.version=1and many more files, to:
encoding//MasterResults/DS267/RunSummary.txt=UTF-16LE
encoding//MasterResults/DS268/RunSummary.txt=UTF-16LE
encoding//MasterResults/DS270/RunSummary.txt=UTF-16LE
...
eclipse.preferences.version=1or even:
encoding//MasterResults/*/RunSummary.txt=UTF-16LE
eclipse.preferences.version=1
encoding//MasterResults/*.txt=UTF-16LE
Comments
Eddie Breeveld
May 14 '15, 10:05 a.m.I assume that the answer is No.