Author: sebawagner
Date: Thu Jan 26 14:26:32 2012
New Revision: 1236188

URL: http://svn.apache.org/viewvc?rev=1236188&view=rev
Log:
Fix URLs and name in config.xml

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml
    
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml?rev=1236188&r1=1236187&r2=1236188&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml 
(original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/config.xml 
Thu Jan 26 14:26:32 2012
@@ -86,19 +86,19 @@ of the red5-servlet
     Name of the Application
     this is the Top-Icon Name of the Application
  -->    
-<currentappname>OpenMeetings</currentappname>    
+<currentappname>Apache OpenMeetings</currentappname>    
     
 <!-- 
     URL to the Home of the Application
     this is the URL which is used if you click on the Top-icon
 -->    
-<currentappnameurl>http://openmeetings.googlecode.com</currentappnameurl>      
  
+<currentappnameurl>http://incubator.apache.org/openmeetings</currentappnameurl>
        
 
 <!--
     URL to Bugs/Support
     this is the URL which is used if you click on *report a bug*
  -->
-<currentappnamebugurl>http://code.google.com/p/openmeetings/issues/list</currentappnamebugurl>
   
+<currentappnamebugurl>https://issues.apache.org/jira/browse/OPENMEETINGS</currentappnamebugurl>
   
         
 <!--
     Video-Settings

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd?rev=1236188&r1=1236187&r2=1236188&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/openmeetings-config.xsd
 Thu Jan 26 14:26:32 2012
@@ -69,7 +69,7 @@
   <xs:element name="basebgcolorizer" type="xs:NMTOKEN"/>
   <xs:element name="baseMousecolorizer" type="xs:NMTOKEN"/>
   <xs:element name="baseMouseOvercolorizer" type="xs:NMTOKEN"/>
-  <xs:element name="currentappname" type="xs:NCName"/>
+  <xs:element name="currentappname" type="xs:string"/>
   <xs:element name="currentappnameurl" type="xs:anyURI"/>
   <xs:element name="currentappnamebugurl" type="xs:anyURI"/>
   <xs:element name="loudnessAcitviation" type="xs:integer"/>


Reply via email to