commit | d40932a528b3d57d894b4955bd1cbc9a8fc85e71 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Mar 16 15:26:00 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Mar 18 16:01:13 2015 +0900 |
tree | 2b397ec29575083e46db0e21fa4e96e19ab006bb | |
parent | 957d818b46d06669c650e402698115cd6e0ec72e [diff] |
Organize imports Add setting file for Eclipse's "organize imports" tool, based on the settings from the Gerrit project. Organize the imports. Change-Id: Iecd65b8da4d6b48f39000d60cd3730f544159acc
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