Ignore command should be enabled also on non-recursive folders. BLD200501171900
authormentlicher@netbeans.org
Mon, 17 Jan 2005 18:38:55 +0000
changeset 56223d167ccd04dc
parent 5621 dbc0fd6d8c37
child 5623 1569203e4616
Ignore command should be enabled also on non-recursive folders.
vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml
     1.1 --- a/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml	Mon Jan 17 18:16:33 2005 +0000
     1.2 +++ b/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml	Mon Jan 17 18:38:55 2005 +0000
     1.3 @@ -1304,6 +1304,9 @@
     1.4              <property name="runOnMultipleFilesInFolder">
     1.5                  <value>true</value>
     1.6              </property>
     1.7 +            <property name="onNonRecursiveDir">
     1.8 +                <value>true</value>
     1.9 +            </property>
    1.10              <property name="disabledOnStatus">
    1.11                  <!-- "Yet-Unknown"a nd "Ignored" are defined by vcscore: -->
    1.12                  <value>&versioned-statuses;, "Yet-Unknown", "Ignored"</value>