Updated enterprise and gae READMEs to mention JARs that are expected on the classpath

This commit is contained in:
Andrew Phillips 2011-02-01 10:11:46 +01:00
parent fab1244828
commit 8404727c90
2 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,6 @@
#
# Sets up most commonly requested options for enterprise Java support.
#
# Expects the joda-time and bcprov JARs (see drivers/joda and drivers/bouncycastle) to be present on your application's classpath.
#
# TODO: Usage example.

View File

@ -20,4 +20,6 @@
#
# A driver to run jclouds on Google App Engine (http://code.google.com/appengine/).
#
# Expects the joda-time JAR (see drivers/joda) to be present on your application's classpath.
#
# TODO: Usage example.