The Java Multi-Cloud Toolkit
Go to file
adrian.f.cole b217410ac0 Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2754 3d8758e0-26b5-11de-8745-db77d3ebf521
2010-02-02 08:31:30 +00:00
archetypes added readme 2010-02-01 04:05:11 +00:00
assemblies Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
atmos corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos 2010-02-02 04:07:49 +00:00
aws corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos 2010-02-02 04:07:49 +00:00
azure corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos 2010-02-02 04:07:49 +00:00
blobstore Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
codegen removed collections dep as it is now part of guava 2010-01-06 21:22:18 +00:00
compute Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
core Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
demos Issue 73, 130, 150: overhauled context builders, blobstore javadocs, setup http connection limiter, and otherwise readied the code for consumption 2010-01-25 09:41:37 +00:00
extensions Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
mezeo overhauled the blobstore api to work with pseudo directories and continuable lists. fixed connection errors in http executor. changed to return null on resource not found 2010-02-01 10:09:45 +00:00
nirvanix Issue 73, 130, 150: overhauled context builders, blobstore javadocs, setup http connection limiter, and otherwise readied the code for consumption 2010-01-25 09:41:37 +00:00
project Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
rackspace corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos 2010-02-02 04:07:49 +00:00
rimuhosting overhauled the blobstore api to work with pseudo directories and continuable lists. fixed connection errors in http executor. changed to return null on resource not found 2010-02-01 10:09:45 +00:00
scriptbuilder Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
thirdparty Issue 149: updated to latest resteasy release 2010-01-18 23:49:04 +00:00
tools Issue 9, Issue 127: updated javadoc, modified dist to not jarjar, changed dist to support profiles, tools, blobstore, and compute api 2010-02-02 08:31:30 +00:00
twitter Issue 73, 130, 150: overhauled context builders, blobstore javadocs, setup http connection limiter, and otherwise readied the code for consumption 2010-01-25 09:41:37 +00:00
vcloud corrected CNFE, as it should have been a subclass of ResourceNotFoundException; stabalized the directory support for rackspace and atmos 2010-02-02 04:07:49 +00:00
.svnignore Adding svn:ignore part 2. 2009-11-12 23:30:26 +00:00
README.txt Fixed license error caught by libcloud: jclouds isn't licensed to Apache, it just uses that license. thanks guys 2009-12-31 17:36:46 +00:00
pom.xml Made the license copyright holder parameterizable. 2010-01-20 11:54:16 +00:00

README.txt

====

    Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>

    ====================================================================
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ====================================================================
====
thirdparty module is code we are temporarily storing as there is no maven module for it (or the code we use from it).
Please publish to maven repos manually as needed.