.jazzignore file feature. eclipe client 4.04 can the feature be turned off and on
I found this in plugin.xml but it seems to change the content file but it does not turn off the feature
<content-type base-type="org.eclipse.core.runtime.text"
id="com.ibm.team.filesystem.ignorefile"
name="%content-type.name.0"
file-names=".jazzignore"
priority="high"
default-charset="UTF-8">
<content-type base-type="org.eclipse.core.runtime.text"
id="com.ibm.team.filesystem.ignorefile"
name="%content-type.name.0"
file-names=".jazzignore"
priority="high"
default-charset="UTF-8">
Comments
Sonia Dimitrov
JAZZ DEVELOPER Mar 28 '14, 10:21 a.m.Hello K M,
to confirm, are you looking for a way to prevent users from being able to add files to their ignores list?
Sonia
Sonia Dimitrov
JAZZ DEVELOPER Mar 28 '14, 10:24 a.m.Further to my previous question, could you describe the reasons behind wanting to disable this feature?
K M
Mar 28 '14, 10:28 a.m.nope, I want to turn off processing .jazzignore files, 122 jazzignores in the component
reason I have code checked before the jazzignores were created, when I move the component from rtc3 to rtc4 I want those files
yes I can modify all those jazzignore files, but I looking for something easier