Repository: openmeetings Updated Branches: refs/heads/3.3.x 156bcc792 -> 7e90b9173
[OPENMEETINGS-553] site menu is updated Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/7e90b917 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/7e90b917 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/7e90b917 Branch: refs/heads/3.3.x Commit: 7e90b91734d4343437b11714b9c2621e9ed43036 Parents: 156bcc7 Author: Maxim Solodovnik <[email protected]> Authored: Sat Jun 17 13:33:18 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Sat Jun 17 13:33:18 2017 +0700 ---------------------------------------------------------------------- openmeetings-server/src/site/site.xml | 6 +++--- openmeetings-server/src/site/xdoc/CalDAVandGCal.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/7e90b917/openmeetings-server/src/site/site.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/site.xml b/openmeetings-server/src/site/site.xml index 89bd6f1..f69f84a 100644 --- a/openmeetings-server/src/site/site.xml +++ b/openmeetings-server/src/site/site.xml @@ -13,9 +13,8 @@ limitations under the License. --> <project xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd" - name="Apache OpenMeetings Project"> - + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd" + name="Apache OpenMeetings Project"> <body> <menu name="General"> <item name="Home" href="/index.html"/> @@ -59,6 +58,7 @@ <item name="OAuth2" href="/oauth2.html" /> <item name="VoIP and SIP" href="/voip-sip-integration.html" /> <item name="Errors table" href="/errorvalues.html" /> + <item name="CalDAV and Google Calendar integration" href="/CalDAVandGCal.html" /> </item> <item name="Plugins" href="#plugins"> <item name="Moodle Plugin" href="/MoodlePlugin.html" /> http://git-wip-us.apache.org/repos/asf/openmeetings/blob/7e90b917/openmeetings-server/src/site/xdoc/CalDAVandGCal.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/CalDAVandGCal.xml b/openmeetings-server/src/site/xdoc/CalDAVandGCal.xml index e0a656c..76ae0c9 100644 --- a/openmeetings-server/src/site/xdoc/CalDAVandGCal.xml +++ b/openmeetings-server/src/site/xdoc/CalDAVandGCal.xml @@ -13,8 +13,8 @@ limitations under the License. --> <document xmlns="http://maven.apache.org/XDOC/2.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>CalDAV and Google Calendar integration</title> <author email="[email protected]">Ankush Mishra</author>
