/usr/share/gpr/xmlada.gpr is in libxmlada-schema7-dev 17.1.2017-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | -- Project file for use of XML/Ada.
-- Put the directory that contains xmlada.gpr in your ADA_PROJECT_PATH
-- variable. Then, in our own project file, add a "with" dependency on
-- "xmlada.gpr".
with "xmlada_unicode", "xmlada_sax", "xmlada_input", "xmlada_dom";
with "xmlada_schema";
project Xmlada is
for Source_Dirs use ();
end Xmlada;
|