Enable checkstyle for other non-source files 74/474/2
authorGiovanni Meo <gmeo@cisco.com>
Thu, 13 Jun 2013 10:00:36 +0000 (12:00 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Fri, 14 Jun 2013 14:34:02 +0000 (16:34 +0200)
commitbfe1f4b13e07f7b4f4f19e8f0b5f8ab5e619de0b
tree525fd2c913a70814becec2e457e475026b1a1acc
parenta6af1afe08cb0f5dfef8c7bb370714df8ecd1e11
Enable checkstyle for other non-source files

Just to make sure there is uniformity of threatment, also other files
are being exposed to checkstyle, limited to space and tabs rules.
Along with the rules, bulk changing the code to avoid breakages in the
build.

Change-Id: I11c6a10d00fc7fc6a14d41369e2a39fd6ad01d6b
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
56 files changed:
opendaylight/clustering/integrationtest/pom.xml
opendaylight/clustering/services_implementation/src/main/resources/config/infinispan-config.xml
opendaylight/commons/integrationtest/pom.xml
opendaylight/commons/opendaylight/logback.xml
opendaylight/commons/opendaylight/pom.xml
opendaylight/commons/parent/logback.xml
opendaylight/containermanager/implementation/pom.xml
opendaylight/distribution/opendaylight/pom.xml
opendaylight/distribution/opendaylight/src/assemble/bin.xml
opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini
opendaylight/distribution/opendaylight/src/main/resources/configuration/logback.xml
opendaylight/distribution/opendaylight/src/main/resources/configuration/tomcat-server.xml
opendaylight/distribution/opendaylight/src/main/resources/run.bat
opendaylight/distribution/p2site/pom.xml
opendaylight/distribution/sdk/pom.xml
opendaylight/distribution/sdk/src/assemble/bin.xml
opendaylight/forwarding/staticrouting/pom.xml
opendaylight/northbound/commons/pom.xml
opendaylight/northbound/flowprogrammer/enunciate.xml
opendaylight/northbound/flowprogrammer/pom.xml
opendaylight/northbound/flowprogrammer/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/hosttracker/enunciate.xml
opendaylight/northbound/hosttracker/pom.xml
opendaylight/northbound/hosttracker/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/integrationtest/pom.xml
opendaylight/northbound/integrationtest/src/test/resources/tomcat-server.xml
opendaylight/northbound/staticrouting/enunciate.xml
opendaylight/northbound/staticrouting/pom.xml
opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/statistics/enunciate.xml
opendaylight/northbound/statistics/pom.xml
opendaylight/northbound/statistics/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/subnets/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/switchmanager/enunciate.xml
opendaylight/northbound/switchmanager/src/main/resources/WEB-INF/web.xml
opendaylight/northbound/topology/enunciate.xml
opendaylight/northbound/topology/src/main/resources/WEB-INF/web.xml
opendaylight/northboundtest/unit_test_suite/pom.xml
opendaylight/protocol_plugins/stub/pom.xml
opendaylight/samples/northbound/loadbalancer/enunciate.xml
opendaylight/samples/northbound/loadbalancer/src/main/resources/WEB-INF/web.xml
opendaylight/statisticsmanager/api/pom.xml
opendaylight/switchmanager/integrationtest/pom.xml
opendaylight/usermanager/api/pom.xml
opendaylight/usermanager/implementation/pom.xml
opendaylight/web/devices/src/main/resources/WEB-INF/Devices-servlet.xml
opendaylight/web/devices/src/main/resources/WEB-INF/web.xml
opendaylight/web/flows/src/main/resources/WEB-INF/Flows-servlet.xml
opendaylight/web/flows/src/main/resources/WEB-INF/web.xml
opendaylight/web/root/src/main/resources/WEB-INF/RootGUI-servlet.xml
opendaylight/web/root/src/main/resources/WEB-INF/spring/servlet/security.xml
opendaylight/web/root/src/main/resources/WEB-INF/web.xml
opendaylight/web/topology/src/main/resources/WEB-INF/Topology-servlet.xml
opendaylight/web/topology/src/main/resources/WEB-INF/web.xml
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/Troubleshoot-servlet.xml
opendaylight/web/troubleshoot/src/main/resources/WEB-INF/web.xml