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/07/02 17:03:13 UTC

svn commit: r1607388 - in /openmeetings/branches/3.0.x: docs/RoomService.html ivy.xml

Author: solomax
Date: Wed Jul  2 15:03:12 2014
New Revision: 1607388

URL: http://svn.apache.org/r1607388
Log:
Docs updated; Doc4j javadoc is added to excludes

Modified:
    openmeetings/branches/3.0.x/docs/RoomService.html
    openmeetings/branches/3.0.x/ivy.xml

Modified: openmeetings/branches/3.0.x/docs/RoomService.html
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/docs/RoomService.html?rev=1607388&r1=1607387&r2=1607388&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/docs/RoomService.html (original)
+++ openmeetings/branches/3.0.x/docs/RoomService.html Wed Jul  2 15:03:12 2014
@@ -4914,7 +4914,7 @@
     			       			    			       			     , 
     			       			   String paramName
     			       			    			       			     , 
-    			       			   Object paramValue
+    			       			   String paramValue
     			       			    			)
     			</i><br/>
     			<p>
@@ -4939,7 +4939,7 @@
 	                     		                     		String
 	                     		                     </td>
 	                     <td valign="top">SID</td>
-	                     <td valign="top">The SID of the User. This SID must be marked as Loggedin</td>
+	                     <td valign="top">The SID of the User. This SID must be marked as logged in</td>
 	                   </tr>
 	                   
 	                   	                   	    			   <tr>
@@ -4955,15 +4955,15 @@
 	                     		                     		String
 	                     		                     </td>
 	                     <td valign="top">paramName</td>
-	                     <td valign="top"></td>
+	                     <td valign="top">the name of parameter to be updated, please NOTE rooms_id is not updatable as well as fields of type {@link Date} and {@link List}</td>
 	                   </tr>
 	                   
 	                   	                   	    			   <tr>
 	                     <td valign="top">
-	                     		                     		Object
+	                     		                     		String
 	                     		                     </td>
 	                     <td valign="top">paramValue</td>
-	                     <td valign="top"></td>
+	                     <td valign="top">the value to be set, please use "type id" to set room type</td>
 	                   </tr>
 	                   
 	                   	                   	                   </tbody>

Modified: openmeetings/branches/3.0.x/ivy.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/ivy.xml?rev=1607388&r1=1607387&r2=1607388&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/ivy.xml (original)
+++ openmeetings/branches/3.0.x/ivy.xml Wed Jul  2 15:03:12 2014
@@ -410,6 +410,7 @@
 			<include type="jar" />
 		</dependency>
 		
+		<exclude org="dom4j" module="dom4j" type="javadoc" ext="*" conf="*" matcher="exact"/>		
 		<exclude org="javax.servlet" module="servlet-api" type="*" ext="*" conf="*" matcher="exact"/>		
 		<exclude org="cglib" module="cglib-nodep" type="*" ext="*" conf="*" matcher="exact"/>
 		<exclude org="pull-parser" module="pull-parser" type="*" ext="*" conf="*" matcher="exact"/>