You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/03/06 20:40:53 UTC

svn commit: r1297665 - in /incubator/openmeetings/trunk/singlewebapp/WebContent/src: modules/admin/backup/ modules/conference/ modules/conference/tabbar/ modules/conference/tabcontent/chat/ plugins/fileexplorer/ plugins/fileexplorer/upload/

Author: sebawagner
Date: Tue Mar  6 19:40:53 2012
New Revision: 1297665

URL: http://svn.apache.org/viewvc?rev=1297665&view=rev
Log:
OPENMEETINGS-81 remove duplicated and non references modules and classes

Added:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/simpleBaseTabpane.lzx
Removed:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/admin/backup/old_backupContent.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabbar/
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/upload/
Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/library.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/library.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/library.lzx

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/library.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/library.lzx?rev=1297665&r1=1297664&r2=1297665&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/library.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/library.lzx Tue Mar  6 19:40:53 2012
@@ -48,8 +48,6 @@
     <include href="screenSharingAdapter.lzx" />
 
 	<include href="whiteboard/" /> 
-	<!--  -->
- 	<include href="tabbar/" />
  	
    	<include href="tabcontent/" />
    	<include href="popups/" />

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/library.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/library.lzx?rev=1297665&r1=1297664&r2=1297665&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/library.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/library.lzx Tue Mar  6 19:40:53 2012
@@ -23,7 +23,8 @@
 	<resource name="delete_chat_log_rsc" src="resources/cancel.png" />
 	<resource name="copy_chat_log_rsc" src="resources/edit-copy.png" />
 	<resource name="smile_chat_log_rsc" src="resources/smile.swf" />
-
+	
+	<include href="simpleBaseTabpane.lzx" />
 	<include href="showChatLog.lzx" />
 	<include href="baseTabChatPanel.lzx" />
 	<include href="chatTabBottomRoomList.lzx" />

Added: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/simpleBaseTabpane.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/simpleBaseTabpane.lzx?rev=1297665&view=auto
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/simpleBaseTabpane.lzx (added)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/chat/simpleBaseTabpane.lzx Tue Mar  6 19:40:53 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.
+  
+-->
+<library>
+
+	<!--- Tabpane. it used by chat. -->
+	<class name="simpleBaseTabpane" extends="view" height="$once{ parent.height-20 }" 
+		   width="$once{ parent.width }" y="24" x="2" >
+		
+	</class>  
+
+</library>
\ No newline at end of file

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/library.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/library.lzx?rev=1297665&r1=1297664&r2=1297665&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/library.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/plugins/fileexplorer/library.lzx Tue Mar  6 19:40:53 2012
@@ -23,11 +23,7 @@
     <include href="presentations/" />
     <include href="tabbar/" />
     
-    <!-- 
-    <include href="upload/" />
-     -->
     <include href="treeitems/" />
-    
     <include href="dynamicFileName.lzx" />
     <include href="dragItemFileExplorer.lzx" />
     <include href="fileExplorer.lzx" />