From 8703c4a7a409a2c1d2fbbeb3154c892e7bb8b104 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 6 Jul 2010 14:37:40 -0700 Subject: [PATCH] Issue 199: ning examples --- blobstore/src/main/clojure/org/jclouds/blobstore.clj | 2 +- core/src/main/clojure/org/jclouds/core.clj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/blobstore/src/main/clojure/org/jclouds/blobstore.clj b/blobstore/src/main/clojure/org/jclouds/blobstore.clj index 72220f4f22..9c1977090f 100644 --- a/blobstore/src/main/clojure/org/jclouds/blobstore.clj +++ b/blobstore/src/main/clojure/org/jclouds/blobstore.clj @@ -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 diff --git a/core/src/main/clojure/org/jclouds/core.clj b/core/src/main/clojure/org/jclouds/core.clj index d7014cb7bd..a4c64fa0a0 100644 --- a/core/src/main/clojure/org/jclouds/core.clj +++ b/core/src/main/clojure/org/jclouds/core.clj @@ -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