Modified: openmeetings/trunk/site/BuildInstructions.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/BuildInstructions.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/BuildInstructions.html (original)
+++ openmeetings/trunk/site/BuildInstructions.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Build instructions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                                       
+                                                                               
                                                                                
                                                                         
       <li>
   
                           <a href="#dev" title="Development">
@@ -250,6 +250,13 @@
         Continuous Integration</a>
             </li>
                     
+      <li>
+  
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
       <li class="active">
   
             <a href="#"><i class="none"></i>Build Instructions</a>
@@ -743,10 +750,8 @@
    limitations under the License. -->
 
        
-
                <div class="section">
 <h2><a name="Nightly_Builds"></a>Nightly Builds</h2>
-
                        
 <p>
                                You can find Nightly Builds of the software at:
@@ -754,13 +759,11 @@
                                        
https://builds.apache.org/view/M-R/view/OpenMeetings/
                                </a>
                        </p>
-
                </div>
 
                
 <div class="section">
 <h2><a name="How_to_Build_a_Distribution"></a>How to Build a Distribution</h2>
-
                        
 <div>
                                
@@ -768,9 +771,9 @@
                                
 <ul>
                                        
-<li>Sun JDK6</li>
+<li>Oracle JDK7</li>
                                        
-<li>Apache ANT (minimum) 1.8.3</li>
+<li>Apache Maven (minimum) 3.2.1</li>
                                        
 <li>
                                                SVN Command line client 
(Subversion 1.7 required!)
@@ -788,297 +791,62 @@
 <p>Run the command: </p>
                        
 <div class="source">
-<pre>ant </pre></div>
+<pre>mvn clean install </pre></div>
+               </div>
+
+               
+<div class="section">
+<h2><a name="Run_Develop_Test"></a>Run, Develop, Test</h2>
                        
-<p>There is no need to compile the client additionally! The ant task
-                               does it all! You will find a directory dist 
that contains
-                               OpenMeetings and a red5-server.
+<p>
+                               To develop Openmeetings you need to import 
maven project into Eclipse
+                               <img 
src="images/eclipse-import-maven-project.png" alt="Import OM into Eclipse" 
width="526" height="394" />
                        </p>
+               </div>
+
+               
+<div class="section">
+<h2><a name="Tips_and_Gotchas"></a>Tips and Gotchas</h2>
                        
-<p>To compile the client you can also use ant: </p>
+<p>To compile only client you can run following command: </p>
                        
 <div class="source">
 <pre>
 
-ant                             # compiles a complete package into the folder 
dist
-ant compile.laszlo.main         # compiles the client into main.as3.swf10.swf 
and main.swf8.swf
-ant compile.laszlo.main.debug   # compiles the debug-client into 
maindebug.as3.swf10.swf and maindebug.swf8.swf
-ant -Ddb=&lt;name of DB&gt;           # will copy &lt;name of 
DB&gt;_persistense.xml to persistense.xml
-                                #(for ex. ant -Ddb=mysql will set mysql as 
default DB)
+mvn install -pl openmeetings-flash               # compiles a complete package 
into the folder openmeetings-flash/target
 
                        </pre></div>
                        
-<p>To compile just the openmeetings JAR file: </p>
+<p>In case you would like to develop Openmeetings you need to run 
<i>&quot;unpacked&quot;</i> build: </p>
                        
 <div class="source">
-<pre>ant jar.only</pre></div>
-                       
-<p>
-                               To run Junit tests using ANT see
-                               <a href="JUnitTesting.html">JUnitTesting</a>
-                       </p>
-               </div>
+<pre>
 
-               
-<div class="section">
-<h2><a name="Run_Develop_Test"></a>Run, Develop, Test</h2>
-
-                       
-<p>
-                               To develop or build OpenMeetings you checkout 
the source as Eclipse
-                               project. You need the Subclipse or Subversive 
Plugin for Eclipse. If
-                               you just need to change 3 lines of code then 
your probably better
-                               switch to
-                               <a href="#How_to_build_a_distribution" 
rel="nofollow">How to build a
-                                       distribution
-                               </a>
-                               .
-                       </p>
+mvn clean install -Dunpacked=true -Dmaven.test.skip=true 
-Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT
 
+                       </pre></div>
                        
