It's all about the answers!

Ask a question

Can I put a filename wildcard in org.eclipse.core.resources.prefs?


Eddie Breeveld (6112530) | asked Feb 04 '14, 6:27 a.m.
edited Feb 04 '14, 6:37 a.m.
Is it possible to change my current org.eclipse.core.resources.prefs to include filename wildcards?  i.e., from
eclipse.preferences.version=1
encoding//MasterResults/DS267/RunSummary.txt=UTF-16LE
encoding//MasterResults/DS268/RunSummary.txt=UTF-16LE
encoding//MasterResults/DS270/RunSummary.txt=UTF-16LE
...
and many more files, to:
eclipse.preferences.version=1
encoding//MasterResults/*/RunSummary.txt=UTF-16LE
or even:

eclipse.preferences.version=1
encoding//MasterResults/*.txt=UTF-16LE


Comments
Eddie Breeveld commented May 14 '15, 10:05 a.m.

I assume that the answer is No.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.