. Added Repository and Patch system properties to System Info admin page in the web-client

. For extensibility - changed all service references in appropriate JSF Managed beans from "private" to "protected"

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2426 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-02-17 11:41:23 +00:00
parent 3af09722de
commit 9cfa618c76
24 changed files with 240 additions and 84 deletions

View File

@@ -59,10 +59,10 @@ public class ImportBean
private static final String MSG_ERROR_NO_FILE = "error_import_no_file";
private static final String MSG_ERROR_EMPTY_FILE = "error_import_empty_file";
private BrowseBean browseBean;
private NodeService nodeService;
private ActionService actionService;
private ContentService contentService;
protected BrowseBean browseBean;
protected NodeService nodeService;
protected ActionService actionService;
protected ContentService contentService;
private File file;
private String fileName;