Author: solomax
Date: Wed Sep 17 14:23:23 2014
New Revision: 1625608
URL: http://svn.apache.org/r1625608
Log:
Site is updated with details for all modules
Modified:
openmeetings/trunk/singlewebapp/pom.xml
openmeetings/trunk/site/dependencies.html
openmeetings/trunk/site/openmeetings-core/plugins.html
openmeetings/trunk/site/openmeetings-db/plugins.html
openmeetings/trunk/site/openmeetings-flash/plugins.html
openmeetings/trunk/site/openmeetings-install/plugins.html
openmeetings/trunk/site/openmeetings-screenshare/plugins.html
openmeetings/trunk/site/openmeetings-service/plugins.html
openmeetings/trunk/site/openmeetings-util/plugins.html
openmeetings/trunk/site/openmeetings-web/plugins.html
openmeetings/trunk/site/openmeetings-web/rat-report.html
openmeetings/trunk/site/openmeetings-webservice/plugins.html
openmeetings/trunk/site/plugins.html
Modified: openmeetings/trunk/singlewebapp/pom.xml
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Wed Sep 17 14:23:23 2014
@@ -604,47 +604,17 @@
<doUpdate>true</doUpdate>
</configuration>
</plugin>
- <!--plugin>
+ <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <executions>
+ <!--executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
- </executions>
- <configuration>
- <excludes></excludes>
-
<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
- <licenses>
- <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
-
<licenseFamilyCategory>MIT+GPL</licenseFamilyCategory>
- <licenseFamilyName>MIT
and GPL v2</licenseFamilyName>
- <notes></notes>
- <patterns>
- <pattern>Dual
licensed under the MIT or GPL Version 2 licenses.</pattern>
- </patterns>
- </license>
- <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
-
<licenseFamilyCategory>MIT</licenseFamilyCategory>
-
<licenseFamilyName>MIT</licenseFamilyName>
- <notes></notes>
- <patterns>
-
<pattern>Licensed MIT</pattern>
- </patterns>
- </license>
- </licenses>
- <licenseFamilies>
- <licenseFamily
implementation="org.apache.rat.license.SimpleLicenseFamily">
- <familyName>MIT and GPL
v2</familyName>
- </licenseFamily>
- <licenseFamily
implementation="org.apache.rat.license.SimpleLicenseFamily">
-
<familyName>MIT</familyName>
- </licenseFamily>
- </licenseFamilies>
- </configuration>
- </plugin-->
+ </executions-->
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
@@ -801,6 +771,36 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.11</version>
+ <configuration>
+ <excludes></excludes>
+
<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
+ <licenses>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+
<licenseFamilyCategory>MIT+GPL</licenseFamilyCategory>
+
<licenseFamilyName>MIT and GPL v2</licenseFamilyName>
+ <notes></notes>
+ <patterns>
+
<pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
+ </patterns>
+ </license>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+
<licenseFamilyCategory>MIT</licenseFamilyCategory>
+
<licenseFamilyName>MIT</licenseFamilyName>
+ <notes></notes>
+ <patterns>
+
<pattern>Licensed MIT</pattern>
+ </patterns>
+ </license>
+ </licenses>
+ <!--licenseFamilies>
+ <licenseFamily
implementation="org.apache.rat.license.SimpleLicenseFamily">
+ <familyName>MIT
and GPL v2</familyName>
+ </licenseFamily>
+ <licenseFamily
implementation="org.apache.rat.license.SimpleLicenseFamily">
+
<familyName>MIT</familyName>
+ </licenseFamily>
+ </licenseFamilies-->
+ </configuration>
</plugin>
<!--This plugin's configuration is used to
store Eclipse m2e settings only. It has no influence on the Maven build
itself.-->
Modified: openmeetings/trunk/site/dependencies.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/dependencies.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/dependencies.html (original)
+++ openmeetings/trunk/site/dependencies.html Wed Sep 17 14:23:23 2014
@@ -2006,7 +2006,7 @@ There are currently about 600 StringTemp
<td>-</td></tr>
<tr class="a">
<td>openmeetings-flash-3.1.0-SNAPSHOT.jar</td>
-<td>7.29 kB</td>
+<td>7.28 kB</td>
<td>10</td>
<td>0</td>
<td>0</td>
Modified: openmeetings/trunk/site/openmeetings-core/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-core/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-core/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-core/plugins.html Wed Sep 17 14:23:23
2014
@@ -222,6 +222,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-db/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-db/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-db/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-db/plugins.html Wed Sep 17 14:23:23
2014
@@ -226,6 +226,10 @@
<td><a class="externalLink"
href="http://openjpa.apache.org/openjpa-tools/openjpa-maven-plugin">openjpa-maven-plugin</a></td>
<td>2.3.0</td></tr>
<tr class="a">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-flash/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-flash/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-flash/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-flash/plugins.html Wed Sep 17 14:23:23
2014
@@ -226,6 +226,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="a">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-install/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-install/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-install/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-install/plugins.html Wed Sep 17
14:23:23 2014
@@ -222,6 +222,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-screenshare/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-screenshare/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-screenshare/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-screenshare/plugins.html Wed Sep 17
14:23:23 2014
@@ -226,10 +226,14 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="a">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr>
-<tr class="b">
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/webstart/webstart-maven-plugin">webstart-maven-plugin</a></td>
<td>1.0-beta-6</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-service/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-service/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-service/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-service/plugins.html Wed Sep 17
14:23:23 2014
@@ -222,6 +222,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-util/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-util/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-util/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-util/plugins.html Wed Sep 17 14:23:23
2014
@@ -222,6 +222,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-web/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-web/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-web/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-web/plugins.html Wed Sep 17 14:23:23
2014
@@ -230,10 +230,14 @@
<td><a class="externalLink"
href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td>
<td>2.4</td></tr>
<tr class="b">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr>
-<tr class="a">
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/wagon-maven-plugin">wagon-maven-plugin</a></td>
<td>1.0-beta-5</td></tr></table></div>
Modified: openmeetings/trunk/site/openmeetings-web/rat-report.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-web/rat-report.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-web/rat-report.html (original)
+++ openmeetings/trunk/site/openmeetings-web/rat-report.html Wed Sep 17
14:23:23 2014
@@ -193,7 +193,7 @@ Generated Documents: 0
JavaDocs are generated and so license header is optional
Generated files do not required license headers
-3 Unknown Licenses
+0 Unknown Licenses
*******************************
@@ -686,7 +686,7 @@ Archives:
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/images/delete.gif
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/images/refresh.gif
AL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/calendar.css
- !?????
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/jquery-ui-1.10.4.custom.css
+ !MIT
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/jquery-ui-1.10.4.custom.css
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/images/ui-bg_glass_50_3baae3_1x400.png
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/images/ui-bg_highlight-hard_70_000000_1x100.png
@@ -743,163 +743,16 @@ Archives:
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/images/folder_add.png
B
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/images/user_go.png
AL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/admin.css
- !?????
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/jquery.ui.menubar.css
+ !MIT+GPL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/jquery.ui.menubar.css
AL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/history.css
AL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/js/history.js
- !?????
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/js/jquery.ui.menubar.js
+ !MIT+GPL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/js/jquery.ui.menubar.js
AL
/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/js/openmeetings_functions.js
*****************************************************
Printing headers for files without AL header...
-
-=======================================================================
-==/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/theme_om/jquery-ui-1.10.4.custom.css
-=======================================================================
-/*! jQuery UI - v1.10.4 - 2014-01-28
-* http://jqueryui.com
-* Includes: jquery.ui.core.css, jquery.ui.resizable.css,
jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css,
jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css,
jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css,
jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css,
jquery.ui.theme.css
-* To view and modify this theme, visit
http://jqueryui.com/themeroller/?ffDefault=Arial%2C%20Helvetica%2C%20sans-serif&fwDefault=normal&fsDefault=16px&cornerRadius=6px&bgColorHeader=%23deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=%23aed0ea&fcHeader=%23222222&iconColorHeader=%2372a7cf&bgColorContent=%23f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23362b36&iconColorContent=%2372a7cf&bgColorDefault=%23d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=%23aed0ea&fcDefault=%232779aa&iconColorDefault=%233d80b3&bgColorHover=%23e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%2374b2e2&fcHover=%230070a3&iconColorHover=%232694e8&bgColorActive=%233baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=%232694e8&fcActive=%23ff
ffff&iconColorActive=%23ffffff&bgColorHighlight=%23ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=%23f9dd34&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffffff&bgColorOverlay=%23eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=%23000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
-* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden {
- display: none;
-}
-.ui-helper-hidden-accessible {
- border: 0;
- clip: rect(0 0 0 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- width: 1px;
-}
-.ui-helper-reset {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- line-height: 1.3;
- text-decoration: none;
- font-size: 100%;
- list-style: none;
-}
-.ui-helper-clearfix:before,
-.ui-helper-clearfix:after {
- content: "";
- display: table;
- border-collapse: collapse;
-}
-.ui-helper-clearfix:after {
- clear: both;
-}
-.ui-helper-clearfix {
- min-height: 0; /* support: IE7 */
-}
-.ui-helper-zfix {
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- position: absolute;
- opacity: 0;
-
-=======================================================================
-==/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/css/jquery.ui.menubar.css
-=======================================================================
-/*
- * jQuery UI Menubar @VERSION
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- */
-.ui-menubar {
- list-style: none;
- margin: 0; padding-left: 0;
-}
-
-.ui-menubar-item {
- float: left;
-}
-
-.ui-menubar .ui-button {
- float: left;
- font-weight: bold;
- border-top-width: 0 !important;
- border-bottom-width: 0 !important;
- margin: 0;
- outline: none;
-}
-.ui-menubar .ui-menubar-link {
- border-right: 1px dashed transparent;
- border-left: 1px dashed transparent;
-}
-
-.ui-menubar .ui-menu {
- width: 300px;
- position: absolute;
- z-index: 9999;
- font-weight: normal;
-}
-
-=======================================================================
-==/home/solomax/work/openmeetings/trunk/singlewebapp/openmeetings-web/src/main/webapp/js/jquery.ui.menubar.js
-=======================================================================
-/*
- * jQuery UI Menubar @VERSION
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Menubar
- *
- * Depends:
- * jquery.ui.core.js
- * jquery.ui.widget.js
- * jquery.ui.position.js
- * jquery.ui.menu.js
- */
-(function( $ ) {
-
-// TODO when mixing clicking menus and keyboard navigation, focus handling is
broken
-// there has to be just one item that has tabindex
-$.widget( "ui.menubar", {
- version: "@VERSION",
- options: {
- autoExpand: false,
- buttons: false,
- items: "li",
- menuElement: "ul",
- menuIcon: false,
- position: {
- my: "left top",
- at: "left bottom"
- }
- },
- _create: function() {
- var that = this;
- this.menuItems = this.element.children( this.options.items );
- this.items = this.menuItems.children( "button, a" );
-
- this.menuItems
- .addClass( "ui-menubar-item" )
- .attr( "role", "presentation" );
- // let only the first item receive focus
- this.items.slice(1).attr( "tabIndex", -1 );
-
- this.element
- .addClass( "ui-menubar ui-widget-header
ui-helper-clearfix" )
- .attr( "role", "menubar" );
- this._focusable( this.items );
- this._hoverable( this.items );
- this.items.siblings( this.options.menuElement )
- .menu({
-</pre></div></div>
+ </pre></div></div>
</div>
</div>
</div>
Modified: openmeetings/trunk/site/openmeetings-webservice/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/openmeetings-webservice/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/openmeetings-webservice/plugins.html (original)
+++ openmeetings/trunk/site/openmeetings-webservice/plugins.html Wed Sep 17
14:23:23 2014
@@ -226,6 +226,10 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="a">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr></table></div>
Modified: openmeetings/trunk/site/plugins.html
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/site/plugins.html?rev=1625608&r1=1625607&r2=1625608&view=diff
==============================================================================
--- openmeetings/trunk/site/plugins.html (original)
+++ openmeetings/trunk/site/plugins.html Wed Sep 17 14:23:23 2014
@@ -790,18 +790,22 @@
<td><a class="externalLink"
href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
<td>2.17</td></tr>
<tr class="a">
+<td>org.apache.rat</td>
+<td><a class="externalLink"
href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
+<td>0.11</td></tr>
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/buildnumber-maven-plugin">buildnumber-maven-plugin</a></td>
<td>1.3</td></tr>
-<tr class="b">
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/truezip/truezip-maven-plugin">truezip-maven-plugin</a></td>
<td>1.2</td></tr>
-<tr class="a">
+<tr class="b">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/wagon-maven-plugin">wagon-maven-plugin</a></td>
<td>1.0-beta-5</td></tr>
-<tr class="b">
+<tr class="a">
<td>org.codehaus.mojo</td>
<td><a class="externalLink"
href="http://mojo.codehaus.org/xml-maven-plugin">xml-maven-plugin</a></td>
<td>1.0</td></tr></table></div>