Andrew Gaul
|
f6dc1f39a3
|
Enforce no unused imports via Checkstyle
Removed with:
mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
|
2013-12-11 17:29:36 -08:00 |
Andrew Gaul
|
b17adea879
|
Address Checkstyle violations
|
2013-12-01 23:22:47 -08:00 |
Rick Wright
|
61b99641ac
|
Fix Live Tests for JCLOUDS-360 which rely on platform-dependent nanoseconds.
|
2013-11-20 15:26:30 -05:00 |
Alex Heneveld
|
f6f901065e
|
JCLOUDS-372: changing OAuth timeout from MINUTES to SECONDS
|
2013-11-12 12:06:19 +01:00 |
Alex Heneveld
|
7e2cebaec5
|
fix for JCLOUDS-360, replace platform-dependent assumption that nanosecond resolution ticker uses epoch 1970 as origin with guaranteed behaviour at millisecond-level resolution of System.currentTimeMillis
|
2013-10-29 23:18:55 -07:00 |
Andrew Bayer
|
deafad060c
|
JCLOUDS-31. License header cleanup
|
2013-05-24 12:01:40 -07:00 |
Ignasi Barrera
|
32279289c0
|
JCLOUDS-64: Update license headers
|
2013-05-24 01:06:46 +02:00 |
Andrew Bayer
|
a2d8925f02
|
JCLOUDS-80. Inherit apache-rat plugin config.
|
2013-05-22 10:29:56 -04:00 |
Andrew Bayer
|
f08e98c6f0
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 10:46:01 -07:00 |
Andrew Bayer
|
048e6384aa
|
JCLOUDS-23. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 10:44:56 -07:00 |
adriancole
|
4da1ba8ff5
|
organized google code into its own subdir
|
2013-04-28 22:56:26 -07:00 |