-<div class="section">
-<h3><a name="Step1_-_Get_required_Software"></a>Step1 - Get required 
Software</h3>
-
-                               
-<p>To develop OpenMeetings you need at least: </p>
-                               
-<ul>
-                                       
-<li>Eclipse in a up to date copy and Sun JDK6 </li>
-                                       
-<li>Apache ANT (minimum) 1.8.3</li>
-                                       
-<li>
-                                               Subclipse 1.8 (Subversion 1.7 
required!)
-                                               <a class="externalLink" 
href="http://subclipse.tigris.org/"; target="_blank" 
rel="nofollow">http://subclipse.tigris.org/
-                                               </a>
-                                       </li>
-                                       
-<li>
-                                               SVN Command line client 
(Subversion 1.7 required!)
-                                               <a class="externalLink" 
href="http://subversion.apache.org/packages.html"; target="_blank" 
rel="nofollow">http://subversion.apache.org/packages.html</a>
-                                       </li>
-                                       
-<li>Spring IDE for Eclipse (installable via Help &gt; Eclipse
-                                               Marketplace)
-                                       </li>
-                                       
-<li>
-                                               Apache IvyDE&#x2122; For 
Eclipse (installable via Help &gt; Install
-                                               New Software)
-                                               URL: 
http://www.apache.org/dist/ant/ivyde/updatesite
-                                               detailed steps can be found 
here:
-                                               <a class="externalLink" 
href="http://ant.apache.org/ivy/ivyde/download.cgi"; target="_blank" 
rel="nofollow">http://ant.apache.org/ivy/ivyde/download.cgi</a>
-                                       </li>
-                                       
-<li>MySQL (or Postgres, or other Databases supported by openJPA)
-                                               are optionally but handy to 
have them
-                                       </li>
-                               </ul>
-
-                       </div>
-
+<p>After modifications are made you can run <i>&quot;quick&quot;</i> build: 
</p>
                        
-<div class="section">
-<h3><a name="Step2_-_Download_the_Source"></a>Step2 - Download the Source</h3>
-
-                               
-<p>Advanced Users: Check out the Code from the Repository as a
-                                       Java
-                                       project into Eclipse.
-                               </p>
-                               
-<p>
-                                       URL:
-                                       <a class="externalLink" 
href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/";>
-                                               
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/
-                                       </a>
-                               </p>
-                               
-<p>To download the required JARs for building and developing
-                                       OpenMeetings you need to run the ANT 
comand:
-                               </p>
-                               
 <div class="source">
-<pre>ant -Ddb=&lt;your_DB&gt; prepare-eclipse</pre></div>
-                               
-<p>After the ANT command you need to press F5 and rebuild the
-                                       project from inside Eclipse
-                               </p>
-                               
-<p>Step-By-Step: </p>
-                               
-<p>1) Start Eclipse </p>
-                               
-<p>
-                                       2) Change Perspective to SVN Repository 
Exploring:
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_1.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_1.png" alt="" width="400" height="289" />
-                                       </a>
+<pre>
 
-                               </p>
-                               
-<p>
-                                       3) Select SVN Repository Exploring and 
click ok.
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_2.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_2.png" alt="" width="304" height="417" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       4) A new Dialog in Eclipse opens
-                                       <b>SVN Repositories</b>
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_3.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_3.png" alt="" width="460" height="102" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       5) Click on the icon with the plus in 
the top right corner in the
-                                       SVN Repository Dialog
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_4.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_4.png" alt="" width="57" height="38" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       6) Add the URL
-                                       <a class="externalLink" 
href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/"; 
rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/
-                                       </a>
-                                       and click Finish
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_5.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_5.png" alt="" width="455" height="272" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       7) After download is complete you see a 
new Source Repository in
-                                       the Repository Explorer. Right click on 
it and choose
-                                       <b>checkout</b>
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_6.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_6.png" alt="" width="340" height="135" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       8) In the Dialog the opens now just 
click next
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_7.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_7.png" alt="" width="390" height="338" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       9) In the next Dialog just click 
Finish, Eclipse will then download
-                                       the sources
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_8.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_8.png" alt="" width="390" height="338" />
-                                       </a>
-                               </p>
-                               
-<p>
-                                       10) After the download is complete you 
will see a new Project in
-                                       the Package Explorer Dialog of Eclipse
-                                       <br />
-                                       <br />
-                                       <a href="images/checkout_9.png" 
class="fancybox-buttons">
-                                               <img 
src="images/checkout_9.png" alt="" width="310" height="297" />
-                                       </a>
-                               </p>
-                               
-<div>
-                                       11) Please run
-                                       
-<div class="source">
-<pre>ant prepare-eclipse</pre></div>
-                                       to download all necessary jar files, 
and perform source
-                                       <tt>Refresh</tt>
-                                       to resolve all compilation issues.
-                               </div>
-                       </div>
+mvn install -pl openmeetings-web -pl openmeetings-server -Dquick=true 
-Ddb=mysql -Dwicket.mode=DEVELOPMENT
 
+                       </pre></div>
                        
-<div class="section">
-<h3><a name="Step3_-_Deploy_and_Run"></a>Step3 - Deploy and Run</h3>
-
-                               
-<p>
-                                       see the first chapter about the ANT 
tasks to compile the code. You
-                                       will find a directory called
-                                       <b>dist</b>
-                                       which contains a regular openmeetings 
including red5. You can then
-                                       use the usual process like described at
-                                       <a 
href="installation.html">installation</a>
-                                       to run the code then.
-                               </p>
-                       </div>
-
-               </div>
-
-               
-<div class="section">
-<h2><a name="Links"></a>Links</h2>
-
+<p>Any number of projects can be specified during build: </p>
                        
