{#include eclipse_header /} {||}

Git ECA Validation Status

About this project

  • Eclipse Foundation Project:
  • Eclipse Foundation Specification Project:
Project repository
{#if statuses.getErrorCount > 0}
Author(s) covered by necessary legal agreements
    {#for error in statuses.getValidationErrors}
  • {error.getMessageForError}
  • {/for}
More details
{#for status in statuses.orEmpty} {#if status.errors.size > 0} {status.errors.size} {/if}

SHA: {status.commitHash}

Last validated: {status.lastModified.format('d MMM uuuu')}
Errors: {status.errors.size}
    {#for error in status.errors.orEmpty}
  • {error.getMessageForError}
  • {/for}
{/for}
{#else}
Author(s) covered by necessary legal agreements
{/if}
{||} {#include eclipse_footer /}