| <project |
| name="Eclipse summarize comparator logs" |
| default="compare"> |
| |
| <target |
| name="compare"> |
| <echo message="Genererating comparator log summaries ..." /> |
| <!-- |
| we get these properties so we can print out the repository |
| used by comparator, 'comparator.repo'. |
| --> |
| <loadproperties srcfile="${buildDirectory}/${buildId}/mavenproperties.properties" /> |
| <!--create html output for compile logs --> |
| <comparatorSummary |
| builddirectory="${buildDirectory}/${buildId}" |
| comparatorRepo="${comparator.repo}" /> |
| </target> |
| |
| </project> |