-<ul>
-                               
-<li>
-                                       Getting Started with OpenLaszlo, 
checkout
-                                       <a class="externalLink" 
href="http://www.openlaszlo.org/demos#Laszlo10"; target="_blank" 
rel="nofollow">Laszlo-in-10-Minutes</a>
-                                       and the
-                                       <a class="externalLink" 
href="http://www.openlaszlo.org/taxonomy/term/14"; target="_blank" 
rel="nofollow">Application Developer's Guide</a>
-                                       or try the
-                                       <a class="externalLink" 
href="http://www.openlaszlo.org/getstarted"; target="_blank" 
rel="nofollow">ScreenCast</a>
-                               </li>
-                               
-<li>
-                                       <a class="externalLink" 
href="http://openmeetings.apache.org/source-repository.html";>
-                                               browse SVN source
-                                       </a>
-                               </li>
-                       </ul>
-
-               </div>
+<div class="source">
+<pre>
 
-               
-<div class="section">
-<h2><a name="Tips_and_Gotchas"></a>Tips and Gotchas</h2>
+mvn install -pl openmeetings-util -pl openmeetings-db -pl openmeetings-core 
-pl openmeetings-install -pl openmeetings-service -pl openmeetings-web -pl 
openmeetings-server -pl openmeetings-webservice -Dquick=true -Ddb=mysql 
-Dwicket.mode=DEVELOPMENT
 
-                       
-<p>When you want to develop only client side there are handy ANT
-                               tasks so that you only rebuild the SWFs, same 
for the Java side.
-                       </p>
-                       
-<p>
-                               It
-                               also takes much less time if you do use MySQL 
as database then
-                               rebuilding the software and waiting for Apache 
Derby to set up the
-                               database everytime you did rebuild.
-                       </p>
+                       </pre></div>
                        
 <p>
                                <b>Working behind a proxy:</b>
-                               If you are sitting behind a proxy you should 
add some proxy settings
-                               before starting the build process.
-                               <br />
-                               For Apache Ivy see:
-                               <a class="externalLink" 
href="http://ant.apache.org/ivy/faq.html"; target="_blank" 
rel="nofollow">http://ant.apache.org/ivy/faq.html
-                               </a>
+                               If you are sitting behind a proxy you should 
add some proxy settings before starting the build process.
                                <br />
                                For SVN Command Line Client (From CollabNet 
1.7) see:
                                <a class="externalLink" 
href="https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html";
 target="_blank" 
rel="nofollow">https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html

Added: openmeetings/trunk/site/BuildInstructions_3.0.x.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/BuildInstructions_3.0.x.html?rev=1614806&view=auto
==============================================================================
--- openmeetings/trunk/site/BuildInstructions_3.0.x.html (added)
+++ openmeetings/trunk/site/BuildInstructions_3.0.x.html Thu Jul 31 03:43:59 
2014
@@ -0,0 +1,1122 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2014-07-31 
+ | Rendered using Apache Maven Fluido Skin 1.3.1
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="OpenMeetings Team" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache OpenMeetings Project &#x2013; Build instructions version 
3.0.x</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.3.1.min.js"></script>
+
+                          
+        
+<link rel="stylesheet" href="./css/openmeetings.css"/>
+                      
+        
+<script src="./js/site.js" type="text/javascript"></script>
+          
+                  </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="index.html" 
id="bannerLeft">
+                                                                               
                 <img src="images/logo-2.jpg"  alt="Apache OpenMeetings"/>
+                </a>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                  <li id="publishDate">Last Published: 2014-07-31
+                   </li>
+                      
+                
+                    
+      
+                                    
+    <li class="pull-right">
+        <span class="divider">|</span>
+                      <a 
href="https://cwiki.apache.org/confluence/display/OPENMEETINGS"; 
class="externalLink" title="Wiki">
+        Wiki</a>
+      </li>
+
+  
+    <li class="pull-right">
+        <span class="divider">|</span>
+                      <a href="installation.html" title="Installation">
+        Installation</a>
+      </li>
+
+  
+    <li class="pull-right">
+        <span class="divider">|</span>
+                      <a href="downloads.html" title="Download">
+        Download</a>
+      </li>
+
+  
+    <li class="pull-right">
+                      <a href="demo.html" title="Demo">
+        Demo</a>
+      </li>
+
+                    </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span3">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                                                                               
                                                                                
 
+      <li>
+  
+                          <a href="#general" title="General">
+          <i class="icon-chevron-down"></i>
+        General</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="index.html" title="Home">
+          <i class="none"></i>
+        Home</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="demo.html" title="Demo">
+          <i class="none"></i>
+        Demo</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="license.html" title="License">
+          <i class="none"></i>
+        License</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="http://www.apache.org/"; 
class="externalLink" title="ASF">
+          <i class="none"></i>
+        ASF</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="downloads.html" title="Downloads">
+          <i class="none"></i>
+        Downloads</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="commercial-support.html" title="Commercial 
Support">
+          <i class="none"></i>
+        Commercial Support</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                   
+      <li>
+  
+                          <a href="#installation" title="Installation and 
Upgrade">
+          <i class="icon-chevron-down"></i>
+        Installation and Upgrade</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="installation.html" title="Installation">
+          <i class="none"></i>
+        Installation</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="Upgrade.html" title="Upgrade">
+          <i class="none"></i>
+        Upgrade</a>
+            </li>
+                    
+      <li>
+  
+                          <a 
href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools";
 class="externalLink" title="Tutorials">
