From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/query/TestQuery.gf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 examples/query/TestQuery.gf (limited to 'examples/query/TestQuery.gf') diff --git a/examples/query/TestQuery.gf b/examples/query/TestQuery.gf deleted file mode 100644 index a91f256b1..000000000 --- a/examples/query/TestQuery.gf +++ /dev/null @@ -1,26 +0,0 @@ -abstract TestQuery = Query ** { - -fun - USA : Country ; - California : Country ; - Bulgaria : Country ; - OblastSofiya : Name ; - - CEO : JobTitle ; - ChiefInformationOfficer : JobTitle ; - - Microsoft : Name ; - Google : Name ; - - SergeyBrin : Name ; - LarryPage : Name ; - EricSchmidt : Name ; - MarissaMayer : Name ; - UdiManber : Name ; - CarlGustavJung : Name ; - Jung : Name ; - BenFried : Name ; - -} - - -- cgit v1.2.3