mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
Fix examples to import proper project names, fix domschemaexample to not unset the namespeces feature, add examples to the testing. Change-Id: Ic5ba519f9ae80f4df3931757a1fcdb9b72e4f540
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
with "../../dom/xmlada_dom";
|
|
with "../../schema/xmlada_schema";
|
|
project Default is
|
|
for Main use ("domexample.adb", "domexample2.adb", "domschemaexample.adb");
|
|
end Default;
|