Made driver JARs that the driver projects provide to jclouds 'provided', and added READMEs

This commit is contained in:
Andrew Phillips 2011-02-01 03:08:32 +01:00
parent af16b30b45
commit c3eda7279e
13 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,24 @@
====
Copyright (C) 2010 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.
====================================================================
====
#
# A driver to use the Apache HTTP Components Client (http://hc.apache.org/)
# as an encryption library in jclouds.
#
# TODO: Usage example.

View File

@ -63,6 +63,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>

View File

@ -18,7 +18,7 @@
====
#
# An extension to use the Bouncy Castle Crypto API (http://www.bouncycastle.org/)
# A driver to use the Bouncy Castle Crypto API (http://www.bouncycastle.org/)
# as an encryption library in jclouds.
#
# TODO: Usage example.

View File

@ -62,6 +62,7 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>1.44</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -18,6 +18,6 @@
====
#
# Sets up most commonly requested options for enterprise java support
# Sets up most commonly requested options for enterprise Java support.
#
# TODO: Usage example.

View File

@ -18,6 +18,6 @@
====
#
# An extension to run jclouds on Google App Engine (http://code.google.com/appengine/).
# A driver to run jclouds on Google App Engine (http://code.google.com/appengine/).
#
# TODO: Usage example.

View File

@ -65,6 +65,7 @@
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api</artifactId>
<version>1.3.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>

View File

@ -18,7 +18,7 @@
====
#
# An extension to use Joda (http://joda-time.sourceforge.net/) as a time and date library
# A driver to use Joda (http://joda-time.sourceforge.net/) as a time and date library
# in jclouds.
#
# TODO: Usage example.

View File

@ -62,6 +62,7 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -18,7 +18,7 @@
====
#
# An extension to use JSch (http://www.jcraft.com/jsch/) as the SSH connection provider
# A driver to use JSch (http://www.jcraft.com/jsch/) as the SSH connection provider
# for jclouds.
#
# TODO: Usage example.

View File

@ -67,11 +67,13 @@
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.42</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -18,7 +18,7 @@
====
#
# An extension to use Log4j (http://logging.apache.org/log4j/) as the logging provider
# A driver to use Log4j (http://logging.apache.org/log4j/) as the logging provider
# for jclouds.
#
# Expects log4j to be present on your application's classpath.

View File

@ -62,6 +62,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>