Author: buildbot
Date: Tue Jan 15 12:48:08 2013
New Revision: 846716
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html
websites/production/cxf/content/docs/service-routing.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified:
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html
==============================================================================
---
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html
(original)
+++
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html
Tue Jan 15 12:48:08 2013
@@ -359,10 +359,13 @@ Apache CXF -- Maven cxf-codegen-plugin (
<span class="code-tag"></plugin></span>
<span class="code-tag"></plugins></span>
<span class="code-tag"></pluginManagement></span>
+</pre>
+</div></div>
-You will then need to use the maven-dependency-plugin to copy the needed
artifacts into the endorsed.dir:
+<p>You will then need to use the maven-dependency-plugin to copy the needed
artifacts into the endorsed.dir:</p>
-{code:xml}
+<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<pre class="code-xml">
<span class="code-tag"><plugins></span>
<span class="code-tag"><plugin></span>
<span
class="code-tag"><groupId></span>org.apache.maven.plugins<span
class="code-tag"></groupId></span>
Modified: websites/production/cxf/content/docs/service-routing.html
==============================================================================
--- websites/production/cxf/content/docs/service-routing.html (original)
+++ websites/production/cxf/content/docs/service-routing.html Tue Jan 15
12:48:08 2013
@@ -131,18 +131,16 @@ Apache CXF -- Service Routing
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-xml">
- <span class="code-tag"><wsdl:types></span>
- <schema
- targetNamespace=<span
class="code-quote">"http://apache.org/2007/03/21/hello_world_xml_http/mixed/types"</span>
- xmlns=<span
class="code-quote">"http://www.w3.org/2001/XMLSchema"</span>>
- <span class="code-tag"><element name=<span
class="code-quote">"sayHi"</span>></span>
- <span class="code-tag"><complexType /></span>
- <span class="code-tag"></element></span>
-
- ..........
-
- <span class="code-tag"></schema></span>
- <span class="code-tag"></wsdl:types></span>
+<span class="code-tag"><wsdl:types></span>
+ <schema
+ targetNamespace=<span
class="code-quote">"http://apache.org/2007/03/21/hello_world_xml_http/mixed/types"</span>
+ xmlns=<span
class="code-quote">"http://www.w3.org/2001/XMLSchema"</span>>
+ <span class="code-tag"><element name=<span
class="code-quote">"sayHi"</span>></span>
+ <span class="code-tag"><complexType /></span>
+ <span class="code-tag"></element></span>
+ ..........
+ <span class="code-tag"></schema></span>
+<span class="code-tag"></wsdl:types></span>
</pre>
</div></div>