Index: IfTask.cs
===================================================================
RCS file: /cvsroot/nant/nant/src/NAnt.Core/Tasks/IfTask.cs,v
retrieving revision 1.4
diff -u -r1.4 IfTask.cs
--- IfTask.cs	6 Mar 2003 18:49:08 -0000	1.4
+++ IfTask.cs	6 Mar 2003 21:34:51 -0000
@@ -78,11 +78,11 @@
     [TaskName("if")]
     public class IfTask : TaskContainer{
         
-        protected string _propNameTrue = null;
-        protected string _propNameExists = null;
-        protected string _targetName = null;
-        protected string _uptodateFile = null;
-        protected FileSet _compareFiles = null;
+        private string _propNameTrue = null;
+        private string _propNameExists = null;
+        private string _targetName = null;
+        private string _uptodateFile = null;
+        private FileSet _compareFiles = null;
 
         /// <summary>
         /// The file to compare if uptodate