+          <i class="none"></i>
+        Tutorials</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="CommandLineAdmin.html" title="Command Line 
Admin">
+          <i class="none"></i>
+        Command Line Admin</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                   
+      <li>
+  
+                          <a href="#community" title="Community">
+          <i class="icon-chevron-down"></i>
+        Community</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="get-involved.html" title="Get Involved">
+          <i class="none"></i>
+        Get Involved</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="team-list.html" title="Committers">
+          <i class="none"></i>
+        Committers</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="mail-lists.html" title="Mailing Lists">
+          <i class="none"></i>
+        Mailing Lists</a>
+            </li>
+                    
+      <li>
+  
+                          <a 
href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/"; 
class="externalLink" title="Wiki">
+          <i class="none"></i>
+        Wiki</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                                                
                                                                         
+      <li>
+  
+                          <a href="#dev" title="Development">
+          <i class="icon-chevron-down"></i>
+        Development</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="source-repository.html" title="Source Code">
+          <i class="none"></i>
+        Source Code</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="issue-tracking.html" title="Bugs / Issues">
+          <i class="none"></i>
+        Bugs / Issues</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependencies.html" title="Dependencies">
+          <i class="none"></i>
+        Dependencies</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="integration.html" title="Continuous 
Integration">
+          <i class="none"></i>
+        Continuous Integration</a>
+            </li>
+                    
+      <li class="active">
+  
+            <a href="#"><i class="none"></i>Build Instructions 3.0.x</a>
+          </li>
+                    
+      <li>
+  
+                          <a href="BuildInstructions.html" title="Build 
Instructions">
+          <i class="none"></i>
+        Build Instructions</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="JUnitTesting.html" title="JUnit Testing">
+          <i class="none"></i>
+        JUnit Testing</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="ManualTesting.html" title="Manual Testing">
+          <i class="none"></i>
+        Manual Testing</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="ReleaseGuide.html" title="Release Guide">
+          <i class="none"></i>
+        Release Guide</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="WebsiteGuide.html" title="Website Guide">
+          <i class="none"></i>
+        Website Guide</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                                       
+      <li>
+  
+                          <a href="#integration" title="Integration">
+          <i class="icon-chevron-down"></i>
+        Integration</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="webservices/index.html" target="_blank" 
title="SOAP/REST API">
+          <i class="none"></i>
+        SOAP/REST API</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="RestAPISample.html" title="REST API Sample">
+          <i class="none"></i>
+        REST API Sample</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="LdapAndADS.html" title="Ldap and ADS">
+          <i class="none"></i>
+        Ldap and ADS</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="oauth2.html" title="OAuth2">
+          <i class="none"></i>
+        OAuth2</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="voip-sip-integration.html" title="VoIP and 
SIP">
+          <i class="none"></i>
+        VoIP and SIP</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="errorvalues.html" title="Errors table">
+          <i class="none"></i>
+        Errors table</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                                                
                                             
+      <li>
+  
+                          <a href="#plugins" title="Plugins">
+          <i class="icon-chevron-down"></i>
+        Plugins</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="MoodlePlugin.html" title="Moodle Plugin">
+          <i class="none"></i>
+        Moodle Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="SakaiPlugin.html" title="Sakai Plugin">
+          <i class="none"></i>
+        Sakai Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="JiraPlugin.html" title="Jira Plugin">
+          <i class="none"></i>
+        Jira Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="JoomlaPlugin.html" title="Joomla Plugin">
+          <i class="none"></i>
+        Joomla Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="DrupalPlugin.html" title="Drupal Plugin">
+          <i class="none"></i>
+        Drupal Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="BitrixPlugin.html" title="Bitrix Plugin">
+          <i class="none"></i>
+        Bitrix Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="ConfluencePlugin.html" title="Confluence 
Plugin">
+          <i class="none"></i>
+        Confluence Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="SugarCRMPlugin.html" title="SugarCRM 
Plugin">
+          <i class="none"></i>
+        SugarCRM Plugin</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="RedminePlugin.html" title="Redmine Plugin">
+          <i class="none"></i>
+        Redmine Plugin</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
     
+      <li>
+  
+                          <a href="#config" title="Configuration">
+          <i class="icon-chevron-down"></i>
+        Configuration</a>
+                    <ul class="nav nav-list">
+                                                                               
                                                                           
