Changeset 7508
- Timestamp:
- Sep 4, 2018, 8:48:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.13-stable/www/admin/extensions/wizard.jsp
r7235 r7508 47 47 import="net.sf.basedb.clients.web.servlet.ContentSecurityPolicyFilter" 48 48 import="java.util.List" 49 import="java.util.Date" 49 50 import="java.io.File" 50 import="java. util.Date"51 import="java.io.FileNotFoundException" 51 52 %> 52 53 <%@ taglib prefix="base" uri="/WEB-INF/base.tld" %> … … 131 132 allowUninstall = true; 132 133 checkUninstall = true; 134 error = new FileNotFoundException(xtFile.getFile() + " doesn't exist or is not readable."); 133 135 } 134 136 else if (!xtFile.isValid())
Note: See TracChangeset
for help on using the changeset viewer.