diff --git a/README.adoc b/README.adoc index de4f0f2..8332342 100644 --- a/README.adoc +++ b/README.adoc @@ -2,12 +2,14 @@ Contains resources used during the build of other Hawkular projects: -* Configuration for Checkstyle in `src/main/resources/hawkular-checkstyle` directory - -Also contains IDE configuration files. Import these in your IDE so your IDE can -format files according to Hawkular style rules. - -* ide-configs/eclipse - Eclipse preferences for code style. The names of the files +* The configuration for Checkstyle in `src/main/resources/hawkular-checkstyle` directory. +* `org.hawkular.build.checkstyle.xml.XmlIndentCheck` - an extension for Checkstyle to enforce indentation in XML files. +* A license header template to be used by com.mycila:license-maven-plugin in + `src/main/resources/hawkular-license/jboss-apache-2-template.txt`. +* `org.hawkular.build.license.CopyrightRangeProvider` - an extension of license-maven-plugin to set copyright years + range based on git history. +* IDE configuration files - import these in your IDE so your IDE can format files according to Hawkular style rules. +** `ide-configs/eclipse` - Eclipse preferences for code style. The names of the files in here indicates where you should import these files. e.g, hawkular-eclipse-preferences-java-codestyle-cleanup.xml should be imported in Preferences > Java > Code Style > Cleanup. diff --git a/ide-configs/eclipse/hawkular-eclipse-preferences-java-codestyle-codetemplates.xml b/ide-configs/eclipse/hawkular-eclipse-preferences-java-codestyle-codetemplates.xml index 3655e58..9ac0c45 100644 --- a/ide-configs/eclipse/hawkular-eclipse-preferences-java-codestyle-codetemplates.xml +++ b/ide-configs/eclipse/hawkular-eclipse-preferences-java-codestyle-codetemplates.xml @@ -4,21 +4,8 @@ * @param ${param} the ${bare_field_name} to set */