Skip to content

Commit

Permalink
gh-67 use checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch1 committed Feb 27, 2012
1 parent 3dbc6c6 commit d461c89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
- gh-67 Use checkstyle (m1ch1)

0.1.4 - 2/22/12 0.1.4 - 2/22/12


- Fixes for Cassandra 0.7 client (tjake) - Fixes for Cassandra 0.7 client (tjake)
Expand Down
7 changes: 0 additions & 7 deletions build-tools/pom.xml

This file was deleted.

File renamed without changes.
9 changes: 1 addition & 8 deletions pom.xml
Expand Up @@ -88,15 +88,8 @@
<version>2.6</version> <version>2.6</version>
<configuration> <configuration>
<consoleOutput>true</consoleOutput> <consoleOutput>true</consoleOutput>
<!--configLocation>checkstyle.xml</configLocation--> <configLocation>checkstyle.xml</configLocation>
</configuration> </configuration>
<!--dependencies>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>build-tools</artifactId>
<version>0.1.4</version>
</dependency>
</dependencies-->
<executions> <executions>
<execution> <execution>
<id>validate</id> <id>validate</id>
Expand Down

0 comments on commit d461c89

Please sign in to comment.