Issue 199: ning examples

This commit is contained in:
Adrian Cole 2010-07-06 14:37:40 -07:00
parent 611297a262
commit 8703c4a7a4
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ See http://code.google.com/p/jclouds for details."
Options for communication style
:sync and :async.
Options can also be specified for extension modules
:log4j :enterprise :httpnio :apachehc :bouncycastle :joda :gae"
:log4j :enterprise :ning :apachehc :bouncycastle :joda :gae"
[#^String service #^String account #^String key & options]
(let [context
(.createContext

View File

@ -33,6 +33,7 @@
:ssh 'org.jclouds.ssh.jsch.config.JschSshClientModule
:enterprise 'org.jclouds.enterprise.config.EnterpriseConfigurationModule
:apachehc 'org.jclouds.http.apachehc.config.ApacheHCHttpCommandExecutorServiceModule
:ning 'org.jclouds.http.ning.config.NingHttpCommandExecutorServiceModule
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleEncryptionServiceModule
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule})
@ -46,6 +47,7 @@
Ensure the module is on the classpath. You are maybe missing a dependency on
org.jclouds/jclouds-jsch
org.jclouds/jclouds-log4j
org.jclouds/jclouds-ning
or org.jclouds/jclouds-enterprise."))))))
(defn modules