* mono-api-diff.cs: Fixed line endings.
[mono.git] / mcs / tools / xbuild / Parameters.cs
index c82542938d80132748bbf4dac29de5315c714d96..4c704007bb6325e4a183b86f6aa1b6bc5fda0281 100644 (file)
@@ -115,7 +115,7 @@ namespace Mono.XBuild.CommandLine {
                        }
                }
                
-               private void LoadResponseFile (string filename)
+               void LoadResponseFile (string filename)
                {
                        StreamReader sr = null;
                        string line;
@@ -220,7 +220,7 @@ namespace Mono.XBuild.CommandLine {
                        splittedProperties = parameter [1].Split (';');
                        foreach (string st in splittedProperties) {
                                property = st.Split ('=');
-                               properties.AddNewProperty (property [0], property [1]);
+                               properties.SetProperty (property [0], property [1]);
                        }
                }