+      <li>
+  
+                          <a href="#db" title="DB Sample Configurations">
+          <i class="icon-chevron-down"></i>
+        DB Sample Configurations</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="ApacheDerbyConfig.html" title="Apache 
Derby">
+          <i class="none"></i>
+        Apache Derby</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="IBMDB2Config.html" title="IBM DB2">
+          <i class="none"></i>
+        IBM DB2</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="OracleConfig.html" title="Oracle">
+          <i class="none"></i>
+        Oracle</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="MySQLConfig.html" title="MySQL">
+          <i class="none"></i>
+        MySQL</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="PostgresConfig.html" title="Postgres">
+          <i class="none"></i>
+        Postgres</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="MSSQLConfig.html" title="MSSQL">
+          <i class="none"></i>
+        MSSQL</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                       
+      <li>
+  
+                          <a href="#localization" title="Localization and 
languages">
+          <i class="icon-chevron-down"></i>
+        Localization and languages</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="Internationalisation.html" 
title="Internationalisation">
+          <i class="none"></i>
+        Internationalisation</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="LanguageEditor.html" title="LanguageEditor">
+          <i class="none"></i>
+        LanguageEditor</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="TimeZoneHandling.html" 
title="TimeZoneHandling">
+          <i class="none"></i>
+        TimeZoneHandling</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="EditTemplates.html" title="EditTemplates">
+          <i class="none"></i>
+        EditTemplates</a>
+            </li>
+              </ul>
+        </li>
+                                                                
+      <li>
+  
+                          <a href="#port" title="NAT Port Settings">
+          <i class="icon-chevron-down"></i>
+        NAT Port Settings</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="PortSettings.html" title="Port settings">
+          <i class="none"></i>
+        Port settings</a>
+            </li>
+              </ul>
+        </li>
+                                                                
+      <li>
+  
+                          <a href="#performance" title="Performance">
+          <i class="icon-chevron-down"></i>
+        Performance</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="JVMPerformanceTuning.html" title="JVM 
performance tuning">
+          <i class="none"></i>
+        JVM performance tuning</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                         
+      <li>
+  
+                          <a href="#interface" title="User Interface">
+          <i class="icon-chevron-down"></i>
+        User Interface</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="themes-and-branding.html" title="Themes">
+          <i class="none"></i>
+        Themes</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="Dashboard.html" title="Dashboard">
+          <i class="none"></i>
+        Dashboard</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="WebcamResolutions.html" title="Webcam 
resolutions">
+          <i class="none"></i>
+        Webcam resolutions</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="ConferenceRoomLayoutOptions.html" 
title="Room layout options">
+          <i class="none"></i>
+        Room layout options</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="HotKeys.html" title="Hot Keys">
+          <i class="none"></i>
+        Hot Keys</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
                                                                           
+      <li>
+  
+                          <a href="#customize" title="Customization">
+          <i class="icon-chevron-down"></i>
+        Customization</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="WebappNamePath.html" title="Webapp 
name/path">
+          <i class="none"></i>
+        Webapp name/path</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="Navigation.html" title="Navigation">
+          <i class="none"></i>
+        Navigation</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="CalendarAndTimezone.html" title="Calendar 
and timezone">
+          <i class="none"></i>
+        Calendar and timezone</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="CustomRoomTypeHowTo.html" title="Custom 
room type">
+          <i class="none"></i>
+        Custom room type</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="CustomCryptMechanism.html" title="Custom 
crypt mechanism">
+          <i class="none"></i>
+        Custom crypt mechanism</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="GeneralConfiguration.html" title="General 
Configuration">
+          <i class="none"></i>
+        General Configuration</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
   
+      <li>
+  
+                          <a href="#security" title="Security">
+          <i class="icon-chevron-down"></i>
+        Security</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="RestrictedAccess.html" title="Restricted 
Access">
+          <i class="none"></i>
+        Restricted Access</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="RTMPSAndHTTPS.html" title="RTMPS and HTTPS">
+          <i class="none"></i>
+        RTMPS and HTTPS</a>
+            </li>
+              </ul>
+        </li>
+                                                                               
   
