Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -07:00 |
Adrian Cole
|
6e1c354423
|
cleanup
|
2012-05-17 01:31:20 -07:00 |
Adrian Cole
|
a2c8993592
|
updated gae demo to demonstrate use of views and GAE ThreadFactory
|
2012-05-17 00:42:08 -07:00 |
Adrian Cole
|
251754b20a
|
updated gae demo to work on hpcloud
|
2012-05-15 16:14:52 -07:00 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Andrew Phillips
|
73117e3662
|
Updated KickStart args and integration test setup
|
2011-07-07 22:35:09 -04:00 |
Dmitri Babaev
|
0fedf6e467
|
Merge commit '7d0248c5dd972287e51ad1971d61a6ddc8bdcdf5'
|
2011-06-01 20:37:49 +04:00 |
Andrew Phillips
|
36beb90de0
|
thread.stop() -> thread.interrupt()
|
2011-05-30 00:16:38 +01:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
1fec99e379
|
Issue 474: changed demo to use async urlfetch
|
2011-02-15 16:37:15 +01:00 |
Adrian Cole
|
e0c7e1c0b3
|
Issue 474: updated example to use gae sdk 1.4.0
|
2011-02-15 15:35:30 +01:00 |
Adrian Cole
|
19981da7c7
|
Issue 474:update to google appengine sdk 1.4.0
|
2011-02-15 14:26:41 +01:00 |
Adrian Cole
|
eedc94948e
|
Issue 440: moved ec2 into its own api module
|
2011-01-05 21:42:34 +01:00 |