Skip to content

Commit

Permalink
Merge pull request #287 from guusdk/openfire-plugins-releasedate
Browse files Browse the repository at this point in the history
Fix missing date for Openfire plugins
  • Loading branch information
akrherz authored Nov 14, 2024
2 parents 0be5a09 + 07855ed commit 34e5c8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/webapp/projects/openfire/plugin-archive.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
return;
}
%>
<%@ page import="java.net.URLEncoder"%>
<%@ page import="java.nio.charset.StandardCharsets"%>
<%@ page import="java.nio.file.Path"%>
<%@ page import="java.nio.file.Paths"%>
<%@ page import="java.text.DateFormat"%>
<%@ page import="java.util.List"%>
<%@ page import="org.jivesoftware.site.PluginManager" %>
<%@ page import="java.io.BufferedReader" %>
Expand All @@ -22,6 +19,7 @@
<%@ page import="org.jsoup.safety.Safelist" %>
<%@ page import="org.slf4j.LoggerFactory" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://igniterealtime.org/website/tags" prefix="ir" %>
<%
String openfirePluginsPath = config.getServletContext().getInitParameter("openfire-plugins-path");
Expand Down

0 comments on commit 34e5c8d

Please sign in to comment.