You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/05/28 12:46:53 UTC

svn commit: r1597968 [4/11] - in /openmeetings/trunk/singlewebapp: docs/ docs/js/ docs/webservices/ docs/webservices/org/apache/openmeetings/webservice/ docs/webservices/org/apache/openmeetings/webservice/class-use/ openmeetings-server/src/site/xdoc/

Modified: openmeetings/trunk/singlewebapp/docs/integration.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/integration.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/integration.html (original)
+++ openmeetings/trunk/singlewebapp/docs/integration.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/issue-tracking.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/issue-tracking.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/issue-tracking.html (original)
+++ openmeetings/trunk/singlewebapp/docs/issue-tracking.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/js/site.js
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/js/site.js?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/js/site.js (original)
+++ openmeetings/trunk/singlewebapp/docs/js/site.js Wed May 28 10:46:51 2014
@@ -33,9 +33,10 @@ $(document).ready(function() {
 				var v = getMenu(a).height() != 0;
 				a.children('i').removeClass(v ? 'icon-chevron-down' : 'icon-chevron-right').addClass(v ? 'icon-chevron-right' : 'icon-chevron-down');
 			})
-			m.attr('id', a.attr('href').substr(1)).addClass('collapse in');
+			m.attr('id', a.attr('href').substr(1));
 			if (!m.find('li.active').length) {
-				m.collapse();
+				m.collapse('hide');
+				a.children('i').removeClass('icon-chevron-down').addClass('icon-chevron-right');
 			}
 		}
 	});

Modified: openmeetings/trunk/singlewebapp/docs/license.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/license.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/license.html (original)
+++ openmeetings/trunk/singlewebapp/docs/license.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Podling Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 	License</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/mail-lists.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/mail-lists.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/mail-lists.html (original)
+++ openmeetings/trunk/singlewebapp/docs/mail-lists.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Sebastian Wagner" />
-    <meta name="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		Mailing Lists</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 
@@ -753,14 +753,14 @@
 				<b>Note: </b>If your email bounces with status messages like &quot;Delivery Status Notification&quot; it is 
 				likely that you have send your mail as HTML mail. Apache does not like sending HTML emails, see:
 				<br /> 
-				<a class="externalLink" href="http://www.apache.org/dev/contrib-email-tips.html#do-not-send-html-mail" target="_BLANK" rel="nofollow">http://www.apache.org/dev/contrib-email-tips.html#do-not-send-html-mail</a>
+				<a class="externalLink" href="http://www.apache.org/dev/contrib-email-tips.html#do-not-send-html-mail" target="_blank" rel="nofollow">http://www.apache.org/dev/contrib-email-tips.html#do-not-send-html-mail</a>
 			</p>
 			
 			
 <p>
 				You can search the entire mailing list very easy by using markmail.com, by using the term 
 				&quot;openmeetings&quot; plus your search. Try yourself: <br />
-				<a class="externalLink" href="http://markmail.org/search/?q=openmeetings" target="_BLANK" rel="nofollow">http://markmail.org/search/?q=openmeetings</a>
+				<a class="externalLink" href="http://markmail.org/search/?q=openmeetings" target="_blank" rel="nofollow">http://markmail.org/search/?q=openmeetings</a>
 			</p>
 
 			

Modified: openmeetings/trunk/singlewebapp/docs/oauth2.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/oauth2.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/oauth2.html (original)
+++ openmeetings/trunk/singlewebapp/docs/oauth2.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		OAuth2 integration</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/plugin-management.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/plugin-management.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/plugin-management.html (original)
+++ openmeetings/trunk/singlewebapp/docs/plugin-management.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/plugins.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/plugins.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/plugins.html (original)
+++ openmeetings/trunk/singlewebapp/docs/plugins.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/project-info.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/project-info.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/project-info.html (original)
+++ openmeetings/trunk/singlewebapp/docs/project-info.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/project-reports.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/project-reports.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/project-reports.html (original)
+++ openmeetings/trunk/singlewebapp/docs/project-reports.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/project-summary.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/project-summary.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/project-summary.html (original)
+++ openmeetings/trunk/singlewebapp/docs/project-summary.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 
@@ -766,7 +766,7 @@
 <td>jar</td></tr>
 <tr class="b">
 <td>JDK Rev</td>
