You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/08/05 15:21:09 UTC

svn commit: r873006 - in /websites/production/camel/content: cache/main.pageCache camel-configuration-utilities.html

Author: buildbot
Date: Mon Aug  5 13:21:09 2013
New Revision: 873006

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-configuration-utilities.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/camel-configuration-utilities.html
==============================================================================
--- websites/production/camel/content/camel-configuration-utilities.html (original)
+++ websites/production/camel/content/camel-configuration-utilities.html Mon Aug  5 13:21:09 2013
@@ -256,7 +256,6 @@ context.addComponent("properties", pc);
 
 KeyStoreParameters ksp = new KeyStoreParameters();
 ksp.setContext(camelContext);
-        
 ksp.setType("{{keyStoreParameters.type}}");
 ksp.setProvider("{{keyStoreParameters.provider}}");
 ksp.setResource("{{keyStoreParameters.resource}}");