summaryrefslogtreecommitdiff
path: root/textproc/xml_ez_out/files/example.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xml_ez_out/files/example.gpr')
-rw-r--r--textproc/xml_ez_out/files/example.gpr12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/xml_ez_out/files/example.gpr b/textproc/xml_ez_out/files/example.gpr
deleted file mode 100644
index b68a07683b0b..000000000000
--- a/textproc/xml_ez_out/files/example.gpr
+++ /dev/null
@@ -1,12 +0,0 @@
-with "xml_ez_out";
-project Example is
-
- for Exec_Dir use "/tmp";
- for Object_Dir use "/tmp";
- for Main use ("tmeztf.adb");
-
- package Compiler is
- for Default_Switches ("ada") use ("-O2");
- end Compiler;
-
-end Example;