Skip to content

Commit 192142f

Browse files
committed
Merge branch 'po/ada2wsdl-dirs' into 'master'
Tool ada2wsdl does not need Exec/Object/Lib directories. See merge request eng/toolchain/aws!12
2 parents 2537bbf + 0746fef commit 192142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ada2wsdl-parser.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ package body Ada2WSDL.Parser is
13151315
Env : GPR.Project_Environment_Access;
13161316
begin
13171317
GPR.Initialize (Env);
1318-
Project.Load (Project_File, Env);
1318+
Project.Load (Project_File, Env, Report_Missing_Dirs => False);
13191319
return LAL_GPR.Create_Project_Unit_Provider (Project, Env => Env);
13201320
end Load_Project;
13211321

0 commit comments

Comments
 (0)