The Java Multi-Cloud Toolkit
Go to file
olivierlemasle 0aed121fa7 Add .gitattributes to avoid line endings issues
Since commit 56e687f497, Linux line endings (LF) are enforced. But on
Windows, a common practice is to set core.autocrlf to 'auto', wich mean
that the local copy of the file has Windows line endings, whereas the
remote copy has Linux line endings (cf. https://help.github.com/articles/dealing-with-line-endings/#platform-windows).

With core.autoclrf=auto, Checkstyle will throw an error because local
files will have Windows line endings.

This setting will set Linux line endings for all text files, except
.cmd files.
2015-10-07 21:05:15 +02:00
all Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
allblobstore Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
allcompute Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
allloadbalancer Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
apis As in JCLOUDS-991 it appears size is missing as a UsageResponse parameter, particularily for Volume usages. This commit adds it into the UsageRecord class. 2015-10-07 21:05:08 +02:00
blobstore Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
common Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
compute GCE hardware profiles might not have volumes 2015-09-21 11:03:14 +02:00
core Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
drivers Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
loadbalancer Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
project Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
providers Add new Softlayer API method to return arbitrary VirtualGuest fields 2015-10-07 21:05:04 +02:00
resources Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
scriptbuilder Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
skeletons Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00
.dir-locals.el JCLOUDS-26. Adding .dir-locals.el for Emacs tab-width setting 2013-05-10 14:52:52 -07:00
.gitattributes Add .gitattributes to avoid line endings issues 2015-10-07 21:05:15 +02:00
.gitignore Ignore jEnv files 2014-08-26 23:54:44 +02:00
.mailmap Update mailmap for acole@twitter.com 2014-10-04 09:22:01 -07:00
CONTRIBUTING.md Fixed the CONTRIBUTING links 2015-02-05 15:10:37 +01:00
README.md Avoid duplicated info and just link to website 2014-08-07 09:25:37 -05:00
pom.xml Next development version 1.9.2-SNAPSHOT 2015-08-02 11:56:20 +02:00

README.md

jclouds

Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

For more information about using or contributing to jclouds, please visit our website at jclouds.apache.org.

License

Copyright (C) 2009-2013 The Apache Software Foundation

Licensed under the Apache License, Version 2.0