Commit a830f593 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-937: OFMeet plugin should define J2EE web-app version in web.xml

parent d93d184b
......@@ -49,6 +49,12 @@
Openfire Meetings Plugin Changelog
</h1>
<p><b>0.1.9</b> -- Aug 4th, 2015</p>
<ul>
<li>Fixed issue in build process (the J2EE version that is used should not be platform-dependant).</li>
</ul>
<p><b>0.1.8</b> -- May 20th, 2015</p>
<ul>
......
......@@ -5,8 +5,8 @@
<name>Openfire Meetings</name>
<description>Provides high quality, scalable video conferences using Jitsi Meet and Jitsi Videobridge</description>
<author>Ignite Realtime</author>
<version>0.1.8</version>
<date>05/20/2015</date>
<version>0.1.9</version>
<date>08/04/2015</date>
<minServerVersion>3.9.9</minServerVersion>
<adminconsole>
......
<?xml version="1.0" encoding="UTF-8"?>
<web-app>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet>
<servlet-name>proxy</servlet-name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment