Andrew Gaul
|
9cdd53b0b7
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:44:54 -07:00 |
Andrew Bayer
|
c1ee11d9bd
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:31:56 -08:00 |
Andrew Gaul
|
0398276be3
|
Remove redundant imports
Also enforce no new ones via Checkstyle
|
2013-12-12 18:23:43 -08:00 |
Everett Toews
|
747fde69e9
|
Support HKG region for Rackspace providers.
|
2013-10-10 20:58:33 -05:00 |
Andrew Gaul
|
f1fc63ab76
|
Add whitespace around keywords and braces
|
2013-09-30 09:39:29 -07:00 |
Everett Toews
|
bf2138089d
|
Support IAD region for Rackspace providers.
|
2013-08-06 20:54:23 -05:00 |
Everett Toews
|
6249d60b0b
|
Added the SYD zone to Rackspace providers.
|
2013-06-20 16:38:01 -05:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
Andrew Bayer
|
446ac67884
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:04:43 -07:00 |
Andrew Bayer
|
259b04ff1c
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:04:42 -07:00 |
adriancole
|
d1af582ed0
|
removed async api from cloudloadbalancers
|
2013-04-09 22:07:55 -07:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
Everett Toews
|
eef3d71526
|
Added version to Rackspace Cloud Load Balancer package namespace.
|
2013-02-21 16:07:15 -06:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
Everett Toews
|
01acb56df1
|
Renamed internal ID from cloudloadbalancers to rackspace-cloudloadbalancers.
|
2012-12-13 11:36:04 -06:00 |
Everett Toews
|
0b0373c91f
|
Modernizing the Rackspace Cloud Load Balancers API. Following naming conventions and using PagedIterable.
|
2012-12-10 12:15:38 -06:00 |
Everett Toews
|
29fc4b855f
|
Renamed cloudloadbalancers to rackspace-cloudloadbalancers.
|
2012-12-06 14:42:48 -06:00 |