Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
c0defade
Commit
c0defade
authored
Aug 04, 2015
by
Guus der Kinderen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OF-937: OFMeet plugin should define J2EE web-app version in web.xml
parent
d93d184b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
changelog.html
src/plugins/ofmeet/changelog.html
+6
-0
plugin.xml
src/plugins/ofmeet/plugin.xml
+2
-2
web.xml
src/plugins/ofmeet/src/WEB-INF/web.xml
+3
-1
No files found.
src/plugins/ofmeet/changelog.html
View file @
c0defade
...
@@ -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>
...
...
src/plugins/ofmeet/plugin.xml
View file @
c0defade
...
@@ -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>
0
5/20
/2015
</date>
<date>
0
8/04
/2015
</date>
<minServerVersion>
3.9.9
</minServerVersion>
<minServerVersion>
3.9.9
</minServerVersion>
<adminconsole>
<adminconsole>
...
...
src/plugins/ofmeet/src/WEB-INF/web.xml
View file @
c0defade
<?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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment