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/12/06 13:19:23 UTC

svn commit: r889351 - in /websites/production/camel/content: cache/main.pageCache guice-maven-plugin.html

Author: buildbot
Date: Fri Dec  6 12:19:22 2013
New Revision: 889351

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/guice-maven-plugin.html

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

Modified: websites/production/camel/content/guice-maven-plugin.html
==============================================================================
--- websites/production/camel/content/guice-maven-plugin.html (original)
+++ websites/production/camel/content/guice-maven-plugin.html Fri Dec  6 12:19:22 2013
@@ -104,7 +104,7 @@
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;plugin&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-  &lt;artifactId&gt;guice-maven-plugin/artifactId&gt;
+  &lt;artifactId&gt;guice-maven-plugin&lt;/artifactId&gt;
 &lt;/plugin&gt;
 ]]></script>
 </div></div>
@@ -115,7 +115,7 @@
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;plugin&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-  &lt;artifactId&gt;guice-maven-plugin/artifactId&gt;
+  &lt;artifactId&gt;guice-maven-plugin&lt;/artifactId&gt;
   &lt;!-- optional, default value: org.apache.camel.guice.Main --&gt;
   &lt;configuration&gt;
     &lt;mainClass&gt;mypackage.boot.camel.CamelStartup&lt;/mainClass&gt;
@@ -134,7 +134,7 @@
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;plugin&gt;
   &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-  &lt;artifactId&gt;guice-maven-plugin/artifactId&gt;
+  &lt;artifactId&gt;guice-maven-plugin&lt;/artifactId&gt;
   &lt;configuration&gt;
     &lt;jndiProperties&gt;/path/to/my/jndi/properties/my-guice-jndi.properties&lt;/jndiProperties&gt;
   &lt;/configuration&gt;
@@ -185,7 +185,7 @@ log4j.additivity.org.apache.camel.impl.D
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-        &lt;artifactId&gt;guice-maven-plugin/artifactId&gt;
+        &lt;artifactId&gt;guice-maven-plugin&lt;/artifactId&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/reporting&gt;