]> source.dussan.org Git - sonarqube.git/commit
SONAR-2357 add a sample for Checkstyle extensions
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 4 May 2011 20:57:28 +0000 (22:57 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 4 May 2011 20:57:40 +0000 (22:57 +0200)
commita2c6e3b52e0dca691632b7ab6f9dba06026a279d
treeaf905da38361ce9f8fcac11dc1b6b9882585db8f
parent7a957c2d1b8736b0c5e14396029bde45524688b3
SONAR-2357 add a sample for Checkstyle extensions
samples/README.txt [new file with mode: 0644]
samples/assembly.xml
samples/checkstyle-extensions-plugin/pom.xml [new file with mode: 0644]
samples/checkstyle-extensions-plugin/src/main/java/com/mycompany/sonar/checkstyle/CheckstyleExtensionRepository.java [new file with mode: 0644]
samples/checkstyle-extensions-plugin/src/main/java/com/mycompany/sonar/checkstyle/CheckstyleExtensionsPlugin.java [new file with mode: 0644]
samples/checkstyle-extensions-plugin/src/main/java/com/mycompany/sonar/checkstyle/MethodsCountCheck.java [new file with mode: 0644]
samples/checkstyle-extensions-plugin/src/main/resources/com/mycompany/sonar/checkstyle/extensions.xml [new file with mode: 0644]
samples/gwt-plugin/pom.xml
samples/pom.xml
samples/standard-plugin/pom.xml