Files
osmosis/osmosis-xml/.checkstyle
Brett Henderson 231961afb3 Include osmosis prefix on project names
All artefacts have an osmosis prefix, however the project names were
named without the osmosis prefix.  This causes some confusion when
trying to publish to Maven because we end up with an artefact name
including osmosis, but a project name not including osmosis.  It seems
simpler to rename all projects to include the osmosis prefix.
2013-03-30 22:14:30 +11:00

11 lines
517 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="Osmosis Checks" location="/build-support/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Osmosis Checks" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>