+      <li>
+  
+                          <a href="#convert" title="Converters">
+          <i class="icon-chevron-down"></i>
+        Converters</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="OpenOfficeConverter.html" title="OpenOffice 
Converter">
+          <i class="none"></i>
+        OpenOffice Converter</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="FFMPEGVersionSwitch.html" title="FFMPEG 
Version Switch">
+          <i class="none"></i>
+        FFMPEG Version Switch</a>
+            </li>
+              </ul>
+        </li>
+                                                                
+      <li>
+  
+                          <a href="#cluster" title="Clustering">
+          <i class="icon-chevron-down"></i>
+        Clustering</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="Clustering.html" title="Clustering">
+          <i class="none"></i>
+        Clustering</a>
+            </li>
+              </ul>
+        </li>
+                                                                
+      <li>
+  
+                          <a href="#misc" title="Misc">
+          <i class="icon-chevron-down"></i>
+        Misc</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="GetVersionInfo.html" title="Get version 
info">
+          <i class="none"></i>
+        Get version info</a>
+            </li>
+              </ul>
+        </li>
+              </ul>
+        </li>
+            </ul>
+                
+                    
+                
+          <hr />
+
+           <div id="poweredBy">
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/"; title="Built 
by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span9" >
+                                  
+            <!-- Licensed under the Apache License, Version 2.0 (the 
"License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License. -->
+
+       
+               <div class="section">
+<h2><a name="Nightly_Builds"></a>Nightly Builds</h2>
+                       
+<p>
+                               You can find Nightly Builds of the software at:
+                               <a class="externalLink" 
href="https://builds.apache.org/view/M-R/view/OpenMeetings/"; target="_blank" 
rel="nofollow">
+                                       
https://builds.apache.org/view/M-R/view/OpenMeetings/
+                               </a>
+                       </p>
+               </div>
+
+               
+<div class="section">
+<h2><a name="These_instructions_are_for_3.0.x_version_only"></a>These 
instructions are for 3.0.x version only</h2></div>
+               
+               
+<div class="section">
+<h2><a name="How_to_Build_a_Distribution"></a>How to Build a Distribution</h2>
+                       
+<div>
+                               
+<p>To build a binary release of OpenMeetings you need: </p>
+                               
+<ul>
+                                       
+<li>Oracle JDK7</li>
+                                       
+<li>Apache ANT (minimum) 1.8.3</li>
+                                       
+<li>
+                                               SVN Command line client 
(Subversion 1.7 required!)
+                                               <a class="externalLink" 
href="http://subversion.apache.org/packages.html"; target="_blank" 
rel="nofollow">http://subversion.apache.org/packages.html</a>
+                                       </li>
+                               </ul>
+                       </div>
+
+                       
+<p>Get the source: </p>
+                       
+<div class="source">
+<pre>svn checkout 
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/</pre></div>
+                       
+<p>Run the command: </p>
+                       
+<div class="source">
+<pre>ant </pre></div>
+                       
+<p>There is no need to compile the client additionally! The ant task
+                               does it all! You will find a directory dist 
that contains
+                               OpenMeetings and a red5-server.
+                       </p>
+                       
+<p>To compile the client you can also use ant: </p>
+                       
+<div class="source">
+<pre>
+
+ant                             # compiles a complete package into the folder 
dist
+ant compile.laszlo.main         # compiles the client into main.as3.swf10.swf 
and main.swf8.swf
+ant compile.laszlo.main.debug   # compiles the debug-client into 
maindebug.as3.swf10.swf and maindebug.swf8.swf
+ant -Ddb=&lt;name of DB&gt;           # will copy &lt;name of 
DB&gt;_persistense.xml to persistense.xml
+                                #(for ex. ant -Ddb=mysql will set mysql as 
default DB)
+
+                       </pre></div>
+                       
+<p>To compile just the openmeetings JAR file: </p>
+                       
+<div class="source">
+<pre>ant jar.only</pre></div>
+                       
+<p>
+                               To run Junit tests using ANT see
+                               <a href="JUnitTesting.html">JUnitTesting</a>
+                       </p>
+               </div>
+
+               
+<div class="section">
+<h2><a name="Run_Develop_Test"></a>Run, Develop, Test</h2>
+
+                       
+<p>
+                               To develop or build OpenMeetings you checkout 
the source as Eclipse
+                               project. You need the Subclipse or Subversive 
Plugin for Eclipse. If
+                               you just need to change 3 lines of code then 
your probably better
+                               switch to
+                               <a href="#How_to_build_a_distribution" 
rel="nofollow">How to build a
+                                       distribution
+                               </a>
+                               .
+                       </p>
+
+                       
+<div class="section">
+<h3><a name="Step1_-_Get_required_Software"></a>Step1 - Get required 
Software</h3>
+
+                               
+<p>To develop OpenMeetings you need at least: </p>
+                               
+<ul>
+                                       
+<li>Eclipse in a up to date copy and Oracle JDK7 </li>
+                                       
+<li>Apache ANT (minimum) 1.8.3</li>
+                                       
+<li>
+                                               Subclipse 1.8 (Subversion 1.7 
required!)
+                                               <a class="externalLink" 
href="http://subclipse.tigris.org/"; target="_blank" 
rel="nofollow">http://subclipse.tigris.org/
+                                               </a>
+                                       </li>
+                                       
+<li>
+                                               SVN Command line client 
(Subversion 1.7 required!)
+                                               <a class="externalLink" 
href="http://subversion.apache.org/packages.html"; target="_blank" 
rel="nofollow">http://subversion.apache.org/packages.html</a>
+                                       </li>
+                                       
+<li>Spring IDE for Eclipse (installable via Help &gt; Eclipse
+                                               Marketplace)
+                                       </li>
+                                       
+<li>
+                                               Apache IvyDE&#x2122; For 
Eclipse (installable via Help &gt; Install
+                                               New Software)
+                                               URL: 
http://www.apache.org/dist/ant/ivyde/updatesite
+                                               detailed steps can be found 
here:
+                                               <a class="externalLink" 
href="http://ant.apache.org/ivy/ivyde/download.cgi"; target="_blank" 
rel="nofollow">http://ant.apache.org/ivy/ivyde/download.cgi</a>
+                                       </li>
+                                       
+<li>MySQL (or Postgres, or other Databases supported by openJPA)
+                                               are optionally but handy to 
have them
+                                       </li>
+                               </ul>
+
+                       </div>
+
+                       
+<div class="section">
+<h3><a name="Step2_-_Download_the_Source"></a>Step2 - Download the Source</h3>
+
+                               
+<p>Advanced Users: Check out the Code from the Repository as a
+                                       Java
+                                       project into Eclipse.
+                               </p>
+                               
+<p>
+                                       URL:
+                                       <a class="externalLink" 
href="https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/";>
+                                               
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/
+                                       </a>
+                               </p>
+                               
+<p>To download the required JARs for building and developing
+                                       OpenMeetings you need to run the ANT 
comand:
+                               </p>
+                               
+<div class="source">
+<pre>ant -Ddb=&lt;your_DB&gt; dist prepare-eclipse</pre></div>
+                               
+<p>After the ANT command you need to press F5 and rebuild the
+                                       project from inside Eclipse
+                               </p>
+                               
+<p>Step-By-Step: </p>
+                               
+<p>1) Start Eclipse </p>
+                               
+<p>
+                                       2) Change Perspective to SVN Repository 
Exploring:
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_1.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_1.png" alt="" width="400" height="289" />
+                                       </a>
+
+                               </p>
+                               
+<p>
+                                       3) Select SVN Repository Exploring and 
click ok.
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_2.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_2.png" alt="" width="304" height="417" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       4) A new Dialog in Eclipse opens
+                                       <b>SVN Repositories</b>
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_3.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_3.png" alt="" width="460" height="102" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       5) Click on the icon with the plus in 
the top right corner in the
+                                       SVN Repository Dialog
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_4.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_4.png" alt="" width="57" height="38" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       6) Add the URL
+                                       <a class="externalLink" 
href="https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/"; 
rel="nofollow">
+                                               
https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/
+                                       </a>
+                                       and click Finish
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_5.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_5.png" alt="" width="455" height="272" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       7) After download is complete you see a 
new Source Repository in
+                                       the Repository Explorer. Right click on 
it and choose
+                                       <b>checkout</b>
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_6.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_6.png" alt="" width="340" height="135" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       8) In the Dialog the opens now just 
click next
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_7.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_7.png" alt="" width="390" height="338" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       9) In the next Dialog just click 
Finish, Eclipse will then download
+                                       the sources
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_8.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_8.png" alt="" width="390" height="338" />
+                                       </a>
+                               </p>
+                               
+<p>
+                                       10) After the download is complete you 
will see a new Project in
+                                       the Package Explorer Dialog of Eclipse
+                                       <br />
+                                       <br />
+                                       <a href="images/checkout_9.png" 
class="fancybox-buttons">
+                                               <img 
src="images/checkout_9.png" alt="" width="310" height="297" />
+                                       </a>
+                               </p>
+                               
+<div>
+                                       11) Please run
+                                       
+<div class="source">
+<pre>ant dist prepare-eclipse</pre></div>
+                                       to download all necessary jar files, 
and perform source
+                                       <tt>Refresh</tt>
+                                       to resolve all compilation issues.
+                               </div>
+                       </div>
+
+                       
+<div class="section">
+<h3><a name="Step3_-_Deploy_and_Run"></a>Step3 - Deploy and Run</h3>
+
+                               
+<p>
+                                       see the first chapter about the ANT 
tasks to compile the code. You
+                                       will find a directory called
+                                       <b>dist</b>
+                                       which contains a regular openmeetings 
including red5. You can then
+                                       use the usual process like described at
+                                       <a 
href="installation.html">installation</a>
+                                       to run the code then.
+                               </p>
+                       </div>
+
+               </div>
+
+               
+<div class="section">
+<h2><a name="Links"></a>Links</h2>
+
+                       
+<ul>
+                               
+<li>
+                                       Getting Started with OpenLaszlo, 
checkout
+                                       <a class="externalLink" 
href="http://www.openlaszlo.org/demos#Laszlo10"; target="_blank" 
rel="nofollow">Laszlo-in-10-Minutes</a>
+                                       and the
+                                       <a class="externalLink" 
href="http://www.openlaszlo.org/taxonomy/term/14"; target="_blank" 
rel="nofollow">Application Developer's Guide</a>
+                                       or try the
+                                       <a class="externalLink" 
href="http://www.openlaszlo.org/getstarted"; target="_blank" 
rel="nofollow">ScreenCast</a>
+                               </li>
+                               
+<li>
+                                       <a class="externalLink" 
href="http://openmeetings.apache.org/source-repository.html";>
+                                               browse SVN source
+                                       </a>
+                               </li>
+                       </ul>
+
+               </div>
+
+               
+<div class="section">
+<h2><a name="Tips_and_Gotchas"></a>Tips and Gotchas</h2>
+
+                       
+<p>When you want to develop only client side there are handy ANT
+                               tasks so that you only rebuild the SWFs, same 
for the Java side.
+                       </p>
+                       
+<p>
+                               It
+                               also takes much less time if you do use MySQL 
as database then
+                               rebuilding the software and waiting for Apache 
Derby to set up the
+                               database everytime you did rebuild.
+                       </p>
+                       
+<p>
+                               <b>Working behind a proxy:</b>
+                               If you are sitting behind a proxy you should 
add some proxy settings
+                               before starting the build process.
+                               <br />
+                               For Apache Ivy see:
+                               <a class="externalLink" 
href="http://ant.apache.org/ivy/faq.html"; target="_blank" 
rel="nofollow">http://ant.apache.org/ivy/faq.html
+                               </a>
+                               <br />
+                               For SVN Command Line Client (From CollabNet 
1.7) see:
+                               <a class="externalLink" 
href="https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html";
 target="_blank" 
