Commit 1af8deae by Vincent Celier Committed by Arnaud Charlet

prj-nmsc.adb (Check_File): An excluded Ada source file may be a source of another project.

2008-08-20  Vincent Celier  <celier@adacore.com>

	* prj-nmsc.adb (Check_File): An excluded Ada source file may be a
	source of another project.

From-SVN: r139309
parent 3f92549e
...@@ -8163,7 +8163,9 @@ package body Prj.Nmsc is ...@@ -8163,7 +8163,9 @@ package body Prj.Nmsc is
then then
Source_To_Replace := Source; Source_To_Replace := Source;
elsif Unit /= No_Name then elsif Unit /= No_Name
and then not Src_Data.Locally_Removed
then
Error_Msg_Name_1 := Unit; Error_Msg_Name_1 := Unit;
Error_Msg Error_Msg
(Project, In_Tree, (Project, In_Tree,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment