mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added support for module-specific 'file-mapping.properties' files to augment or override default file mappings when deploying a module to a war.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5498 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -56,7 +56,7 @@ public class InstalledFiles
|
||||
*/
|
||||
public void load()
|
||||
{
|
||||
File file = new File(getFileLocation(), ModuleManagementTool.defaultDetector);
|
||||
File file = new File(getFileLocation(), ModuleManagementTool.DETECTOR_AMP_AND_WAR);
|
||||
if (file.exists() == true)
|
||||
{
|
||||
try
|
||||
@@ -108,7 +108,7 @@ public class InstalledFiles
|
||||
{
|
||||
try
|
||||
{
|
||||
File file = new File(getFileLocation(), ModuleManagementTool.defaultDetector);
|
||||
File file = new File(getFileLocation(), ModuleManagementTool.DETECTOR_AMP_AND_WAR);
|
||||
if (file.exists() == false)
|
||||
{
|
||||
file.createNewFile();
|
||||
|
Reference in New Issue
Block a user