rel="nofollow">https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html
+                               </a>
+                       </p>
+
+               </div>
+
+       
+
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                              <p >Copyright &copy;                    
2012&#x2013;2014
+                        <a href="http://apache.org";>Apache Software 
Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+        </div>
+
+        
+        
+                </div>
+    </footer>
+        </body>
+</html>

Modified: openmeetings/trunk/site/CalendarAndTimezone.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/CalendarAndTimezone.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/CalendarAndTimezone.html (original)
+++ openmeetings/trunk/site/CalendarAndTimezone.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Changing the Calendar and 
Timezone default</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/Clustering.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/Clustering.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/Clustering.html (original)
+++ openmeetings/trunk/site/Clustering.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Clustering</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/CommandLineAdmin.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/CommandLineAdmin.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/CommandLineAdmin.html (original)
+++ openmeetings/trunk/site/CommandLineAdmin.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Command line admin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -212,7 +212,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -250,6 +250,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/ConferenceRoomLayoutOptions.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/ConferenceRoomLayoutOptions.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/ConferenceRoomLayoutOptions.html (original)
+++ openmeetings/trunk/site/ConferenceRoomLayoutOptions.html Thu Jul 31 
03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Layout options for a 
conference room in OpenMeetings</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/ConfluencePlugin.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/ConfluencePlugin.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/ConfluencePlugin.html (original)
+++ openmeetings/trunk/site/ConfluencePlugin.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Confluence Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/CustomCryptMechanism.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/CustomCryptMechanism.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/CustomCryptMechanism.html (original)
+++ openmeetings/trunk/site/CustomCryptMechanism.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto create a Custom Crypt 
styles</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/CustomRoomTypeHowTo.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/CustomRoomTypeHowTo.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/CustomRoomTypeHowTo.html (original)
+++ openmeetings/trunk/site/CustomRoomTypeHowTo.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto create a custom room 
type in OpenMeetings</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/Dashboard.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/Dashboard.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/Dashboard.html (original)
+++ openmeetings/trunk/site/Dashboard.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Changing Dashboard</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/DrupalPlugin.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/DrupalPlugin.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/DrupalPlugin.html (original)
+++ openmeetings/trunk/site/DrupalPlugin.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Drupal Plugin</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/EditTemplates.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/EditTemplates.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/EditTemplates.html (original)
+++ openmeetings/trunk/site/EditTemplates.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Edit Templates</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/FFMPEGVersionSwitch.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/FFMPEGVersionSwitch.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/FFMPEGVersionSwitch.html (original)
+++ openmeetings/trunk/site/FFMPEGVersionSwitch.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Howto switch between different 
versions of FFMPEG </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/GeneralConfiguration.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/GeneralConfiguration.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/GeneralConfiguration.html (original)
+++ openmeetings/trunk/site/GeneralConfiguration.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; List of general configuration 
options</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/GetVersionInfo.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/GetVersionInfo.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/GetVersionInfo.html (original)
+++ openmeetings/trunk/site/GetVersionInfo.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; How to check which 
Openmeetings version running</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/HotKeys.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/HotKeys.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/HotKeys.html (original)
+++ openmeetings/trunk/site/HotKeys.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Hot Keys</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/IBMDB2Config.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/IBMDB2Config.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/IBMDB2Config.html (original)
+++ openmeetings/trunk/site/IBMDB2Config.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache OpenMeetings Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; IBM DB2 Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>

