Commit c0defade 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 @@ ...@@ -49,6 +49,12 @@
Openfire Meetings Plugin Changelog Openfire Meetings Plugin Changelog
</h1> </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> <p><b>0.1.8</b> -- May 20th, 2015</p>
<ul> <ul>
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<name>Openfire Meetings</name> <name>Openfire Meetings</name>
<description>Provides high quality, scalable video conferences using Jitsi Meet and Jitsi Videobridge</description> <description>Provides high quality, scalable video conferences using Jitsi Meet and Jitsi Videobridge</description>
<author>Ignite Realtime</author> <author>Ignite Realtime</author>
<version>0.1.8</version> <version>0.1.9</version>
<date>05/20/2015</date> <date>08/04/2015</date>
<minServerVersion>3.9.9</minServerVersion> <minServerVersion>3.9.9</minServerVersion>
<adminconsole> <adminconsole>
......
<?xml version="1.0" encoding="UTF-8"?> <?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>
<servlet-name>proxy</servlet-name> <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