commit | 833e79fd91a909031b1eb7e69d58b63c401893d5 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Mar 16 14:44:57 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Mar 18 15:52:10 2015 +0900 |
tree | dbe8dfbd9f3d7a67a2f4e2afb769fa637a7199a1 | |
parent | e72ee44f474f04314e0cd17f1a4bd2344a8da01b [diff] |
Add missing @Override annotations Change-Id: I0ad0c0952a556de4b38a0f31f38cfdc84f843508
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository
directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy