Author: rmannibucau
Date: Thu Apr 18 13:20:05 2019
New Revision: 1043824

Log:
Site checkin for project Meecrowave :: Doc

Added:
    websites/production/openwebbeans/content/meecrowave/howto.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-core/configuration.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-core/deploy-webapp.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-gradle/index.pdf
    websites/production/openwebbeans/content/meecrowave/meecrowave-jpa/index.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-oauth2/index.pdf
    websites/production/openwebbeans/content/meecrowave/start.pdf
    websites/production/openwebbeans/content/meecrowave/testing/index.pdf
Modified:
    websites/production/openwebbeans/content/meecrowave/community.pdf
    websites/production/openwebbeans/content/meecrowave/companion-projects.pdf
    websites/production/openwebbeans/content/meecrowave/components.pdf
    websites/production/openwebbeans/content/meecrowave/download.pdf
    websites/production/openwebbeans/content/meecrowave/howto.html
    websites/production/openwebbeans/content/meecrowave/meecrowave-core/cli.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-jolokia/index.pdf
    websites/production/openwebbeans/content/meecrowave/meecrowave-jta/index.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-letsencrypt/index.pdf
    
websites/production/openwebbeans/content/meecrowave/meecrowave-maven/index.pdf
    websites/production/openwebbeans/content/meecrowave/testing/index.html

Modified: websites/production/openwebbeans/content/meecrowave/community.pdf
==============================================================================
Binary files - no diff available.

Modified: 
websites/production/openwebbeans/content/meecrowave/companion-projects.pdf
==============================================================================
Binary files - no diff available.

Modified: websites/production/openwebbeans/content/meecrowave/components.pdf
==============================================================================
Binary files - no diff available.

Modified: websites/production/openwebbeans/content/meecrowave/download.pdf
==============================================================================
Binary files - no diff available.

Modified: websites/production/openwebbeans/content/meecrowave/howto.html
==============================================================================
--- websites/production/openwebbeans/content/meecrowave/howto.html (original)
+++ websites/production/openwebbeans/content/meecrowave/howto.html Thu Apr 18 
13:20:05 2019
@@ -74,7 +74,7 @@
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-maven hljs" 
data-lang="maven">&lt;dependency&gt;
+<pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;dependency&gt;
     &lt;groupId&gt;org.apache.meecrowave&lt;/groupId&gt;
     &lt;artifactId&gt;meecrowave-specs-api&lt;/artifactId&gt;
     &lt;version&gt;${meecrowave.version}&lt;/version&gt;
@@ -99,10 +99,10 @@
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-maven hljs" 
data-lang="maven">&lt;plugin&gt;
+<pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;plugin&gt;
     &lt;!--
-        For starting meecrowave via Maven. Just run
-        $&gt; mvn clean install meecrowave:run
+    For starting meecrowave via Maven. Just run
+    $&gt; mvn clean install meecrowave:run
     --&gt;
     &lt;groupId&gt;org.apache.meecrowave&lt;/groupId&gt;
     &lt;artifactId&gt;meecrowave-maven-plugin&lt;/artifactId&gt;
@@ -389,7 +389,7 @@ public class RewriteValveCustomizer impl
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-pom.xml hljs" 
data-lang="pom.xml">&lt;plugin&gt;
+<pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;plugin&gt;
     &lt;!--
         For starting meecrowave via Maven. Just run
         $&gt; mvn clean install meecrowave:run


Reply via email to