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 2014/06/02 08:17:51 UTC

svn commit: r910858 - in /websites/production/camel/content: barcode-data-format.html cache/main.pageCache

Author: buildbot
Date: Mon Jun  2 06:17:51 2014
New Revision: 910858

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/barcode-data-format.html
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/barcode-data-format.html
==============================================================================
--- websites/production/camel/content/barcode-data-format.html (original)
+++ websites/production/camel/content/barcode-data-format.html Mon Jun  2 06:17:51 2014
@@ -84,7 +84,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p><strong>Available as of Camel 2.14</strong></p><p>The barcode data format is based on the <a shape="rect" class="external-link" href="https://github.com/zxing/zxing" rel="nofollow">zxing library</a>. The goal of this component is to create a barcode image from a String (marshal) and a String from a barcode image (unmarshal). You're free to use all features that zxing offers.</p><h3 id="BarcodeDataFormat-Dependencies">Dependencies</h3><p>To use Bindy in your camel routes you need to add the a dependency on <strong>camel-barcode</strong> which implements this data format.</p><p>If you use maven you could just add the following to your pom.xml, substituting the version number for the latest &amp; greatest release (see <a shape="rect" href="download.html">the download page for the latest versions</a>).</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><p><strong>Available as of Camel 2.14</strong></p><p>The barcode data format is based on the <a shape="rect" class="external-link" href="https://github.com/zxing/zxing" rel="nofollow">zxing library</a>. The goal of this component is to create a barcode image from a String (marshal) and a String from a barcode image (unmarshal). You're free to use all features that zxing offers.</p><h3 id="BarcodeDataFormat-Dependencies">Dependencies</h3><p>To use the barcode data format in your camel routes you need to add the a dependency on <strong>camel-barcode</strong> which implements this data format.</p><p>If you use maven you could just add the following to your pom.xml, substituting the version number for the latest &amp; greatest release (see <a shape="rect" href="download.html">the download page for the latest versions</a>).</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
   &lt;artifactId&gt;camel-barcode&lt;/artifactId&gt;

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