You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by bu...@apache.org on 2013/11/05 19:56:20 UTC

svn commit: r885537 - in /websites/production/geronimo/content: GMOxDOC30/creating-deployment-plans-for-enterprise-applications.html GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html cache/GMOxDOC30.pageCache

Author: buildbot
Date: Tue Nov  5 18:56:20 2013
New Revision: 885537

Log:
Production update by buildbot for geronimo

Modified:
    websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-enterprise-applications.html
    websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html
    websites/production/geronimo/content/cache/GMOxDOC30.pageCache

Modified: websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-enterprise-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-enterprise-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/creating-deployment-plans-for-enterprise-applications.html Tue Nov  5 18:56:20 2013
@@ -147,7 +147,7 @@ The web application (<tt>OrderWAR.war</t
 <p>The deployment descriptor of the OrderEJB.jar is as follows.</p>
 
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>ejb-jar.xml</b></div><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;?xml version="1.0" encoding="UTF-8" ?&gt; 
 &lt;ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
@@ -226,7 +226,7 @@ System.out.println("Got Connection\n");
 <p>The deployment descriptor of the <tt>OrderWEB.war</tt> is as follows.</p>
 
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>web.xml</b></div><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xmlns="http://java.sun.com/xml/ns/javaee" 
@@ -292,7 +292,7 @@ OrderInfo oInfo = retrieveOInfo.getOrder
 <p>The deployment descriptor of the Order.ear is as follows.</p>
 
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>application.xml</b></div><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 			 xmlns="http://java.sun.com/xml/ns/javaee" 
@@ -320,7 +320,7 @@ OrderInfo oInfo = retrieveOInfo.getOrder
 <p>The deployment plan of the <tt>Order.ear</tt> is as follows.</p>
 
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>geronimo-application.xml</b></div><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
 &lt;application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" 
              xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2" 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-persistence-for-jsf-applications-with-jpa.html Tue Nov  5 18:56:20 2013
@@ -473,7 +473,7 @@ Since we have not declared any transacti
 ]]></script>
 </div></div> 
 <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeHeader panelHeader" style="border-bottom-width: 1px;border-bottom-style: solid;"><b>listCurrencies.jsp</b></div><div class="codeContent panelContent">
-<script class="theme: Default; brush: actionscript; gutter: false" type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
 &lt;%@ page language="java" %&gt;
 
 &lt;%@ taglib uri="/WEB-INF/tld/myfaces-html.tld" prefix="h" %&gt;

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