-<td>1.6</td></tr></table></div></div>
+<td>1.7</td></tr></table></div></div>
                   </div>
             </div>
           </div>

Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html (original)
+++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.0.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		SIP-Transport Integration</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html (original)
+++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_2.1.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		SIP-Transport Integration</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html (original)
+++ openmeetings/trunk/singlewebapp/docs/red5sip-integration_3.0.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		SIP-Transport Integration</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/source-repository.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/source-repository.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/source-repository.html (original)
+++ openmeetings/trunk/singlewebapp/docs/source-repository.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/surefire-report.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/surefire-report.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/surefire-report.html (original)
+++ openmeetings/trunk/singlewebapp/docs/surefire-report.html Wed May 28 10:46:51 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -45,7 +45,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/svn.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/svn.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/svn.html (original)
+++ openmeetings/trunk/singlewebapp/docs/svn.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Sebastian Wagner" />
-    <meta name="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		Source Code</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/team-list-ru.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/team-list-ru.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/team-list-ru.html (original)
+++ openmeetings/trunk/singlewebapp/docs/team-list-ru.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Sebastian Wagner" />
-    <meta name="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		Команда проекта</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/team-list.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/team-list.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/team-list.html (original)
+++ openmeetings/trunk/singlewebapp/docs/team-list.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="Sebastian Wagner" />
-    <meta name="Date-Revision-yyyymmdd" content="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		Project Team</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 
@@ -746,7 +746,7 @@
 			
 <p>
 				If you would like to contribute to Podling, please see the
-				<a class="externalLink" href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/New+committers+and+developers+task+idea+list" target="_BLANK">https://cwiki.apache.org/confluence/display/OPENMEETINGS/New+committers+and+developers+task+idea+list
+				<a class="externalLink" href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/New+committers+and+developers+task+idea+list" target="_blank">https://cwiki.apache.org/confluence/display/OPENMEETINGS/New+committers+and+developers+task+idea+list
 				</a>
 				to find areas where you can contribute.
 				If there is nothing in there
@@ -781,7 +781,7 @@
 <td>Independent</td>
 					
 <td>
-						<a class="externalLink" href="https://twitter.com/#!/dead_lock" target="_BLANK" rel="nofollow">https://twitter.com/#!/dead_lock
+						<a class="externalLink" href="https://twitter.com/#!/dead_lock" target="_blank" rel="nofollow">https://twitter.com/#!/dead_lock
 						</a>
 					</td>
 				</tr>

Modified: openmeetings/trunk/singlewebapp/docs/themes-and-branding.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/themes-and-branding.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/themes-and-branding.html (original)
+++ openmeetings/trunk/singlewebapp/docs/themes-and-branding.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		Theme and color</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 
@@ -751,7 +751,7 @@
 <p>You can find the default theme in the SVN: </p>
 			
 <p>
-				<a class="externalLink" href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/openmeetings/public/theme.xml" target="_BLANK" rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/openmeetings/public/theme.xml
+				<a class="externalLink" href="https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/openmeetings/public/theme.xml" target="_blank" rel="nofollow">https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/openmeetings/public/theme.xml
 				</a>
 			</p>
 			

Modified: openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html (original)
+++ openmeetings/trunk/singlewebapp/docs/voip-sip-integration.html Wed May 28 10:46:51 2014
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-05-27 
+ | Generated by Apache Maven Doxia at 2014-05-28 
  | 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="20140527" />
+    <meta name="Date-Revision-yyyymmdd" content="20140528" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache OpenMeetings Project - 
 		VoIP and SIP Integration</title>
@@ -47,7 +47,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2014-05-27
+                  <li id="publishDate">Last Published: 2014-05-28
                    </li>
                       
                 

Modified: openmeetings/trunk/singlewebapp/docs/webservices/allclasses-frame.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/allclasses-frame.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/allclasses-frame.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/allclasses-frame.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>All Classes (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/allclasses-noframe.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/allclasses-noframe.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/allclasses-noframe.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>All Classes (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/constant-values.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/constant-values.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/constant-values.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/constant-values.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Constant Field Values (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/deprecated-list.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/deprecated-list.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/deprecated-list.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/deprecated-list.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Deprecated List (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/help-doc.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/help-doc.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/help-doc.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/help-doc.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>API Help (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/index-all.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/index-all.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/index-all.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/index-all.html Wed May 28 10:46:51 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Index (Openmeetings Webservices 3.1.0-SNAPSHOT API)</title>
-<meta name="date" content="2014-05-27">
+<meta name="date" content="2014-05-28">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

Modified: openmeetings/trunk/singlewebapp/docs/webservices/index.html
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/docs/webservices/index.html?rev=1597968&r1=1597967&r2=1597968&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/docs/webservices/index.html (original)
+++ openmeetings/trunk/singlewebapp/docs/webservices/index.html Wed May 28 10:46:51 2014
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc on Tue May 27 16:04:33 NOVT 2014 -->
+<!-- Generated by javadoc on Wed May 28 14:00:47 NOVT 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Openmeetings Webservices 3.1.0-SNAPSHOT API</title>
 <script type="text/javascript">