mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78429: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75801: ACE-2149: EOL AVM / WCM - Thorough sweep of 'avm' and 'wcm' references - Picked up on many 'deployment' and related classes and configuration - Repo starts git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82558 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -28,7 +28,7 @@ import org.alfresco.util.TempFileProvider;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
|
||||
/**
|
||||
* Given a set of database object prefixes (e.g. "alf_", "avm_", "jbpm_") and
|
||||
* Given a set of database object prefixes (e.g. "alf_", "jbpm_") and
|
||||
* a file name template (e.g. "AlfrescoSchema-MySQL-{0}-") will produce a set of files,
|
||||
* one per database object prefix of the form:
|
||||
* <pre>
|
||||
@@ -46,7 +46,7 @@ public class MultiFileDumper
|
||||
private final String fileNameTemplate;
|
||||
private final DbToXMLFactory dbToXMLFactory;
|
||||
private final static String fileNameSuffix = ".xml";
|
||||
public final static String[] DEFAULT_PREFIXES = new String[] { "alf_", "avm_", "jbpm_", "act_" };
|
||||
public final static String[] DEFAULT_PREFIXES = new String[] { "alf_", "jbpm_", "act_" };
|
||||
private String defaultSchemaName;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user