Modified: openmeetings/trunk/site/Internationalisation.html
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/site/Internationalisation.html?rev=1614806&r1=1614805&r2=1614806&view=diff
==============================================================================
--- openmeetings/trunk/site/Internationalisation.html (original)
+++ openmeetings/trunk/site/Internationalisation.html Thu Jul 31 03:43:59 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-07-16 
+ | Generated by Apache Maven Doxia at 2014-07-31 
  | Rendered using Apache Maven Fluido Skin 1.3.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="OpenMeetings Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140716" />
+    <meta name="Date-Revision-yyyymmdd" content="20140731" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project &#x2013; Upgrade</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -46,7 +46,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-07-16
+                  <li id="publishDate">Last Published: 2014-07-31
                    </li>
                       
                 
@@ -214,7 +214,7 @@
             </li>
               </ul>
         </li>
-                                                                               
                                                                                
                                             
+                                                                               
                                                                                
                                                               
       <li>
   
                           <a href="#dev" title="Development">
@@ -252,6 +252,13 @@
                     
       <li>
   
+                          <a href="BuildInstructions_3.0.x.html" title="Build 
Instructions 3.0.x">
+          <i class="none"></i>
+        Build Instructions 3.0.x</a>
+            </li>
+                    
+      <li>
+  
                           <a href="BuildInstructions.html" title="Build 
Instructions">
           <i class="none"></i>
         Build Instructions</a>


Reply via email to