Skip to content

Commit

Permalink
Add in missing imports from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Feb 20, 2015
1 parent 5aa9ce1 commit 322ed82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dspace-jspui/src/main/webapp/collection-home.jsp
Expand Up @@ -38,6 +38,7 @@
<%@ page import="org.dspace.content.*"%>
<%@ page import="org.dspace.core.ConfigurationManager"%>
<%@ page import="org.dspace.core.Context" %>
<%@ page import="org.dspace.core.Utils" %>
<%@ page import="org.dspace.eperson.Group" %>
<%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %>
<%@ page import="java.net.URLEncoder" %>
Expand Down
1 change: 1 addition & 0 deletions dspace-jspui/src/main/webapp/community-home.jsp
Expand Up @@ -32,6 +32,7 @@
<%@ page import="org.dspace.browse.ItemCounter" %>
<%@ page import="org.dspace.content.*" %>
<%@ page import="org.dspace.core.ConfigurationManager" %>
<%@ page import="org.dspace.core.Utils" %>
<%@ page import="javax.servlet.jsp.jstl.fmt.LocaleSupport" %>

<%
Expand Down

0 comments on commit 322ed82

Please sign in to comment.