Author: buildbot
Date: Fri May 4 12:18:42 2012
New Revision: 815754
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-maven-plugin.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/camel-maven-plugin.html
==============================================================================
--- websites/production/camel/content/camel-maven-plugin.html (original)
+++ websites/production/camel/content/camel-maven-plugin.html Fri May 4 12:18:42 2012
@@ -119,14 +119,17 @@
</div></div>
<h3><a shape="rect" name="CamelMavenPlugin-Filebasedspringconfigurationfiles"></a>File
based spring configuration files</h3>
-<p>In Camel 1.4 loading file based spring context files is also supported. You configure
this with the new option <b>fileApplicationContextUri</b>. Paths may be split
using a semi-colon (;). This is usable for projects that is web applications and you store
spring configuration files in WEB-INF. </p>
+<p>From Camel 1.4 onwards loading Spring context files via a file location is also
supported. You configure this with the <b>fileApplicationContextUri</b> option.
Paths may be split using a semi-colon (;). This sort of file location is useful for web application
projects that store spring configuration files in WEB-INF. It can also be used to replace
configuration that requires an OSGi container with an equivalent non-OSGi configuration. </p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-xml">
<span class="code-tag"><plugin></span>
<span class="code-tag"><groupId></span>org.apache.camel<span
class="code-tag"></groupId></span>
<span class="code-tag"><artifactId></span>camel-maven-plugin<span
class="code-tag"></artifactId></span>
<span class="code-tag"><configuration></span>
- <span class="code-tag"><fileApplicationContextUri></span>src/main/webapp/WEB-INF/camel*.xml<span
class="code-tag"></fileApplicationContextUri></span>
+ <span class="code-tag"><fileApplicationContextUri></span>
+ src/main/webapp/WEB-INF/camel*.xml;
+ src/test/spring/test-context.xml
+ <span class="code-tag"></fileApplicationContextUri></span>
<span class="code-tag"></configuration></span>
<span class="code-tag"></plugin></span>
</pre>
|